Browse Source

Merge pull request #75 from Weilbyte/weilbyte/issue74

Fix metrics icons (fixes #74)
pull/76/head
Weilbyte 4 years ago
committed by GitHub
parent
commit
be16fb10c3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      PVEDiscordDark/sass/PVEDiscordDark.css
  2. 3
      PVEDiscordDark/sass/x/_menu.sass

2
PVEDiscordDark/sass/PVEDiscordDark.css

File diff suppressed because one or more lines are too long

3
PVEDiscordDark/sass/x/_menu.sass

@ -14,14 +14,13 @@
color: #fff
.x-menu-header
//If you use compass, instead of the line below you could use + border-radius($radius, $vertical-radius)
border-radius: 1px
background: $darker
border-width: 0
.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-building, &.fa-folder, &.fa-floppy-o, &.fa-file-o, &.fa-clone, &.fa-send-o, &.fa-group, &.fa-user, &.fa-user-o, &.fa-bar-chart
color: #fff
&.fa-play
color: $green

Loading…
Cancel
Save