Style the general dashboard icons
This commit is contained in:
parent
d39d10d3f7
commit
e9bf2f8399
4 changed files with 70 additions and 18 deletions
14
app/assets/stylesheets/osem-dashboard.css.scss
Normal file
14
app/assets/stylesheets/osem-dashboard.css.scss
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
@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;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue