aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/shared/video-description.component.scss
blob: d8d73e8462c0a575723409b28e293dd6c5ea734b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
textarea {
  height: 150px;
}

.previews /deep/ {
  .nav {
    margin-top: 10px;
    font-size: 0.9em;
  }

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