Anki/ts/routes/import-page/import-page-base.scss
Luc Mcgrady ae6cf98f40
Fix/unapplied scss (#4103)
* deck options + change notetype

* graphs

* image occlusion

* congrats

* imports

* ./check

* style

* $lib

* delete unused index.ts files
2025-06-27 16:28:35 +07:00

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;
}