fix(matches): small tweaks for Redemption + Youmuu items

This commit is contained in:
Valentin Kaelin 2020-12-16 21:31:36 +01:00
parent 6bff24869d
commit 3dcee325a4

View file

@ -160,6 +160,10 @@ export default {
}
.item-description >>> rules {
@apply block mt-2 text-blue-400 italic;
@apply inline-block mt-2 text-blue-400 italic;
}
.item-description >>> rules active {
@apply inline text-white font-normal;
}
</style>