owncast/web/styles/pages.scss
2022-05-11 23:31:31 -07:00

19 lines
261 B
SCSS

// misc styling for various /pages
// .help-page {
// .ant-result-image {
// height: 100px;
// svg {
// height: 100%;
// width: 100%;
// }
// }
// }
.upgrade-page {
h2,
h3 {
color: var(--pink);
font-size: 1.25em;
}
}