aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/forms/markdown-textarea.component.scss
blob: 82aff541d0f279b01893b00427403151723f2df5 (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
@import '_variables';
@import '_mixins';

.root {
  display: flex;
  
  textarea {
    @include peertube-textarea(100%, 150px);

    margin-bottom: 15px;
  }

  /deep/ {
    .nav-link {
      display: flex !important;
      align-items: center;
      height: 30px !important;
      padding: 0 15px !important;
    }

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