You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
46 lines
601 B
46 lines
601 B
// 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 { |
|
height: 20em; |
|
} |
|
|
|
.advanced-settings { |
|
margin-top: 1em; |
|
} |
|
} |
|
|
|
|
|
.variants-table { |
|
.actions { |
|
display: flex; |
|
align-items: center; |
|
justify-content: center; |
|
} |
|
.delete-button { |
|
margin-left: .5em; |
|
opacity: .8; |
|
} |
|
} |
|
|
|
.read-more-subtext { |
|
font-size: 0.8rem; |
|
} |