]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/videos/+video-edit/shared/video-description.component.scss
Move to angular cli
[github/Chocobozzz/PeerTube.git] / client / src / app / videos / +video-edit / shared / video-description.component.scss
CommitLineData
63c4db6d
C
1@import '_variables';
2@import '_mixins';
3
cadb46d8
C
4textarea {
5 @include peertube-input-text(100%);
6
7 padding: 5px 15px;
8 font-size: 15px;
9 height: 150px;
f595d394 10 margin-bottom: 15px;
cadb46d8 11}
f595d394
C
12
13/deep/ {
14 .nav-link {
15 display: flex !important;
16 align-items: center;
17 height: 30px !important;
18 padding: 0 15px !important;
19 }
20
21 .tab-content {
22 min-height: 75px;
23 padding: 15px;
24 font-size: 15px;
25 }
26}
27