start video variant page; setup video variant table for modals wip; use dark theme as default

This commit is contained in:
gingervitis
2021-01-09 13:12:14 -08:00
committed by Gabe Kangas
parent e7e89556e7
commit 5ed73d7f6f
11 changed files with 234 additions and 174 deletions

View File

@@ -13,7 +13,7 @@
.tag-editor-container,
.config-directory-details-form {
border-radius: 1em;
background-color: rgba(128,0,255,.15);
background-color: rgba(128,99,255,.1);
padding: 1.5em;
margin-bottom: 1em;
}
@@ -41,6 +41,15 @@
justify-content: flex-end;
position: relative;
width: 314px;
// &.type-numeric {
// .ant-form-item-control {
// flex-direction: row;
// .ant-form-item-control-input {
// margin-right: .75rem;
// }
// }
// }
}
.textfield {
display: flex;
@@ -77,6 +86,17 @@
right: 0;
bottom: .5em;
}
// .ant-form-horizontal {
// .textfield-container.type-numeric {
// width: auto;
// .submit-button {
// bottom: unset;
// top: 0;
// right: unset;
// }
// }
// }
// form-toggleswitch
@@ -156,3 +176,14 @@
}
}
}
.config-video-variants {
.config-video-misc {
margin: 2rem 0;
// .ant-form {
// display: flex;
// flex-direction: row;
// align-items: flex-start;
// }
}
}