Add the layout for the settings tab (closes #144)

This commit is contained in:
Oliver-Akins 2024-03-30 22:41:34 -06:00
parent 9a99f6fc35
commit e54857023b
2 changed files with 29 additions and 2 deletions

View file

@ -41,8 +41,16 @@
}
}
@include utils.tab("details") {
%flex-col {
display: flex;
flex-direction: column;
}
@include utils.tab("details") {
@extend %flex-col;
}
@include utils.tab("settings") {
@extend %flex-col;
}
}