-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
60 lines (50 loc) · 810 Bytes
/
styles.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
body {
font-family: Avenir, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
font-size: 1em;
display: flex;
justify-content: center;
}
section.content {
padding: 0 16px;
width: 600px;
}
h1,
h2,
h3 {
padding-top: 40px;
padding-bottom: 12px;
}
footer {
font-size: 0.8em;
position: fixed;
bottom: 12px;
right: 12px;
}
.add-meeting {
padding-top: 8px;
font-size: 0.9em;
}
.items .row {
padding-bottom: 8px;
}
.items .row input {
width: 100px;
font-size: 0.9em;
}
.items select {
padding: 2px;
margin-right: 8px;
}
a.delete-link {
padding-left: 8px;
font-size: 0.9em;
}
a,
a:visited {
text-decoration: none;
color: #2a9d8f;
}
a:hover {
text-decoration: underline;
}