Skip to content
Snippets Groups Projects
Commit 77c5e566 authored by Dorian Merz's avatar Dorian Merz
Browse files

solves merge conflict in _iconfont.scss

refs #16082, refs #15646
parent 37734ed7
Branches
Tags
No related merge requests found
......@@ -38,10 +38,22 @@ $imo-css-prefix: 'icon' !default;
-webkit-font-smoothing: antialiased;
}
.#{$imo-css-prefix}-1\.5x {
font-size: 150%;
}
.#{$imo-css-prefix}-2x {
font-size: 200%;
}
.#{$imo-css-prefix}-3x {
font-size: 300%;
}
.#{$imo-css-prefix}-4x {
font-size: 400%;
}
// Icons are sorted by hex value
.#{$imo-css-prefix}-alert-circle::before {
content: '\e900';
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment