Fix sub aura summon empty colors/spacing

This commit is contained in:
Justin Edmund 2022-01-14 21:41:23 -08:00
parent db834aa04a
commit be61dd440b
2 changed files with 11 additions and 3 deletions

View file

@ -23,10 +23,10 @@
}
.SummonUnit .SummonImage {
background: #D5D3F6;
background: #facea7;
}
.WeaponUnit .WeaponImage .icon svg {
fill: #8F8AC6;
.SummonUnit .SummonImage .icon svg {
fill: #a8703f;
}
}

View file

@ -24,4 +24,12 @@
#grid_summons > li {
list-style: none;
min-height: 180px;
}
#ExtraSummons #grid_summons > li {
min-height: 0;
.SummonUnit {
min-height: 0;
}
}