-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
62 lines (50 loc) · 891 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
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html, body {
width: 100%;
height: 100%;
}
body {
font-family: system-ui, Roboto, "Helvetica Neue", arial;
}
nav h1 {
margin-top: 0;
margin-bottom: 0;
}
.brand-logo object, .agendas-sidenav-item object {
width: 1em;
height: 1em;
vertical-align: middle;
display: inline-block;
margin: -0.25em 0.5em 0 0.5em;
}
li.agendas-sidenav-item a {
font-size: 24px;
}
.agendas-sidenav-item object {
margin-left: 0;
}
.side-nav li.waves-effect {
display: block;
}
.waves-effect.waves-blue .waves-ripple {
background-color: rgba(33, 150, 243, 0.45);
}
.large-text {
font-size: 1.25em;
}
.section-features li {
display: inline-block;
margin-right: 1rem;
font-size: 1rem;
}
.section-features .material-icons {
font-size: 1.2rem;
vertical-align: middle;
}
.material-tooltip {
max-width: 200px;
}