Skip to content

Commit 7c9473a

Browse files
tabunagithub-actions[bot]
authored andcommitted
Fixed code style
1 parent 139cd60 commit 7c9473a

File tree

1 file changed

+12
-14
lines changed

1 file changed

+12
-14
lines changed

resources/css/docs.scss

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,6 @@ main,
412412
}
413413
}
414414

415-
416415
.code-container {
417416
margin-bottom: 2em;
418417

@@ -421,40 +420,39 @@ main,
421420
margin-bottom: 0;
422421
border-radius: 0.8rem;
423422
code {
424-
white-space: pre-wrap!important;
423+
white-space: pre-wrap !important;
425424
}
426425
}
427426
}
428427

429-
430428
.tabbed-code {
431429
margin-top: 1.25rem;
432430
margin-bottom: 1.25rem;
433431
overflow: hidden;
434-
border-radius: .375rem;
432+
border-radius: 0.375rem;
435433
background-color: rgb(57, 64, 86);
436434

437435
.tabbed-code-nav {
438436
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;
442440

443441
.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;
448446
line-height: 1.25rem;
449447
color: rgb(215, 215, 220);
450448
border: 0;
451449
background: transparent;
452450

453-
&[data-tab="Pest"],
454-
&[data-tab="PHPUnit"] {
451+
&[data-tab='Pest'],
452+
&[data-tab='PHPUnit'] {
455453
background-size: 1rem;
456454
background-repeat: no-repeat;
457-
background-position: .75rem center;
455+
background-position: 0.75rem center;
458456
}
459457

460458
&.active {

0 commit comments

Comments
 (0)