owncast/web/components/ui/Content/Content.module.scss

28 lines
450 B
SCSS
Raw Normal View History

2022-05-03 23:55:13 +02:00
.root {
2022-05-12 08:31:31 +02:00
display: grid;
grid-template-columns: 1fr auto;
height: 100%;
background-color: var(--theme-color-background-main);
.topSection {
padding: 0;
background-color: var(--theme-color-components-video-background);
}
.lowerSection {
padding: 0em 2em;
2022-09-02 07:00:00 +02:00
margin-bottom: 2em;
}
}
2022-05-03 23:55:13 +02:00
.leftCol {
display: flex;
flex-direction: column;
2022-05-03 23:55:13 +02:00
}
2022-05-18 01:07:56 +02:00
.loadingSpinner {
position: fixed;
left: 50%;
top: 50%;
z-index: 999999;
}