Browse Source

7.0: Color icons

pull/81/head
Weilbyte 4 years ago
parent
commit
45386c17c2
No known key found for this signature in database GPG Key ID: E1EB2BFCF73B5B9F
  1. 3
      PVEDiscordDark/sass/special/_icons.sass
  2. 2
      PVEDiscordDark/sass/x/_menu.sass

3
PVEDiscordDark/sass/special/_icons.sass

@ -76,6 +76,9 @@
.fa-building.online
color: $blurple !important
.fa-window-restore:before
color: white
.fa-fw.x-grid-icon-custom.fa
&.fa-database
color: $blurple

2
PVEDiscordDark/sass/x/_menu.sass

@ -20,7 +20,7 @@
.x-menu-item-icon-default.x-menu-item-icon.fa
&.fa-fw
&.fa-building, &.fa-folder, &.fa-floppy-o, &.fa-file-o, &.fa-clone, &.fa-send-o, &.fa-group, &.fa-user, &.fa-user-o, &.fa-bar-chart
&.fa-building, &.fa-folder, &.fa-floppy-o, &.fa-file-o, &.fa-clone, &.fa-send-o, &.fa-group, &.fa-user, &.fa-user-o, &.fa-bar-chart, &.fa-address-book-o
color: #fff
&.fa-play
color: $green

Loading…
Cancel
Save