mirror of
https://github.com/owncast/owncast.git
synced 2024-11-22 21:03:19 +03:00
20 lines
260 B
SCSS
20 lines
260 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;
|
|
}
|
|
}
|