-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
48 lines (38 loc) · 827 Bytes
/
index.css
File metadata and controls
48 lines (38 loc) · 827 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
/* override Bulma variables */
:root {
/* Bulma variables for primary color */
--bulma-primary-h: 140;
--bulma-primary-s: 40%;
--bulma-primary-l: 50%;
/* Bulma variables for link color */
--bulma-link-h: 140;
--bulma-link-s: 40%;
--bulma-link-l: 50%;
}
/* Full height */
html, body, div#app {
height: 100%;
}
/* calendar selector */
html[data-theme=dark] {
input[type="date"] {
color-scheme: dark;
}
}
html[data-theme=light] {
input[type="date"] {
color-scheme: light;
}
}
/* Popup notification */
/* .dtracker_notification-container {
position: absolute !important;
z-index: 100 !important;
width: 100%;
top: 7rem;
display: inline-flex;
justify-content: center;
}
.dtracker_notification {
padding: 1.375em 3em;
} */