owncast/web/styles/pages.scss

21 lines
260 B
SCSS
Raw Normal View History

2021-02-14 10:30:42 +01:00
// misc styling for various /pages
2021-02-15 09:36:06 +01:00
// .help-page {
// .ant-result-image {
// height: 100px;
// svg {
// height: 100%;
// width: 100%;
// }
// }
// }
2021-02-15 01:52:31 +01:00
.upgrade-page {
h2,h3 {
color: var(--pink);
font-size: 1.25em;
}
}