Browse Source

Colorized reboot icon

pull/23/head
Weilbyte 5 years ago
parent
commit
9646d4c437
No known key found for this signature in database GPG Key ID: BB87B2C8A1468388
  1. 4
      PVEDiscordDark/sass/PVEDiscordDark.css
  2. 2
      PVEDiscordDark/sass/PVEDiscordDark.css.map
  3. 17
      PVEDiscordDark/sass/special/_icons.sass

4
PVEDiscordDark/sass/PVEDiscordDark.css

@ -857,6 +857,10 @@ div[id^="panel-"][id$="-body"] {
color: #ba2b2d;
}
.fa-refresh:before {
color: #faa61a;
}
.fa-language:before {
color: white;
}

2
PVEDiscordDark/sass/PVEDiscordDark.css.map

File diff suppressed because one or more lines are too long

17
PVEDiscordDark/sass/special/_icons.sass

@ -58,31 +58,32 @@
.fa-sign-out:before
color: $red
.fa-refresh:before
color: $yellow
.fa-language:before
color: white
.fa-building.online
color: #7289da!important
color: $blurple!important
.fa-fw.x-grid-icon-custom.fa
&.fa-database
color: #7289da
color: $blurple
&.fa-desktop
color: #7289da
color: $blurple
&.fa-cube
color: #7289da
color: $blurple
.lxc:after
background: transparent!important
color: #7289da
//If you use compass, instead of the line below you could use + text-shadow($shadow-1, $shadow-2, $shadow-3, $shadow-4, $shadow-5, $shadow-6, $shadow-7, $shadow-8, $shadow-9, $shadow-10)
color: $blurple
text-shadow: 0 0 0 #2c2f33!important
.qemu:after
background: transparent!important
color: #7289da
//If you use compass, instead of the line below you could use + text-shadow($shadow-1, $shadow-2, $shadow-3, $shadow-4, $shadow-5, $shadow-6, $shadow-7, $shadow-8, $shadow-9, $shadow-10)
color: $blurple
text-shadow: 0 0 0 #2c2f33!important
Loading…
Cancel
Save