Updated #297 - Added in Juicenet Charging icons and status

This commit is contained in:
ccostan
2018-02-15 19:49:00 -05:00
parent f2807a47ca
commit 125dc52bce
5 changed files with 38 additions and 85 deletions

View File

@@ -111,6 +111,17 @@ svg, svg * {
.switch-off {
fill: #cccccc !important;
}
/* Juicebox */
.juicebox-plugged {
fill: orange !important;
}
.juicebox-standby {
fill: grey !important;
}
.juicebox-charging {
fill: green !important;
}
/* Buttons */
.button-on {