mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
* textarea now respects rows attribute * use the :not() selector * better sass selectors
This commit is contained in:
parent
9666c32c62
commit
ee6a225e78
@ -70,12 +70,15 @@ $input-radius: $radius !default
|
|||||||
|
|
||||||
.textarea
|
.textarea
|
||||||
display: block
|
display: block
|
||||||
max-height: 600px
|
|
||||||
max-width: 100%
|
max-width: 100%
|
||||||
min-height: 120px
|
|
||||||
min-width: 100%
|
min-width: 100%
|
||||||
padding: 0.625em
|
padding: 0.625em
|
||||||
resize: vertical
|
resize: vertical
|
||||||
|
&:not([rows])
|
||||||
|
max-height: 600px
|
||||||
|
min-height: 120px
|
||||||
|
&[rows]
|
||||||
|
height: unset
|
||||||
|
|
||||||
.checkbox,
|
.checkbox,
|
||||||
.radio
|
.radio
|
||||||
|
Loading…
Reference in New Issue
Block a user