mirror of https://github.com/explosion/spaCy.git
Add box component
This commit is contained in:
parent
d406f1e9e6
commit
b7722b1bff
|
@ -62,6 +62,15 @@
|
||||||
border: 1px solid $color-subtle
|
border: 1px solid $color-subtle
|
||||||
padding: 3rem 2.5%
|
padding: 3rem 2.5%
|
||||||
|
|
||||||
|
|
||||||
|
//- Box
|
||||||
|
|
||||||
|
.o-box
|
||||||
|
background: $color-theme-light
|
||||||
|
padding: 2rem
|
||||||
|
border: 1px solid darken($color-theme-light, 5)
|
||||||
|
|
||||||
|
|
||||||
//- Icons
|
//- Icons
|
||||||
|
|
||||||
.o-icon
|
.o-icon
|
||||||
|
|
Loading…
Reference in New Issue