Code Review
/
sdc.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
f6cda177778309533edeb92f82e874d8d1aed9a1
[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
select {
39
width: 100%;
40
}
41
42
&.field-property {
43
&:last-child {
44
flex: 1;
45
}
46
47
.no-properties-error {
48
color: @func_color_q;
49
font-style: italic;
50
}
51
}
52
}