99a54bb65c9572f33cbe66e95a597a1a5a6f8ef0
[sdc.git] /
1 @import '../../../../../../assets/styles/variables.less';
2
3 .remove {
4     display: flex;
5     align-items: center;
6     justify-content: center;
7
8     svg-icon {
9         position: relative;
10         right: -3px;
11
12         &:hover {
13             cursor: pointer;
14         }
15     }
16 }
17
18
19 .cell {
20     min-height: 50px;
21     padding: 10px;
22     display: flex;
23     align-items: center;
24
25     > * {
26         flex-basis: 100%;
27     }
28
29     /deep/ select {
30         height: 30px;
31     }
32
33     input {
34         height: 30px;
35         padding-left: 10px;
36     }
37
38     &.field-property {
39         &:last-child {
40             flex: 1;
41         }
42
43         .no-properties-error {
44             color: @func_color_q;
45             font-style: italic;
46         }
47     }
48 }