owncast/web/styles/config-video-variants.scss

49 lines
691 B
SCSS
Raw Normal View History

// styles for Video variant editor (table + modal)
.config-video-variants {
.variants-table {
margin-top: 2em;
}
.variants-table-module {
min-width: 400px;
}
}
// modal content
.config-variant-form {
.description {
margin-top: 0;
}
.cpu-usage-container,
.bitrate-container {
2021-02-21 02:14:50 +03:00
min-height: 22em;
}
.advanced-settings {
margin-top: 1em;
2021-02-21 02:14:50 +03:00
.resolution-module,
.video-passthroug-module {
min-height: 30em;
}
}
}
.variants-table {
.actions {
display: flex;
align-items: center;
justify-content: center;
}
.delete-button {
2021-02-16 01:09:34 +03:00
margin-left: 0.5em;
opacity: 0.8;
}
}
.read-more-subtext {
font-size: 0.8rem;
2021-02-16 01:09:34 +03:00
}