-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathspeaker.sass
More file actions
193 lines (190 loc) · 6.93 KB
/
Copy pathspeaker.sass
File metadata and controls
193 lines (190 loc) · 6.93 KB
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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
.navbar-speaker
background: $dark
.nav
width: 80%
.speaker-content
align-items: center
background-color: #04100c
display: flex
flex-flow: column
justify-content: cener
padding: 5em 3em
width: 100%
@media only screen and (max-width: 1112px)
padding: 5em 1em
@media only screen and (max-width: 580px)
padding: 5em 0
.speaker-card
background-color: #04100c
width: 80%
padding: 2em
@media only screen and (max-width: 1112px)
padding: 1em
width: 100%
.speaker-head
align-items: center
display: flex
flex-flow: column
width: 100%
.img
display: block
background-position: center
background-repeat: no-repeat
background-size: cover
border-radius: 50%
height: 12em
width: 12em
min-width: 12em
.speaker-col
align-items: center
display: flex
flex-flow: column
justify-content: center
padding: 1em
width: 100%
.speaker-name
color: $primary-color
font-size: 1.2em
line-height: 1.45em !important
margin: 1em 1em .8em 1em
text-align: center
.speaker-position
color: #fff
font-style: italic
font-weight: 500
font-size: .8em
text-align: center
margin: 0 1em 1em 1.45em
.speaker-social
a
color: $primary-color
font-size: 1.8em
.speaker-desc
color: #fff
font-weight: 500
font-size: 1em
text-align: left
margin: 1.5em 1em 1.5em 1em
width: 70%
h1
font-size: 2em
font-weight: 600
letter-spacing: .1em
text-transform: uppercase
width: 100%
h2
font-size: 1.8em
font-weight: 600
letter-spacing: .1em
text-transform: uppercase
width: 100%
h3
font-size: 1.6em
font-weight: 600
letter-spacing: .1em
text-transform: uppercase
width: 100%
h4
font-size: 1.4em
font-weight: 600
letter-spacing: .1em
text-transform: uppercase
width: 100%
h5
font-size: 1.2em
font-weight: 600
letter-spacing: .1em
text-transform: uppercase
width: 100%
h6
font-size: 1em
font-weight: 600
letter-spacing: .1em
text-transform: uppercase
width: 100%
p
margin-bottom: .5em
width: 100%
color: #fff
strong
font-family: "Karla", Arial, sans-serif
font-weight: bold !important
a
color: $primary-color
img
height: auto
width: auto
max-width: 100%
blockquote
border-left: solid .28em #efefef
padding-left: .5em
p
font-style: italic
ol, ul
padding: 1em
li
font-family: "Karla", Arial, sans-serif
font-size: 16px
font-weight: normal
line-height: 1.5em
letter-spacing: 0.03rem
color: #efefef
code
background-color: #f6f8fa
border-radius: 3px
font-size: 85%
line-height: 1.45
margin-bottom: .3em
overflow: auto
padding: 16px
@media only screen and (max-width: 1112px)
width: 100%
.training-title
color: $primary-color
font-size: 2em
font-weight: 600
letter-spacing: .1em
text-align: center
text-transform: uppercase
width: 100%
.speaker-training
color: $primary-color
display: flex
flex-flow: row
font-family: 'Montserrat', sans-serif !important
font-size: 1.2em
font-weight: 600
line-height: 1.45em !important
margin: 0 1em 1em 1em
text-align: center
width: 70%
@media only screen and (max-width: 1112px)
align-items: flex-start
flex-flow: column
width: 100%
a
color: $primary-color
margin-left: .5em
text-decoration: underline
.speaker-talk
color: $primary-color
display: flex
flex-flow: row
font-family: 'Montserrat', sans-serif !important
font-size: 1.2em
font-weight: 500
line-height: 1.45em !important
margin: 0 1em .5em 1em
text-align: center
width: 70%
@media only screen and (max-width: 1112px)
align-items: flex-start
flex-flow: column
width: 100%
strong
font-weight: 600
margin-right: .4em
a
color: $primary-color
margin-left: .5em
text-decoration: underline