1
0
Fork 0
freesewing/packages/css-theme/src/_dark.scss

17 lines
243 B
SCSS
Raw Normal View History

.theme-wrapper {
2019-05-03 16:51:35 +02:00
margin-top: 0;
padding-top: 64px;
min-height: calc(100vh - 64px);
}
.theme-wrapper.light {
background: $fc-bg-light;
color: $fc-bg-dark;
}
.theme-wrapper.dark {
background: $fc-bg-dark;
color: $fc-bg-light;
}