Skip to content
Snippets Groups Projects
Commit 6e36e125 authored by Kim Höfer's avatar Kim Höfer
Browse files

add icon styles

parent 3a8bf87b
No related branches found
No related tags found
3 merge requests!1895Development,!1882Development,!1844Resolve "Remove Font-Awesome-Icons"
......@@ -17,15 +17,7 @@
display: flex;
align-items: center;
}
.saver-option-filter>input {
font-family: FontAwesome, sans-serif;
}
.saver-option-sort>select {
&,
option {
font-family: FontAwesome, sans-serif;
}
}
.saver-option-delete button {
width: 100%;
}
......@@ -50,4 +42,7 @@
height: 1.5em;
vertical-align: bottom;
}
.mg-icon-inverted {
filter: invert(100%);
}
}
\ No newline at end of file
.mg-icon {
height: 0.8em;
vertical-align: baseline;
}
.mg-icon-inverted {
filter: invert(100%);
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment