mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
10 lines
111 B
SCSS
10 lines
111 B
SCSS
@use "sass/root-vars";
|
|
@import "sass/base";
|
|
|
|
button {
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
html {
|
|
height: initial;
|
|
}
|