-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.css
More file actions
52 lines (42 loc) · 746 Bytes
/
Copy pathindex.css
File metadata and controls
52 lines (42 loc) · 746 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
48
49
50
51
52
:root {
--mdc-theme-primary: #ff6f61;
}
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
margin: 0;
}
a {
color: unset;
}
.mdi:before {
transform: translateY(-3px);
}
nav {
height: 64px;
}
nav h1 {
margin-left: 24px;
}
nav button {
display: inline-block;
}
input[type="file"] {
width: 0.1px;
height: 0.1px;
opacity: 0;
overflow: hidden;
position: absolute;
z-index: -1;
}
header.mdc-top-app-bar {
position: unset;
}
.timecard-icon {
background-image: url(./timecard.png);
background-size: 30px 30px;
background-repeat: no-repeat;
background-position: center;
}
#plot {
height: calc(100vh - 80px);
}