-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
79 lines (60 loc) · 774 Bytes
/
style.css
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
/* Generic */
body {
font-family: 'Roboto';font-size: 16px;
}
.font-weight-medium {
font-weight: 500;
}
.row {
height: 30px;
}
.mt-4 {
margin-top: 16px;
}
.mt-8 {
margin-top: 32px;
}
.ml-4 {
margin-left: 16px;
}
.ml-8 {
margin-left: 32px;
}
.d-hidden {
visibility: hidden;
}
.d-none {
display: none;
}
.cursor-pointer {
cursor: pointer;
}
ul.no-bullets {
list-style-type: none;
padding: 0;
}
.accent {
color: gray;
}
input[type='text'] {
line-height: 20px;
}
input[type='button'] {
height: 26px;
}
[v-cloak] {
display: none;
}
/* Custom */
.lb-200 {
width: 200px;
display: inline-block;
}
.cb-label {
width: 300px;
}
.tb-700,
.cb-value {
width: 700px;
line-height: 20px;
}