mirror of
https://github.com/jgthms/bulma
synced 2026-03-22 13:04:29 -07:00
Restructure files, Add back inline-flex for controls and tags
This commit is contained in:
14
sass/elements/box.sass
Normal file
14
sass/elements/box.sass
Normal file
@@ -0,0 +1,14 @@
|
||||
.box
|
||||
@extend .block
|
||||
background: white
|
||||
border-radius: 5px
|
||||
box-shadow: 0 2px 3px rgba(black, 0.1), 0 0 0 1px rgba(black, 0.1)
|
||||
display: block
|
||||
padding: 20px
|
||||
|
||||
a.box
|
||||
&:hover,
|
||||
&:focus
|
||||
box-shadow: 0 2px 3px rgba(black, 0.1), 0 0 0 1px $link
|
||||
&:active
|
||||
box-shadow: inset 0 1px 2px rgba(black, 0.2), 0 0 0 1px $link
|
||||
Reference in New Issue
Block a user