-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathui-changes.css
66 lines (60 loc) · 1.24 KB
/
ui-changes.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
/* line 14, sass/ui-changes.scss */
html, body {
height: 100%;
min-height: 100%;
}
/* line 18, sass/ui-changes.scss */
body {
font-family: 'Lato', sans-serif;
background: #fff;
position: relative;
color: #444;
font-size: 1.5rem;
letter-spacing: 0.05rem;
}
/* line 30, sass/ui-changes.scss */
.no-padding-h {
padding-left: 0px;
padding-right: 0px;
}
/* line 31, sass/ui-changes.scss */
.no-padding-v {
padding-top: 0px;
padding-bottom: 0px;
}
/* line 34, sass/ui-changes.scss */
h1, h2, h3, h4, h5 {
color: #26557f;
}
/* line 37, sass/ui-changes.scss */
.section-question {
color: #00427f;
padding-bottom: 20px;
border-bottom: 1px dotted #595959;
}
/* line 44, sass/ui-changes.scss */
#table-of-contents {
height: 100vh;
max-height: 100vh !important;
width: 35rem;
overflow: scroll;
}
/* line 49, sass/ui-changes.scss */
#table-of-contents ul {
margin-top: 0px;
margin-bottom: 0px;
border: none;
}
/* line 55, sass/ui-changes.scss */
#table-of-contents li:first-of-type {
padding: 0px 0px 5px 0px;
}
/* line 57, sass/ui-changes.scss */
#table-of-contents li.active a {
background: #4caaff;
color: #ffffff;
}
/* line 60, sass/ui-changes.scss */
#table-of-contents li a:hover {
text-decoration: underline;
}