4ceb43ef5da3bc987f727b5ae80d5444a1e268fc
[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
18     &.operation {
19       width: 60px;
20     }
21   }
22
23   .rule-builder-content {
24     display: flex;
25     align-items: flex-end;
26
27     .rule-input-field {
28       flex: 1;
29
30       &:not(:last-of-type) {
31         margin-right: 20px;
32       }
33
34       &.operator {
35         width: 55px;
36         flex: 0 1 auto;
37       }
38
39       &.assigned-value-field {
40         margin-bottom: 10px;
41       }
42
43       /deep/ .ui-element-dropdown select,
44       /deep/ .ui-element-input input {
45         height: 30px;
46       }
47     }
48
49   }
50 }