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

* 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
10 lines
113 B
SCSS
10 lines
113 B
SCSS
@use "root-vars";
|
|
@import "sass/base";
|
|
|
|
body {
|
|
padding: 0 1em 1em 1em;
|
|
}
|
|
|
|
button {
|
|
margin-bottom: 5px;
|
|
}
|