1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
@use '_variables' as *; @use '_mixins' as *; .modal-body { font-size: 15px; } .button { padding: 0 13px; } input[type=text] { @include peertube-input-text(100%); display: block; } .form-group { margin: 20px 0; }