Implement the toggle for capacity usage. (closes #156)
This commit is contained in:
parent
6d41a33b0c
commit
48ceade1d1
5 changed files with 47 additions and 4 deletions
|
|
@ -60,6 +60,11 @@
|
|||
@extend %flex-col;
|
||||
|
||||
.capacity {
|
||||
&--usage, &--quantity {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
&--calculated {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue