mirror of
https://github.com/vkaelin/LeagueStats.git
synced 2026-03-25 12:57:28 +00:00
fix(matches): small tweaks for Redemption + Youmuu items
This commit is contained in:
parent
6bff24869d
commit
3dcee325a4
1 changed files with 5 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue