File tree Expand file tree Collapse file tree 1 file changed +12
-14
lines changed Expand file tree Collapse file tree 1 file changed +12
-14
lines changed Original file line number Diff line number Diff line change @@ -412,7 +412,6 @@ main,
412
412
}
413
413
}
414
414
415
-
416
415
.code-container {
417
416
margin-bottom : 2em ;
418
417
@@ -421,40 +420,39 @@ main,
421
420
margin-bottom : 0 ;
422
421
border-radius : 0.8rem ;
423
422
code {
424
- white-space : pre-wrap !important ;
423
+ white-space : pre-wrap !important ;
425
424
}
426
425
}
427
426
}
428
427
429
-
430
428
.tabbed-code {
431
429
margin-top : 1.25rem ;
432
430
margin-bottom : 1.25rem ;
433
431
overflow : hidden ;
434
- border-radius : .375rem ;
432
+ border-radius : 0 .375rem ;
435
433
background-color : rgb (57 , 64 , 86 );
436
434
437
435
.tabbed-code-nav {
438
436
display : flex ;
439
- padding-left : .5rem ;
440
- padding-right : .5rem ;
441
- padding-top : .5rem ;
437
+ padding-left : 0 .5rem ;
438
+ padding-right : 0 .5rem ;
439
+ padding-top : 0 .5rem ;
442
440
443
441
.tabbed-code-nav-button {
444
- border-top-left-radius : .25rem ;
445
- border-top-right-radius : .25rem ;
446
- padding : .625rem .75rem ;
447
- font-size : .875rem ;
442
+ border-top-left-radius : 0 .25rem ;
443
+ border-top-right-radius : 0 .25rem ;
444
+ padding : 0 .625rem 0 .75rem ;
445
+ font-size : 0 .875rem ;
448
446
line-height : 1.25rem ;
449
447
color : rgb (215 , 215 , 220 );
450
448
border : 0 ;
451
449
background : transparent ;
452
450
453
- & [data-tab = " Pest" ],
454
- & [data-tab = " PHPUnit" ] {
451
+ & [data-tab = ' Pest' ],
452
+ & [data-tab = ' PHPUnit' ] {
455
453
background-size : 1rem ;
456
454
background-repeat : no-repeat ;
457
- background-position : .75rem center ;
455
+ background-position : 0 .75rem center ;
458
456
}
459
457
460
458
& .active {
You can’t perform that action at this time.
0 commit comments