mirror of
https://github.com/jgthms/bulma
synced 2026-03-21 04:34:30 -07:00
Add modularity
This commit is contained in:
@@ -34,12 +34,13 @@
|
||||
+unselectable
|
||||
-moz-appearance: none
|
||||
-webkit-appearance: none
|
||||
background-color: rgba($black, 0.2)
|
||||
background-color: rgba($black, 0.1)
|
||||
border: none
|
||||
border-radius: 290486px
|
||||
cursor: pointer
|
||||
display: inline-block
|
||||
height: 24px
|
||||
outline: none
|
||||
position: relative
|
||||
vertical-align: top
|
||||
width: 24px
|
||||
@@ -60,7 +61,7 @@
|
||||
&:after
|
||||
transform: rotate(-45deg)
|
||||
&:hover
|
||||
background-color: rgba($black, 0.5)
|
||||
background-color: rgba($black, 0.2)
|
||||
// Sizes
|
||||
&.is-small
|
||||
height: 16px
|
||||
|
||||
Reference in New Issue
Block a user