osem-fcy/app/assets/stylesheets/osem-dashboard.css.scss

14 lines
231 B
SCSS
Raw Normal View History

2014-08-01 10:12:04 +02:00
@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;
}
}