Make Filter icon smaller to look better a side of Search icon

https://github.com/FortAwesome/Font-Awesome/issues/11873
pull/5742/merge
Aleksander Machniak 7 years ago
parent 4120aca6b4
commit 096ee4c7a6

@ -202,6 +202,10 @@ html.iframe {
margin: 0;
width: 1.4em;
}
a.button.filter:before {
font-size: 1.6rem; // this icon is too big in FA5
}
}
body > #layout > div > .header {

@ -52,6 +52,7 @@ button.btn {
}
&.filter:before {
content: @fa-var-filter;
font-size: 1.2em; // this icon is too-big in FA5
}
&.import:before {
content: @fa-var-upload;

Loading…
Cancel
Save