forked from sta210-s22/website
-
Notifications
You must be signed in to change notification settings - Fork 1
/
theme.scss
31 lines (26 loc) · 821 Bytes
/
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
/*-- scss:defaults --*/
@import 'https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible&display=swap';
$font-family: "Atkinson Hyperlegible", sans-serif;
/*-- scss:rules --*/
.render-commit-push {
padding: 0.5em 0.5em 0em 3em;
margin-top: 5px;
margin-bottom: 5px;
background: #f8f8f8 5px center/3em no-repeat;
border-top: 1px solid #5B888C;
border-bottom: 1px solid #5B888C;
background-image: url("images/render-commit-push.png");
background-size: 2em;
background-position: 0.5em 0.5em;
}
.pull {
padding: 0.5em 0.5em 0em 3em;
margin-top: 5px;
margin-bottom: 5px;
background: #f8f8f8 5px center/3em no-repeat;
border-top: 1px solid #E0A890;
border-bottom: 1px solid #E0A890;
background-image: url("images/pull.png");
background-size: 1em;
background-position: 1em 0.5em;
}