37
37
.nav-link.active {
38
38
border-width : 1px ;
39
39
border-style : solid ;
40
- border-image : linear-gradient (
41
- to bottom ,
40
+ border-image : linear-gradient (to bottom ,
42
41
rgba ($dark , 0.2 ) 30% ,
43
42
rgba ($primary , 0.3 ) 60% ,
44
- $primary 90% 100%
45
- )
46
- 1 ;
43
+ $primary 90% 100% ) 1 ;
47
44
padding-bottom : 0.3rem ;
48
45
align-items : center ;
49
46
justify-content : center ;
83
80
84
81
// Inline code
85
82
p code ,
86
- li > code ,
83
+ li > code ,
87
84
table code {
88
85
color : inherit ;
89
86
padding : 0.2em 0.4em ;
@@ -104,7 +101,7 @@ body {
104
101
background-color : $gray-900 ;
105
102
padding : $spacer ;
106
103
107
- > code {
104
+ >code {
108
105
background-color : inherit !important ;
109
106
padding : 0 ;
110
107
margin : 0 ;
@@ -205,14 +202,12 @@ a:not([href]):not([class]):hover {
205
202
}
206
203
207
204
.td-sidebar {
208
- background-image : linear-gradient (
209
- to top ,
210
- #1e2117 ,
211
- #1d1912 ,
212
- #18120e ,
213
- #0f0a09 ,
214
- #000000
215
- );
205
+ background-image : linear-gradient (to top ,
206
+ #1e2117 ,
207
+ #1d1912 ,
208
+ #18120e ,
209
+ #0f0a09 ,
210
+ #000000 );
216
211
position : sticky ;
217
212
height : calc (100vh - 5.5rem );
218
213
top : 5.5rem ;
@@ -282,20 +277,14 @@ a:not([href]):not([class]):hover {
282
277
& .active :not (.tree-root ) {
283
278
border-width : 1px ;
284
279
border-style : solid ;
285
- border-image : linear-gradient (
286
- to left ,
280
+ border-image : linear-gradient (to left ,
287
281
rgba ($dark , 0 ) 30% ,
288
282
rgba ($primary , 0.3 ) 60% ,
289
- $primary 90% 100%
290
- )
291
- 1 ;
292
- background-image : linear-gradient (
293
- to left ,
283
+ $primary 90% 100% ) 1 ;
284
+ background-image : linear-gradient (to left ,
294
285
rgba ($dark , 0.2 ) 30% ,
295
286
rgba ($primary , 0.3 ) 60% ,
296
- $primary 90% 100%
297
- )
298
- 1 ;
287
+ $primary 90% 100% ) 1 ;
299
288
padding : 0.25rem ;
300
289
padding-left : 0.5rem !important ;
301
290
// background-image: linear-gradient(to left, rgba($dark,.33),rgba($dark,.5),rgba($dark,.75),#1e2117, #31412b, #3b6447, #378b6d, #00b39f);
@@ -317,14 +306,12 @@ a:not([href]):not([class]):hover {
317
306
.td-sidebar-toc {
318
307
line-height : 1.25rem ;
319
308
border-left : 1px solid $border-color ;
320
- background-image : linear-gradient (
321
- to top ,
322
- #1e2117 ,
323
- #1d1912 ,
324
- #18120e ,
325
- #0f0a09 ,
326
- #000000
327
- );
309
+ background-image : linear-gradient (to top ,
310
+ #1e2117 ,
311
+ #1d1912 ,
312
+ #18120e ,
313
+ #0f0a09 ,
314
+ #000000 );
328
315
329
316
@supports (position : sticky ) {
330
317
position : sticky ;
@@ -381,6 +368,50 @@ a:not([href]):not([class]):hover {
381
368
border-color : #00b39f ;
382
369
}
383
370
371
+ // front-matter
372
+ .matterinfo {
373
+ font-weight : $font-weight-medium ;
374
+ background : $black ;
375
+ font-family : " Open Sans" ;
376
+ border-style : solid ;
377
+ margin : 2rem auto ;
378
+ padding : 1rem ;
379
+ border-color : #00b39f ;
380
+ border-radius : 10px ;
381
+ }
382
+
383
+ .heading {
384
+ font-size : 1.2rem ;
385
+ color : #00b39f ;
386
+ }
387
+
388
+ .matterheader {
389
+ font-size : 1.2rem ;
390
+ color : #00b39f ;
391
+ }
392
+
393
+ .matterinfo .plan-support {
394
+ display : flex ;
395
+ align-items : center ;
396
+ }
397
+
398
+ .matterinfo .plan-support .support-icon {
399
+ width : 20px ;
400
+ height : 20px ;
401
+ margin-right : 10px ;
402
+ }
403
+
404
+ .plan-icon {
405
+ display : inline-block ;
406
+ }
407
+
408
+ .tier {
409
+ color : #00b39f ;
410
+ font-weight : bold ;
411
+ padding : 0 5px ;
412
+ }
413
+
414
+
384
415
// Style alert boxes.
385
416
386
417
.alert {
@@ -407,12 +438,12 @@ a:not([href]):not([class]):hover {
407
438
transition : color 0.8s ;
408
439
transition : background-color 0.8s ;
409
440
410
- > img {
441
+ >img {
411
442
width : 2rem ;
412
443
margin-right : 0.5rem ;
413
444
}
414
445
415
- > img :hover {
446
+ >img :hover {
416
447
filter : brightness (0 ) invert (1 );
417
448
}
418
449
@@ -426,21 +457,15 @@ a:not([href]):not([class]):hover {
426
457
margin-bottom : 4rem ;
427
458
font-size : 5rem ;
428
459
text-align : left ;
429
- background : linear-gradient (
430
- 217deg ,
460
+ background : linear-gradient (217deg ,
431
461
rgba (249 , 245 , 13 , 0.26 ),
432
- rgba (223 , 255 , 219 , 0.57 ) 9.03%
433
- ),
434
- linear-gradient (
435
- 127deg ,
462
+ rgba (223 , 255 , 219 , 0.57 ) 9.03% ),
463
+ linear-gradient (127deg ,
436
464
rgba (249 , 245 , 13 , 0.7 ),
437
- rgba (223 , 225 , 199 , 0.1 ) 41.12%
438
- ),
439
- linear-gradient (
440
- 336deg ,
465
+ rgba (223 , 225 , 199 , 0.1 ) 41.12% ),
466
+ linear-gradient (336deg ,
441
467
rgba (249 , 245 , 13 , 0.1 ),
442
- rgba (239 , 239 , 251 , 0.81 ) 0%
443
- );
468
+ rgba (239 , 239 , 251 , 0.81 ) 0% );
444
469
background-position :
445
470
0% 0% ,
446
471
0% 0% ;
@@ -465,11 +490,9 @@ a:not([href]):not([class]):hover {
465
490
transform : rotate (-55.68deg );
466
491
flex-shrink : 0 ;
467
492
overflow : hidden ;
468
- background-image : linear-gradient (
469
- 180deg ,
470
- rgba (0 , 179 , 115 , 0 ) 0% ,
471
- rgba (0 , 179 , 159 , 0.3 ) 100%
472
- );
493
+ background-image : linear-gradient (180deg ,
494
+ rgba (0 , 179 , 115 , 0 ) 0% ,
495
+ rgba (0 , 179 , 159 , 0.3 ) 100% );
473
496
position : absolute ;
474
497
top : -18rem ;
475
498
right : -32rem ;
@@ -498,15 +521,13 @@ a:not([href]):not([class]):hover {
498
521
left : -24rem ;
499
522
overflow : hidden ;
500
523
501
- > .dash-ircle {
524
+ >.dash-ircle {
502
525
width : 74.125rem ;
503
526
height : 74.125rem ;
504
527
flex-shrink : 0 ;
505
- background : radial-gradient (
506
- 50% 50% at 50% 50% ,
507
- rgba (0 , 179 , 159 , 0.2 ) 0% ,
508
- rgba (0 , 179 , 159 , 0 ) 100%
509
- );
528
+ background : radial-gradient (50% 50% at 50% 50% ,
529
+ rgba (0 , 179 , 159 , 0.2 ) 0% ,
530
+ rgba (0 , 179 , 159 , 0 ) 100% );
510
531
position : absolute ;
511
532
overflow : hidden ;
512
533
background-clip : border-box ;
@@ -643,7 +664,7 @@ a:not([href]):not([class]):hover {
643
664
gap : 3rem ;
644
665
}
645
666
646
- .tab-content > .active {
667
+ .tab-content > .active {
647
668
display : flex ;
648
669
}
649
670
@@ -653,4 +674,4 @@ a:not([href]):not([class]):hover {
653
674
654
675
.csvtable {
655
676
width : 100% ;
656
- }
677
+ }
0 commit comments