Fix sub aura summon empty colors/spacing
This commit is contained in:
parent
db834aa04a
commit
be61dd440b
2 changed files with 11 additions and 3 deletions
|
|
@ -23,10 +23,10 @@
|
|||
}
|
||||
|
||||
.SummonUnit .SummonImage {
|
||||
background: #D5D3F6;
|
||||
background: #facea7;
|
||||
}
|
||||
|
||||
.WeaponUnit .WeaponImage .icon svg {
|
||||
fill: #8F8AC6;
|
||||
.SummonUnit .SummonImage .icon svg {
|
||||
fill: #a8703f;
|
||||
}
|
||||
}
|
||||
|
|
@ -24,4 +24,12 @@
|
|||
#grid_summons > li {
|
||||
list-style: none;
|
||||
min-height: 180px;
|
||||
}
|
||||
|
||||
#ExtraSummons #grid_summons > li {
|
||||
min-height: 0;
|
||||
|
||||
.SummonUnit {
|
||||
min-height: 0;
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue