aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+manage/video-channel-edit/video-channel-edit.component.scss
blob: 4e21af2a86333cb208951fa663aabdee822a4751 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
@use '_variables' as *;
@use '_mixins' as *;

.video-channel-title {
  @include settings-big-title;
}

my-actor-banner-edit {
  max-width: 500px;
}

input[type=text] {
  @include peertube-input-text(340px);
}

input[type=submit] {
  @include margin-left(auto);
}

textarea {
  @include peertube-textarea(500px, 150px);
}

my-markdown-textarea {
  max-width: 500px;
}

.peertube-select-container {
  @include peertube-select-container(340px);
}

.breadcrumb {
  @include breadcrumb;
}