Catalog alignment
[sdc.git] / catalog-ui / src / app / ng2 / pages / composition / graph / service-path-creator / service-path-creator.component.less
1 @import './../../../../../../assets/styles/variables.less';
2 .service-path-creator {
3     font-family: @font-opensans-regular;
4     .separator-buttons {
5         margin: 10px 0;
6         display: flex;
7         justify-content: space-between;
8     }
9     .i-sdc-form-label {
10         font-size: 12px;
11         }
12   .w-sdc-form .i-sdc-form-item {
13     margin-bottom: 15px;
14   }
15
16   .side-by-side {
17     display: flex;
18     .i-sdc-form-item {
19       flex-basis: 100%;
20       &:first-child {
21         margin-right: 10px;
22       }
23     }
24   }
25
26   .generic-table {
27     max-height: 233px;
28     .header-row .header-cell {
29       &:last-child {
30         padding: 0;
31       }
32     }
33     /deep/ .cell {
34       &:last-child {
35         min-width: 30px;
36       }
37     }
38   }
39
40   .based-on-title {
41     text-transform: uppercase;
42     font-size: 18px;
43     font-family: @font-opensans-regular;
44   }
45 }