-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.css
71 lines (59 loc) · 1.43 KB
/
index.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
67
68
69
70
71
html, body {
max-height: 100vh;
overflow: hidden;
}
@font-face {
font-family: "Source Sans Pro";
font-weight: normal;
src: url("/fonts/SourceSansPro/SourceSansPro-Regular.ttf");
}
@font-face {
font-family: "Source Sans Pro";
font-weight: 600;
src: url("/fonts/SourceSansPro/SourceSansPro-Bold.ttf");
}
@font-face {
font-family: "Source Sans Pro";
font-weight: 300;
src: url("/fonts/SourceSansPro/SourceSansPro-Light.ttf");
}
@font-face {
font-family: "Avenir";
font-weight: normal;
src: url("/fonts/Avenir/AvenirNextLTPro-Regular.otf");
}
@font-face {
font-family: "Avenir";
font-weight: 400 700;
src: url("/fonts/Avenir/AvenirNextLTPro-Bold.otf");
}
@font-face {
font-family: "Helvetica Neue";
font-weight: normal;
src: url("/fonts/Helvetica-Neue/HelveticaNeueLTPro-Roman.otf");
}
@font-face {
font-family: "Helvetica Neue";
font-weight: 400 700;
src: url("/fonts/Helvetica-Neue/HelveticaNeueLTPro-Bd.otf");
}
.source-list .source::after {
content: "|";
padding: 0 2px 0 8px;
font-style: normal;
}
.source-list > .source:last-child::after {
content: none;
}
.chakra-toast .chakra-alert, .chakra-toast .chakra-alert .chakra-alert__icon {
background: #AE88EB;
color: #fff;
}
@media (min-width: 769px) {
input#detention + span {
margin-top: 7px;
}
input#includeMissingHarmScore + span {
margin-top: 5px;
}
}