]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/videos/+video-edit/shared/video-description.component.scss
Design modals
[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 4textarea {
5f0805d3 5 @include peertube-textarea(100%, 150px);
cadb46d8 6
f595d394 7 margin-bottom: 15px;
cadb46d8 8}
f595d394
C
9
10/deep/ {
11 .nav-link {
12 display: flex !important;
13 align-items: center;
14 height: 30px !important;
15 padding: 0 15px !important;
16 }
17
18 .tab-content {
19 min-height: 75px;
20 padding: 15px;
21 font-size: 15px;
22 }
23}
24