188fb7b5efe38c00f553eed6677d515537f6f40b
[sdc.git] /
1 @import './../../../../../assets/styles/variables.less';
2
3
4 .sdc-modal-top-bar {
5   display: flex;
6   justify-content: flex-end;
7 }
8
9 .i-sdc-form-content {
10   display: flex;
11   flex-direction: column;
12   margin-top: 10px;
13   padding-bottom: 20px;
14
15   .i-sdc-form-item {
16     width: 250px;
17     &.operation {
18       width: 60px;
19     }
20   }
21
22   .rule-builder-content {
23     display: flex;
24     align-items: flex-end;
25     .rule-input-field {
26       flex: 1;
27       &:not(:last-of-type) {
28         margin-right: 20px;
29       }
30       &.operator{
31         width: 55px;
32         flex: 0 1 auto;
33       }
34       &.assigned-value-field {
35         margin-bottom: 10px;
36       }
37       /deep/ ui-element-dropdown select,
38       /deep/ ui-element-input input {
39         height: 30px;
40       }
41     }
42
43   }
44 }