Browse Source

Fix missing line

pull/46/head
Weilbyte 4 years ago
parent
commit
ad3625bde9
No known key found for this signature in database GPG Key ID: BB87B2C8A1468388
  1. 2
      PVEDiscordDark/sass/PVEDiscordDark.css
  2. 5
      PVEDiscordDark/sass/x/_grid.sass

2
PVEDiscordDark/sass/PVEDiscordDark.css

File diff suppressed because one or more lines are too long

5
PVEDiscordDark/sass/x/_grid.sass

@ -32,4 +32,7 @@
.x-grid-icon-custom:after
//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)
text-shadow: 0 0 0 #2c2f33
text-shadow: 0 0 0 #2c2f33
.x-grid-icon-custom.lock-migrate:after
color: $yellow
Loading…
Cancel
Save