mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
14 lines
217 B
Sass
14 lines
217 B
Sass
.icon
|
|
background: $background
|
|
+fa(21px, 1.5rem)
|
|
.fa
|
|
font-size: inherit
|
|
line-height: inherit
|
|
// Sizes
|
|
&.is-small
|
|
+fa(14px, 1rem)
|
|
&.is-medium
|
|
+fa(28px, 2rem)
|
|
&.is-large
|
|
+fa(42px, 3rem)
|