@import '_variables'; @import '_mixins'; .form-sub-title { margin-bottom: 30px; } input:not([type=submit]) { @include peertube-input-text(340px); display: block; } .peertube-select-container { @include peertube-select-container(340px); } input[type=submit] { @include peertube-button; @include orange-button; margin-top: 10px; } .transcoding-information { margin-top: 5px; font-size: 11px; }