mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-10 02:50:12 -04:00
stop hating myself
This commit is contained in:
@@ -136,7 +136,7 @@ g.svg-long-click> :not(text):hover,
|
||||
.appliance-off {
|
||||
/* fill: var(--green-color) !important; */
|
||||
/* fill: #81c9a7 !important; */
|
||||
fill: #81D9a7 !important;
|
||||
fill: var(--disabled-color) !important;
|
||||
fill-opacity: 1 !important;
|
||||
/* stroke: #82caa8 !important;
|
||||
stroke-width: 1px !important;
|
||||
@@ -145,14 +145,14 @@ g.svg-long-click> :not(text):hover,
|
||||
}
|
||||
|
||||
.appliance-on {
|
||||
fill: #ff8800 !important;
|
||||
fill: var(--primary-color) !important;
|
||||
fill-opacity: 1 !important;
|
||||
/* animation-duration: 4s;
|
||||
animation-name: rotate90;
|
||||
animation-fill-mode: forwards; */
|
||||
}
|
||||
|
||||
.appliance-pending {
|
||||
.appliance-problem {
|
||||
fill: var(--error-color) !important;
|
||||
fill-opacity: 1 !important;
|
||||
/* animation-duration: 4s;
|
||||
@@ -160,6 +160,14 @@ g.svg-long-click> :not(text):hover,
|
||||
animation-fill-mode: forwards; */
|
||||
}
|
||||
|
||||
.appliance-pending {
|
||||
fill: var(--warning-color) !important;
|
||||
fill-opacity: 1 !important;
|
||||
/* animation-duration: 4s;
|
||||
animation-name: rotate90;
|
||||
animation-fill-mode: forwards; */
|
||||
}
|
||||
|
||||
.window-closed {
|
||||
/* fill: var(--green-color) !important; */
|
||||
/* fill: #81c9a7 !important; */
|
||||
|
||||
Reference in New Issue
Block a user