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 {
|
|
|
|
.variants-table {
|
|
|
|
margin-top: 2em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.variants-table-module {
|
2021-02-15 03:46:34 +01:00
|
|
|
min-width: 400px;
|
2021-02-13 08:55:59 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
// 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;
|
|
|
|
}
|
|
|
|
|
2021-02-15 03:46:34 +01:00
|
|
|
.cpu-usage-container,
|
|
|
|
.bitrate-container {
|
|
|
|
height: 20em;
|
2021-02-04 17:04:00 +01:00
|
|
|
}
|
2021-02-13 08:55:59 +01:00
|
|
|
|
2021-02-15 03:46:34 +01:00
|
|
|
.advanced-settings {
|
|
|
|
margin-top: 1em;
|
2021-02-04 17:04:00 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.variants-table {
|
|
|
|
.actions {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
.delete-button {
|
2021-02-15 23:09:34 +01:00
|
|
|
margin-left: 0.5em;
|
|
|
|
opacity: 0.8;
|
2021-02-04 17:04:00 +01:00
|
|
|
}
|
2021-02-13 08:55:59 +01:00
|
|
|
}
|
2021-02-15 23:08:47 +01:00
|
|
|
|
|
|
|
.read-more-subtext {
|
|
|
|
font-size: 0.8rem;
|
2021-02-15 23:09:34 +01:00
|
|
|
}
|