anki/ts/graphs/graphs-base.scss
Matthias Metelka ee9af871b7
Use custom scrollbar in stats screen, use grid layout and tweak CSS (#2154)
* Include base styles in graphs-base.scss

This includes the custom scrollbar styles, which were missing on the stats page.

* Set responsive grid layout on GraphsPage, use TitledContainer component

+ use global button style, tweak input appearance and other small changes

* Improve margins on GraphsPage
2022-11-02 18:23:08 +10:00

11 lines
113 B
SCSS

@use "root-vars";
@import "sass/base";
body {
padding: 0 1em 1em 1em;
}
button {
margin-bottom: 5px;
}