Prettified Code!
This commit is contained in:
@@ -38,7 +38,7 @@
|
|||||||
.news-feed {
|
.news-feed {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
padding: 1.5em;
|
padding: 1.5em;
|
||||||
border: 1px solid var(--theme-color-palette-15);
|
border: 1px solid var(--theme-color-palette-15);
|
||||||
}
|
}
|
||||||
.news-feed h2 {
|
.news-feed h2 {
|
||||||
font-size: 1.2em;
|
font-size: 1.2em;
|
||||||
@@ -63,11 +63,12 @@
|
|||||||
font-size: 0.75em;
|
font-size: 0.75em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ant-collapse > .ant-collapse-item:last-child, .ant-collapse > .ant-collapse-item:last-child > .ant-collapse-header {
|
.ant-collapse > .ant-collapse-item:last-child,
|
||||||
background-color: var(--theme-color-palette-5);
|
.ant-collapse > .ant-collapse-item:last-child > .ant-collapse-header {
|
||||||
|
background-color: var(--theme-color-palette-5);
|
||||||
}
|
}
|
||||||
|
|
||||||
.ant-card-body {
|
.ant-card-body {
|
||||||
/* background-color: var(--theme-color-palette-5); */
|
/* background-color: var(--theme-color-palette-5); */
|
||||||
border: 1px solid var(--theme-color-palette-15);
|
border: 1px solid var(--theme-color-palette-15);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -9,8 +9,8 @@
|
|||||||
}
|
}
|
||||||
.app-container .menu-container {
|
.app-container .menu-container {
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
background-color: unset;
|
background-color: unset;
|
||||||
color: var(--theme-color-components-text-on-dark);
|
color: var(--theme-color-components-text-on-dark);
|
||||||
}
|
}
|
||||||
.app-container h1.owncast-title {
|
.app-container h1.owncast-title {
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
@@ -46,10 +46,10 @@
|
|||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
padding-right: 1rem;
|
padding-right: 1rem;
|
||||||
padding-left: 1rem;
|
padding-left: 1rem;
|
||||||
background-color: var(--theme-color-background-main);
|
background-color: var(--theme-color-background-main);
|
||||||
}
|
}
|
||||||
.app-container .main-content-container {
|
.app-container .main-content-container {
|
||||||
background-color: var(--theme-color-palette-3);
|
background-color: var(--theme-color-palette-3);
|
||||||
padding: 2em 3em 3em;
|
padding: 2em 3em 3em;
|
||||||
min-width: 50vw;
|
min-width: 50vw;
|
||||||
}
|
}
|
||||||
@@ -138,6 +138,8 @@
|
|||||||
background-color: var(--theme-color-components-form-field-background);
|
background-color: var(--theme-color-components-form-field-background);
|
||||||
}
|
}
|
||||||
|
|
||||||
.ant-menu-item a, .ant-menu-submenu-expand-icon, .ant-menu-submenu-arrow {
|
.ant-menu-item a,
|
||||||
color: unset;
|
.ant-menu-submenu-expand-icon,
|
||||||
|
.ant-menu-submenu-arrow {
|
||||||
|
color: unset;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user