mirror of
https://github.com/ankitects/anki.git
synced 2025-11-08 13:47:13 -05:00
- 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
13 lines
325 B
SCSS
13 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;
|
|
}
|