aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/app/ng2/pages/composition/capabilities-filter-properties-editor/capabilities-filter-properties-editor.component.less
blob: 188fb7b5efe38c00f553eed6677d515537f6f40b (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
@import './../../../../../assets/styles/variables.less';


.sdc-modal-top-bar {
  display: flex;
  justify-content: flex-end;
}

.i-sdc-form-content {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  padding-bottom: 20px;

  .i-sdc-form-item {
    width: 250px;
    &.operation {
      width: 60px;
    }
  }

  .rule-builder-content {
    display: flex;
    align-items: flex-end;
    .rule-input-field {
      flex: 1;
      &:not(:last-of-type) {
        margin-right: 20px;
      }
      &.operator{
        width: 55px;
        flex: 0 1 auto;
      }
      &.assigned-value-field {
        margin-bottom: 10px;
      }
      /deep/ ui-element-dropdown select,
      /deep/ ui-element-input input {
        height: 30px;
      }
    }

  }
}