mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00

* deck options + change notetype * graphs * image occlusion * congrats * imports * ./check * style * $lib * delete unused index.ts files
18 lines
260 B
SCSS
18 lines
260 B
SCSS
@use "$lib/sass/bootstrap-dark";
|
|
|
|
@import "$lib/sass/base";
|
|
|
|
@import "$lib/sass/bootstrap-tooltip";
|
|
@import "bootstrap/scss/buttons";
|
|
|
|
.night-mode {
|
|
@include bootstrap-dark.night-mode;
|
|
}
|
|
|
|
body {
|
|
padding: 0 1em 1em 1em;
|
|
}
|
|
|
|
html {
|
|
height: initial;
|
|
}
|