-
Notifications
You must be signed in to change notification settings - Fork 0
/
meds_styles.scss
106 lines (89 loc) · 2.11 KB
/
meds_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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
/*-- scss:defaults --*/
// fonts
//@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200&family=Roboto+Mono:wght@300&family=Sanchez&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato&family=Montserrat&family=Nunito+Sans:wght@200&family=Roboto+Mono:wght@300&family=Sanchez&display=swap');
// Fonts (CSS rules)
//$font-family-sans-serif: 'Nunito Sans', sans-serif;
//$font-family-monospace: 'Roboto Mono', monospace;
$font-family-serif: 'Sanchez', serif;
$font-family-sans-serif: 'Montserrat', sans-serif;
$font-family-monospace: 'Roboto Mono', monospace;
// scss variables
$presentation-title-slide-text-align: "left";
$body-bg: #FFFFFF;
$link-color: #047C90;
$code-color: #900C3F;
$code-bg: #F7F7F7;
$code-block-font-size: 0.6em;
$code-block-bg: #F0F3F5;
/*-- scss:rules --*/
.custom-title { //.reveal
font-family: $font-family-serif;
color: #d2e3f3;
font-size: 1.7em;
//position: absolute;
left: 20px;
}
.custom-subtitle { //.reveal
font-family: $font-family-sans-serif;
color: #d2e3f3;
font-size: 1.2em;
font-weight: 900;
//position: absolute;
left: 20px;
}
.custom-subtitle2 { //.reveal
font-family: $font-family-sans-serif;
color: #d2e3f3;
font-size: 1em;
//position: absolute;
left: 20px;
}
.custom-subtitle3 { //.reveal
font-family: $font-family-sans-serif;
color: #d2e3f3;
font-size: 0.8em;
//position: absolute;
left: 20px;
}
.title-footer { //.reveal
text-align: center !important;
color: #d2e3f3;
font-size: 0.4em !important;
}
.slide-title {
font-family: $font-family-serif;
color: #047C90;
font-size: 1.4em;
font-weight: 700;
}
.body-text {
font-size: 23px;
line-height: 1.7em;
margin-bottom: 1em;
}
.caption-text {
font-size: 19px;
line-height: 1.5em;
}
//.shortcut-list {
// font-size: 23px;
// line-height: 1.7em;
// margin-bottom: 1.7em;
// }
// font weight not working
strong {
font-weight: bold;
color: #047C90;
}
.vertical-center {
margin: 0;
position: absolute;
top: 50%;
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.topbr {
display: block;
margin-top: 1em;
}