-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
69 lines (65 loc) · 1.21 KB
/
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
table.date-picker thead {
border-bottom: 1px solid #ddd;
}
table.date-picker thead tr {
height: 50px;
}
table.date-picker thead tr th {
text-align: center;
text-align: center;
}
table.date-picker thead tr th div {
margin: 5px;
width: 30px;
line-height: 20px;
}
table.date-picker tbody tr td {
text-align: center;
}
table.date-picker tbody tr td div {
margin: 5px;
width: 30px;
line-height: 20px;
}
table.date-picker tbody tr td.disabled {
pointer-events: none;
}
table.date-picker tbody tr td.disabled div {
background: #ddd;
color: #aaa;
}
table.date-picker tbody tr td.selected div {
background: #0091EA;
color: #fff;
}
.month-picker-material {
padding: 10px;
}
.month-picker-material tr {
height: 40px;
width: 400px;
}
.month-picker-material .month {
width: 60px;
height: 30px;
text-align: center;
line-height: 30px;
border-radius: 800px;
}
.month-picker-material .month:hover {
background: #eee;
}
.month-picker-material .month.selected {
background: #0091EA;
color: #fff;
}
html {
font-size: 62.5%;
}
body {
background: #20262E;
padding: 20px;
font-family: "Helvetica Neue Light", "Helvetica Neue";
font-size: 0.7rem !important;
}
/*# sourceMappingURL=style.css.map */