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.
|
|
|
.header {
|
|
|
|
display: flex;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.quality,
|
|
|
|
.title {
|
|
|
|
flex: 0 1 250px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sizeLimit {
|
|
|
|
flex: 0 1 500px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.kilobitsPerSecond {
|
|
|
|
flex: 0 0 250px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sizeLimitHelpTextContainer {
|
|
|
|
display: flex;
|
|
|
|
justify-content: flex-end;
|
|
|
|
margin-top: 20px;
|
|
|
|
max-width: 1000px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sizeLimitHelpText {
|
|
|
|
max-width: 500px;
|
|
|
|
color: var(--helpTextColor);
|
|
|
|
}
|
|
|
|
|
|
|
|
@media only screen and (max-width: $breakpointSmall) {
|
|
|
|
.header {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.definitions {
|
|
|
|
&:first-child {
|
|
|
|
border-top: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|