File tree 1 file changed +54
-0
lines changed
1 file changed +54
-0
lines changed Original file line number Diff line number Diff line change 30
30
}
31
31
}
32
32
33
+
34
+
33
35
// Custom columns for hide/show of TOC
34
36
.col-content , .col-toc {
35
37
transition : padding 300ms , opacity 200ms ;
@@ -208,6 +210,7 @@ table{
208
210
.slide {
209
211
h2 {
210
212
font-size : 52px ;
213
+ margin-bottom : 30px ;
211
214
}
212
215
h3 ,h4 {
213
216
font-size : 42px ;
@@ -217,6 +220,45 @@ table{
217
220
color : $gray ;
218
221
}
219
222
223
+ .objectives {
224
+ -webkit-column-count : 2 ;
225
+ -moz-column-count : 2 ;
226
+ column-count : 2 ;
227
+ width : 85% ;
228
+ margin : 0 auto ;
229
+ text-align : left ;
230
+ }
231
+
232
+ input [type = " checkbox" ]{
233
+ display :none ;
234
+
235
+ & +label {
236
+ width : 100% ;
237
+ line-height : 40px ;
238
+
239
+ & :before {
240
+ content : " " ;
241
+ float : left ;
242
+ font : normal normal 20px octicons;
243
+ text-align : center ;
244
+ height : 20px ;
245
+ width : 20px ;
246
+ margin : 10px ;
247
+ border-radius : 50% ;
248
+ box-shadow : 0 0 0 2px $gray-lighter ;
249
+ }
250
+ }
251
+
252
+ & :checked + label {
253
+ text-decoration : line-through ;
254
+
255
+ & :before {
256
+ content : " \f03a " ;
257
+ color : $brand-primary ;
258
+ }
259
+ }
260
+ }
261
+
220
262
// Custom Octicon styling
221
263
.mega-octicon {
222
264
font-size : 110px ;
@@ -263,6 +305,18 @@ table{
263
305
width : 100% ;
264
306
display : table ;
265
307
308
+ a [href ^= " http://" ],
309
+ a [href ^= " https://" ]{
310
+ & :after {
311
+ content : " " ;
312
+ margin-left : 0 ;
313
+ }
314
+ }
315
+
316
+ p {
317
+ padding : 0 20px ;
318
+ }
319
+
266
320
pre {
267
321
width : 80% ;
268
322
padding : 2em ;
You can’t perform that action at this time.
0 commit comments