LibreTunes-Nix-Test/style/dashboard.scss

13 lines
232 B
SCSS

@import "theme.scss";
.dashboard-container {
max-width: $center-viewport-width;
max-height: $center-viewport-height;
.dashboard-header {
font-size: 1.2rem;
font-weight: 300;
border-bottom: 2px solid white;
}
}