5308f3f0352302dccffd94006891a8416559c454
[src/xds/xds-agent.git] / webapp / src / app / pages / build / build.component.scss
1 @import '../../@theme/styles/themes';
2 @import '~bootstrap/scss/mixins/breakpoints';
3 @import '~@nebular/theme/styles/global/bootstrap/breakpoints';
4 @include nb-install-component() {
5   nb-tabset {
6     height: 100%;
7     display: flex;
8     flex-direction: column;
9   }
10   nb-tab {
11     padding: nb-theme(padding);
12   }
13   /deep/ ngx-tab1,
14   /deep/ ngx-tab2 {
15     display: block;
16     padding: nb-theme(padding);
17   }
18   @include media-breakpoint-down(xs) {
19     nb-tabset /deep/ul {
20       font-size: 1rem;
21       padding: 0 0.25rem;
22     }
23   }
24 }
25
26 .right {
27   display: flex;
28   flex-direction: row-reverse;
29   padding-right: 30px;
30 }
31
32 nb-action {
33   i {
34     font-size: 2rem;
35     margin-right: 0.5rem;
36   }
37 }
38
39 .textarea-scroll {
40   border-color: lightgray;
41   width: 97%;
42   overflow-y: scroll;
43 }