Add box component

This commit is contained in:
ines 2017-03-16 21:52:52 +01:00
parent d406f1e9e6
commit b7722b1bff

View File

@ -62,6 +62,15 @@
border: 1px solid $color-subtle
padding: 3rem 2.5%
//- Box
.o-box
background: $color-theme-light
padding: 2rem
border: 1px solid darken($color-theme-light, 5)
//- Icons
.o-icon