-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.scss
81 lines (61 loc) · 1.15 KB
/
styles.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 --*/
$presentation-title-slide-text-align: left !default;
$presentation-font-size-root: 35px;
$presentation-font-smaller: 0.85 !default;
$presentation-line-height: 1.8;
$presentation-h2-line-height: 2.5;
$link-color: #0079d2;
#title-slide .title {
font-size: 2.2em;
margin-bottom: 2.5rem;
}
#title-slide p {
font-size: 0.8em;
line-height: 1;
}
.image1 {
width: 12%;
height: auto;
display: inline-block;
margin-left: auto;
margin-right: auto;
padding-bottom: 15px;
}
.icon {
width: auto;
height: 60px;
display: block;
margin-left: auto;
margin-right: auto;
padding-bottom: 25px;
}
.column {
font-size: 0.8em;
}
.h1-blue h1 {
color: #0065bd !important;
}
.h2-no-padding h2 {
margin-bottom: 8px !important;
}
.panel-tabset-tabby a {
font-size: 0.7em !important;
}
/*-- scss:rules --*/
.reveal .slides h2 {
margin-bottom: 2.5rem;
}
.reveal .slide-logo {
height: 5% !important;
width: auto !important;
max-width: unset !important;
max-height: unset !important;
margin-bottom: 1%;
margin-right: 1%;
}
.reveal .footer {
color: $body-color;
}
.reveal .footer a {
color: $link-color;
}