form fields for video config modal

This commit is contained in:
gingervitis
2021-01-10 02:37:22 -08:00
committed by Gabe Kangas
parent 61e172908a
commit 8458849d88
8 changed files with 481 additions and 49 deletions

View File

@@ -27,12 +27,9 @@ pre {
display: block;
padding: 1rem;
margin: .5rem 0;
background-color: #eee;
background-color: rgb(44, 44, 44);
color:lightgrey;
}
// pre {
// background-color: rgb(44, 44, 44);
// color:lightgrey;
// }
code {
color: var(--owncast-purple);
@@ -41,12 +38,6 @@ code {
.owncast-layout .ant-menu-dark.ant-menu-dark:not(.ant-menu-horizontal) .ant-menu-item-selected {
background-color: $owncast-purple;
}
// 07050d
// 020103
// GENERAL ANT FORM OVERRIDES
.ant-layout,
.ant-layout-footer,
@@ -93,6 +84,17 @@ code {
.ant-table-small .ant-table-thead > tr > th {
background-color: #000;
}
.ant-modal-content {
border-radius: 6px;
}
.ant-modal-header {
background-color: #1c173d;
border-radius: 6px 6px 0 0;
}
.ant-modal-title {
font-weight: bold;
font-size: 1.5em;
}
// markdown editor overrides