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