aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/app/ng2/pages/service-path-creator/service-path-creator.component.less
blob: 5c9e53e2293f7028224739da2a9f8b7194cbed31 (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
@import './../../../../assets/styles/variables.less';
.service-path-creator {
    font-family: @font-opensans-regular;
    .separator-buttons {
        margin: 10px 0;
        display: flex;
        justify-content: space-between;
    }
    .i-sdc-form-label {
    	font-size: 12px;
	}
  .w-sdc-form .i-sdc-form-item {
    margin-bottom: 15px;
  }

  .side-by-side {
    display: flex;
    .i-sdc-form-item {
      flex-basis: 100%;
      &:first-child {
        margin-right: 10px;
      }
    }
  }

  .generic-table {
    max-height: 233px;
    .header-row .header-cell {
      &:last-child {
        padding: 0;
      }
    }
    /deep/ .cell {
      &:last-child {
        min-width: 30px;
      }
    }
  }

  .based-on-title {
    text-transform: uppercase;
    font-size: 18px;
    font-family: @font-opensans-regular;
  }
}