0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-08 03:12:40 +00:00

rework the whole thing

This commit is contained in:
Gazook89
2022-09-30 10:42:50 -05:00
parent 95497350e4
commit 0cd598ae14
3 changed files with 41 additions and 20 deletions

View File

@@ -55,11 +55,16 @@
text-align : center;
text-transform : initial;
}
.save-menu .navItem i.fa-power-off {
color : red;
&.active {
color : rgb(0, 182, 52);
filter : drop-shadow(0 0 2px rgba(0, 182, 52, 0.765))
.save-menu {
.dropdown {
z-index: 1000;
}
.navItem i.fa-power-off {
color : red;
&.active {
color : rgb(0, 182, 52);
filter : drop-shadow(0 0 2px rgba(0, 182, 52, 0.765))
}
}
}
.patreon.navItem{