bulma/sass/elements/icon.sass
2016-12-22 18:17:26 +00:00

14 lines
211 B
Sass

.icon
+fa(21px, 1.5rem)
background: coral
.fa
font-size: inherit
line-height: inherit
// Sizes
&.is-small
+fa(14px, 1rem)
&.is-medium
+fa(28px, 2rem)
&.is-large
+fa(42px, 3rem)