-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuilderstyle.css
More file actions
85 lines (71 loc) · 1.39 KB
/
builderstyle.css
File metadata and controls
85 lines (71 loc) · 1.39 KB
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
#topnavbar{
border: black solid 1px;
}
.modal-top{
display: flex;
}
.calc_stats {
display: flex;
/* margin-bottom: $pad; */
margin-bottom: 5px;
/* @include block-width; */
}
.calc_stats .co {
display: flex;
flex-direction: column;
align-items: center;
flex-basis: 12.5%;
max-width: 12.5%;
}
.calc_stats .co.header-column {
font-weight: 600;
align-items: flex-start;
white-space: nowrap;
flex-basis: 25%;
max-width: 25%;
}
.calc_stats .co .ro span:not(.btn) {
width: 40px;
text-align: center;
}
.calc_stats .co .ro span.calc_stat_input {
width: 20px;
text-align: center;
cursor: pointer;
}
.calc_stats .co .ro span.calc_stat_button {
width: 15px;
text-align: center;
cursor: pointer;
line-height: 15px;
background-color: chocolate;
}
.calc_stats .co .ro span.calc_stat_button:hover {
background-color: coral;
}
.calc_stats .co .ro:nth-child(2) {
/* line-height: $input-height; */
line-height: 30px;
}
.calc_stats .ro {
/* padding: $pad 0; */
padding: 5px 0;
width: 100%;
}
.calc_stats .ro:not(.header-line) {
display: flex;
align-items: center;
justify-content: center;
}
.calc_stats .ro:nth-child(2) {
padding: 0;
}
.calc_stats .calc_stat_tuner {
padding: 0;
height: 16px;
width: 16px;
line-height: 16px;
}
.hidden {
display: none !important;
}