0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-15 10:32:45 +00:00

Create autosave toggle dropdown menu

This commit is contained in:
Gazook89
2022-09-27 19:35:29 -05:00
parent f681948a35
commit c7ed9ea717
2 changed files with 16 additions and 7 deletions

View File

@@ -55,6 +55,13 @@
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))
}
}
.patreon.navItem{
border-left : 1px solid #666;
border-right : 1px solid #666;