-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathBoardApp.less
57 lines (48 loc) · 858 Bytes
/
BoardApp.less
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
.customboard {
overflow-y: hidden;
}
.sizes {
.x-field-label-cell {
vertical-align: top;
}
.label-header {
margin-left: 60px;
font-family: NotoSansBold;
font-size: 12px;
}
.plan-est-header {
margin-left: 70px;
font-family: NotoSansBold;
font-size: 12px;
}
.sizes-container {
margin-top: 5px;
}
}
.row-btn {
background-color: transparent;
font-size: 14px;
height: 26px;
width: 28px;
float: left;
padding: 2px 0 0 0;
.btn-button {
border: 0 !important;
}
&.minus {
color: #666666;
}
&.plus {
color: #00A9E0;
&:hover {
color: #29beff;
}
&.item-disabled,
&.item-disabled:hover {
cursor: default;
span {
color: #666666;
}
}
}
}