Make box element use radius variable for setting border-radius

fixes #228
This commit is contained in:
Máté Farkas 2016-06-06 20:15:37 +02:00
parent 07b8df3895
commit acfc17af63

View File

@ -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