Make category badges more generic

This commit is contained in:
joaoh1
2020-06-27 16:22:09 -03:00
parent 0900d7c764
commit 0de55a8ff5
3 changed files with 1 additions and 9 deletions

View File

@@ -119,7 +119,7 @@
} }
.category-badge img { .category-badge img {
height: 23px; width: 23px;
} }
.category-badge p { .category-badge p {
@@ -294,10 +294,6 @@
background-color: #1e2d44; background-color: #1e2d44;
} }
.forge-badge img {
width: 23px;
}
.fabric-badge { .fabric-badge {
color: #585849; color: #585849;
background-color: #fffdd0; background-color: #fffdd0;
@@ -343,10 +339,6 @@
background-color: var(--cursed-color); background-color: var(--cursed-color);
} }
.cursed-badge img {
margin-left: 5px;
}
.misc-badge { .misc-badge {
color: white; color: white;
background-color: var(--misc-color); background-color: var(--misc-color);

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.3 KiB

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.7 KiB

After

Width:  |  Height:  |  Size: 256 B