mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-15 12:44:03 +00:00
14 lines
231 B
SCSS
14 lines
231 B
SCSS
|
|
@import "breakpoints.css.scss";
|
||
|
|
|
||
|
|
.dashbox span.fa {
|
||
|
|
line-height: 1.1em;
|
||
|
|
@include breakpoint(sm) {
|
||
|
|
font-size: 3em;
|
||
|
|
}
|
||
|
|
@include breakpoint(md) {
|
||
|
|
font-size: 4em;
|
||
|
|
}
|
||
|
|
@include breakpoint(lg) {
|
||
|
|
font-size: 5em;
|
||
|
|
}
|
||
|
|
}
|