2021-02-04 17:04:00 +01:00
|
|
|
// styles for Video variant editor (table + modal)
|
|
|
|
|
2021-02-13 08:55:59 +01:00
|
|
|
.config-video-variants {
|
2021-02-04 17:04:00 +01:00
|
|
|
|
2021-02-13 08:55:59 +01:00
|
|
|
.variants-table {
|
|
|
|
margin-top: 2em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.variants-table-module {
|
|
|
|
min-width: 48%;
|
|
|
|
max-width: 600px;
|
|
|
|
margin-right: 1em
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
// modal content
|
2021-02-04 17:04:00 +01:00
|
|
|
.config-variant-form {
|
2021-02-13 08:55:59 +01:00
|
|
|
.description {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.advanced-settings {
|
|
|
|
width: 48%;
|
|
|
|
margin-left: 2em;
|
|
|
|
}
|
2021-02-04 17:04:00 +01:00
|
|
|
.blurb {
|
|
|
|
margin: 1em;
|
|
|
|
opacity: .75;
|
|
|
|
}
|
|
|
|
.note {
|
|
|
|
display: inline-block;
|
|
|
|
margin-left: 1em;
|
|
|
|
font-size: .75em;
|
|
|
|
opacity: .5;
|
|
|
|
font-style: italic;
|
|
|
|
}
|
2021-02-13 08:55:59 +01:00
|
|
|
|
|
|
|
|
|
|
|
// .field {
|
|
|
|
// margin-bottom: 2em;
|
|
|
|
// display: flex;
|
|
|
|
// flex-direction: row;
|
|
|
|
// justify-content: center;
|
|
|
|
// align-items: flex-start;
|
|
|
|
// transform: opacity .15s;
|
|
|
|
// &.disabled {
|
|
|
|
// opacity: .25;
|
|
|
|
// }
|
|
|
|
|
|
|
|
// .label {
|
|
|
|
// width: 40%;
|
|
|
|
// text-align: right;
|
|
|
|
// padding-right: 2em;
|
|
|
|
// font-weight: bold;
|
|
|
|
// color: var(--owncast-purple);
|
|
|
|
// }
|
|
|
|
// .info-tip {
|
|
|
|
// margin-right: 1em;
|
|
|
|
// }
|
|
|
|
// .form-component {
|
|
|
|
// width: 60%;
|
2021-02-04 17:04:00 +01:00
|
|
|
|
2021-02-13 08:55:59 +01:00
|
|
|
// .selected-value-note {
|
|
|
|
// font-size: .85em;
|
|
|
|
// display: inline-block;
|
|
|
|
// text-align: center;
|
|
|
|
// }
|
|
|
|
// }
|
|
|
|
// }
|
|
|
|
// .ant-collapse {
|
|
|
|
// border: none;
|
|
|
|
// border-radius: 6px;
|
|
|
|
// }
|
|
|
|
// .ant-collapse > .ant-collapse-item:last-child,
|
|
|
|
// .ant-collapse > .ant-collapse-item:last-child > .ant-collapse-header {
|
|
|
|
// border: none;
|
|
|
|
// background-color: rgba(0,0,0,.25);
|
|
|
|
// border-radius: 6px;
|
|
|
|
// }
|
|
|
|
// .ant-collapse-content {
|
|
|
|
// background-color: rgba(0,0,0,.1);
|
|
|
|
// }
|
2021-02-04 17:04:00 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.config-video-segements-conatiner {
|
2021-02-13 08:55:59 +01:00
|
|
|
// display: flex;
|
|
|
|
// flex-direction: row;
|
|
|
|
// justify-content: center;
|
|
|
|
// align-items: flex-start;
|
2021-02-04 17:04:00 +01:00
|
|
|
|
|
|
|
.status-message {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.variants-table {
|
|
|
|
.actions {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
.delete-button {
|
|
|
|
margin-left: .5em;
|
|
|
|
opacity: .8;
|
|
|
|
}
|
2021-02-13 08:55:59 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.advanced-settings {
|
|
|
|
margin-top: 2em;
|
2021-02-04 17:04:00 +01:00
|
|
|
}
|