You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Hydro/packages/ui-default/components/form/var.inc.styl

15 lines
280 B
Stylus

form-styles()
appearance: none
display: block
width: 100%
font-size: rem($font-size-secondary)
margin: $input-margin
height: rem($form-control-height)
line-height: 1.2
padding: rem(5px)
border: $input-border
&.inline
display: inline-block
width: auto