76cc79e5e729cba8b22110f2b44b646c8fb2916c
[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     border: none;
36     padding-left: 10px;
37   }
38
39   select {
40     width: 100%;
41   }
42
43   &.field-property {
44     &:last-child {
45       flex: 1;
46     }
47
48     .no-properties-error {
49       color: @func_color_q;
50       font-style: italic;
51     }
52   }
53 }