forked from krmorse/EstimationBoard
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathBoardApp.less.css
More file actions
47 lines (47 loc) · 809 Bytes
/
BoardApp.less.css
File metadata and controls
47 lines (47 loc) · 809 Bytes
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
.customboard {
overflow-y: hidden;
}
.sizes .x-field-label-cell {
vertical-align: top;
}
.sizes .label-header {
margin-left: 60px;
font-family: NotoSansBold;
font-size: 12px;
}
.sizes .plan-est-header {
margin-left: 70px;
font-family: NotoSansBold;
font-size: 12px;
}
.sizes .sizes-container {
margin-top: 5px;
}
.row-btn {
background-color: transparent;
font-size: 14px;
height: 26px;
width: 28px;
float: left;
padding: 2px 0 0 0;
}
.row-btn .btn-button {
border: 0 !important;
}
.row-btn.minus {
color: #666666;
}
.row-btn.plus {
color: #00A9E0;
}
.row-btn.plus:hover {
color: #29beff;
}
.row-btn.plus.item-disabled,
.row-btn.plus.item-disabled:hover {
cursor: default;
}
.row-btn.plus.item-disabled span,
.row-btn.plus.item-disabled:hover span {
color: #666666;
}