aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-edit/shared/video-description.component.scss
blob: d6a5190c594e767045934c9c5b8d1752feee14a9 (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
@import '_variables';
@import '_mixins';

textarea {
  @include peertube-input-text(100%);

  padding: 5px 15px;
  font-size: 15px;
  height: 150px;
  margin-bottom: 15px;
}

/deep/ {
  .nav-link {
    display: flex !important;
    align-items: center;
    height: 30px !important;
    padding: 0 15px !important;
  }

  .tab-content {
    min-height: 75px;
    padding: 15px;
    font-size: 15px;
  }
}