aboutsummaryrefslogtreecommitdiffstats
path: root/webapp/src/app/pages/build/build.component.scss
blob: 333c4d4b99dfab6c66e9035df98eaa467ca39251 (plain)
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
@import '../../@theme/styles/themes';
@import '~bootstrap/scss/mixins/breakpoints';
@import '~@nebular/theme/styles/global/bootstrap/breakpoints';

@include nb-install-component() {
  nb-tabset {
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  nb-tab {
    padding: nb-theme(padding);
  }

  /deep/ ngx-tab1,
  /deep/ ngx-tab2 {
    display: block;
    padding: nb-theme(padding);
  }

  @include media-breakpoint-down(xs) {
    nb-tabset /deep/ul {
      font-size: 1rem;
      padding: 0 0.25rem;
    }
  }
}

.right {
  display: flex;
  flex-direction: row-reverse;
  padding-right: 30px;
}

nb-action {
  i {
    font-size: 2rem;
    margin-right: 0.5rem;
  }
}

.textarea-scroll {
  border-color: lightgray;
  width: 97%;
  overflow-y: scroll;
}

@-moz-document url-prefix('') {
  .col-12 {
    margin-bottom: 30px;
  }
}