Fix stylelint issues

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2020-04-22 18:21:41 +02:00
parent c3812c5478
commit 2074b2976a
7 changed files with 71 additions and 31 deletions

View File

@@ -1,10 +1,11 @@
.icon-deck {
background-image: url('../img/deck-dark.svg');
background-image: url('../img/deck-dark.svg');
}
.resource-type-deck img {
opacity: 0.4 !important;
opacity: 0.4 !important;
}
.resource-type-deck:hover img {
opacity: 0.7 !important;
opacity: 0.7 !important;
}