Get the combat relevance toggle working (closes #155)
This commit is contained in:
parent
10449acf37
commit
2df7d2243f
2 changed files with 17 additions and 8 deletions
|
|
@ -59,12 +59,12 @@
|
|||
@include utils.tab("settings") {
|
||||
@extend %flex-col;
|
||||
|
||||
.capacity {
|
||||
&--usage, &--quantity {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.capacity-usage, .quantity-capacity, .combat-relevant {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.capacity {
|
||||
&--calculated {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue