2019-04-29 09:01:51 +02:00
|
|
|
.theme-wrapper {
|
2019-05-03 16:51:35 +02:00
|
|
|
margin-top: 0;
|
|
|
|
padding-top: 64px;
|
2019-04-29 09:01:51 +02:00
|
|
|
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;
|
|
|
|
}
|
|
|
|
|