4beda9e12
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
@use '_variables' as *; @use '_mixins' as *; @use '_actor' as *; .video-subscriptions-header { margin-bottom: 30px; display: flex; } input[type=text] { @include peertube-input-text(300px); } .actor { @include actor-row; }