-
Notifications
You must be signed in to change notification settings - Fork 1
/
theme.scss
82 lines (62 loc) · 1.71 KB
/
theme.scss
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
72
73
74
75
76
77
78
79
80
81
/*-- scss:defaults --*/
@import 'https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible&display=swap';
$font-family: "Atkinson Hyperlegible", sans-serif;
/*-- scss:rules --*/
.fun {
padding: 0.5em 0.5em 0em 3em;
margin-top: 5px;
margin-bottom: 5px;
background: #f8f8f8 5px center/3em no-repeat;
border-top: 1px solid #db7093;
border-bottom: 1px solid #db7093;
background-image: url("images/celebrate.png");
background-size: 2em;
background-position: 0.5em 0.5em;
}
/*-- scss:Julia's addition --*/
div.callout-question.callout {
border-left-color: #000099 !important;
border-right-color: #e6e6fa !important;
border-top: 1px solid #E0E0E0 !important;
border-bottom: 1px solid #E0E0E0 !important;
background-color: #FFFFFF !important;
padding: 0em 0em 0em 0em;
margin-top: 0px;
margin-bottom: 0px;
}
div.callout-question.callout-style-default>.callout-header{
background-color: #e6e6fa !important;
color: #1b1b1b;
padding-right: 1em;
display: flex;
height: 2.5em;
overflow: hidden;
}
/*--
.callout-question.icon.callout-icon {
height: 1rem;
width: 1rem;
display: inline-block;
content: "";
background-repeat: no-repeat;
background-size: 1rem 1rem;
margin-top: .5rem;
padding-right: 1.25rem;
background-image: unset !important;
}
div.callout-question.icon.callout-captioned .callout-icon::before {
height: 1rem;
width: 1rem;
display: inline-block;
content: "";
background-repeat: no-repeat;
background-size: 1rem 1rem;
margin-top: .5rem;
padding-right: 1.25rem;
background-image: url('images/computer_icon.png');
}
div.callout-question.icon.callout-style-default div.callout-icon-container {
padding-top: 0em;
padding-right: 1.25em;
}
--*/