0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-03-25 08:28:11 +00:00

Change icons to mask-image

Removes icons as components, uses mask-image instead.

Sets a size on the .fac icons to 1em so by default they are 1em and retain their aspect ratio.

rename the icon files for consistency.
This commit is contained in:
Gazook89
2024-08-26 15:51:35 -05:00
parent d4d27aab6a
commit 7b767368df
6 changed files with 66 additions and 69 deletions

View File

@@ -1,3 +1,5 @@
@import (less) './client/icons/customIcons.less';
.toolBar {
position : absolute;
z-index : 1;
@@ -94,5 +96,8 @@
color : #777777;
background-color : unset !important;
}
i {
font-size:1.2em;
}
}
}