0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-04 12:32:39 +00:00

Merge branch 'master' into Fix-Toolbar-Positioning

This commit is contained in:
Trevor Buckner
2024-08-27 11:27:36 -04:00
committed by GitHub
5 changed files with 111 additions and 24 deletions

View File

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