mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-28 12:24:23 +00:00
Make box element use radius variable for setting border-radius
fixes #228
This commit is contained in:
parent
07b8df3895
commit
acfc17af63
@ -1,7 +1,7 @@
|
||||
.box
|
||||
@extend .block
|
||||
background: $white
|
||||
border-radius: 5px
|
||||
border-radius: $radius
|
||||
box-shadow: 0 2px 3px rgba($black, 0.1), 0 0 0 1px rgba($black, 0.1)
|
||||
display: block
|
||||
padding: 20px
|
||||
|
Loading…
Reference in New Issue
Block a user