aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-edit/shared/video-description.component.scss
blob: 38506bb4636c84e7c20d1f949e9e458dc533c717 (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
35
36
37
38
39
40
41
textarea {
  @include peertube-input-text(100%);

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

.previews /deep/ {
  font-size: 15px !important;

  .nav {
    margin-top: 10px;
    font-size: 16px !important;
    border: none !important;

    .nav-item .nav-link {
      color: #000 !important;
      height: 30px !important;
      margin-right: 30px;
      padding: 0 15px;
      display: flex;
      align-items: center;
      border-radius: 3px;
      border: none !important;

      &.active, &:hover {
        background-color: #F0F0F0;
      }

      &.active {
        font-weight: $font-semibold !important;
      }
    }
  }

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