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

textarea {
  @include peertube-textarea(100%, 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;
  }
}