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

24 lines
370 B
SCSS
Raw Normal View History

.outerContainer {
display: flex;
justify-content: center;
}
.innerContainer {
width: clamp(200px, 100%, 300px);
display: flex;
flex-direction: column;
;
background-color: var(--theme-background-secondary);
margin: auto;
border-radius: var(--theme-rounded-corners);
padding: 1rem;
}
.header {
font-weight: bold;
}
.footer {
margin-top: 20px;
}