owncast/web/styles/pages.scss

20 lines
261 B
SCSS
Raw Normal View History

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