Get the calculated capacity "tooltip" implemented (closes #147 and closes #125)

This commit is contained in:
Oliver-Akins 2024-04-15 23:49:50 -06:00
parent 2737c46ffe
commit c3bb67ad7c
5 changed files with 131 additions and 3 deletions

View file

@ -58,5 +58,14 @@
@include utils.tab("settings") {
@extend %flex-col;
.capacity {
&--calculated {
display: flex;
flex-direction: row;
align-items: center;
gap: 8px;
}
}
}
}