aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+my-library/my-follows/my-subscriptions.component.scss
blob: 310e11cb081b88c9c53f88e2327f5269ea6e4182 (plain) (blame)
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;
}