c3fc07ac20
- try out bootstrap modals - they're not perfect, but let's see how they go for now. Won't be hard to switch to bridge commands if required. - handle adding/renaming/removing - add a class to manage the state
14 lines
325 B
SCSS
14 lines
325 B
SCSS
@use "ts/sass/scrollbar";
|
|
|
|
@import "ts/sass/base";
|
|
@import "ts/sass/bootstrap/dropdown";
|
|
@import "ts/sass/bootstrap/forms";
|
|
@import "ts/sass/bootstrap/buttons";
|
|
@import "ts/sass/bootstrap/button-group";
|
|
@import "ts/sass/bootstrap/modal";
|
|
@import "ts/sass/bootstrap/close";
|
|
|
|
.night-mode {
|
|
@include scrollbar.night-mode;
|
|
}
|