Design video update
[oweals/peertube.git] / client / src / app / videos / shared / video-description.component.scss
1 textarea {
2   @include peertube-input-text(100%);
3
4   font-size: 15px;
5   height: 150px;
6 }
7
8 .previews /deep/ {
9   font-size: 15px !important;
10
11   .nav {
12     margin-top: 10px;
13   }
14
15   .tab-content {
16     min-height: 75px;
17     padding: 5px;
18   }
19 }