Skip to content

Commit

Permalink
Fix linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
renintw committed Jun 10, 2022
1 parent 0dfdf01 commit 1c1cac9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
14 changes: 7 additions & 7 deletions source/wp-content/themes/wporg-developer/scss/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -871,7 +871,7 @@

@media ( max-width: 688px ) {
width: 100%;
margin-left: 0
margin-left: 0;
}
}

Expand Down Expand Up @@ -1726,13 +1726,14 @@ a.screen-reader-text:focus,
&.has-actions {
display: flex;
justify-content: space-between;
align-items: center;
align-items: center;

@media screen and (max-width: 500px) {
flex-direction: column;
}

.site-title {

@media screen and (max-width: 500px) {
margin-bottom: 2rem;
}
Expand Down Expand Up @@ -2916,7 +2917,7 @@ button.code-tab.is-active {
width: 40px;
align-items: center;
top: 0;

&:active {
background: get-color(gray-5);
}
Expand All @@ -2937,7 +2938,7 @@ button.code-tab.is-active {
font-size: 13px;
flex-wrap: wrap;

> span,
> span,
> div {
position: relative;
margin: 0.25rem;
Expand All @@ -2951,9 +2952,8 @@ button.code-tab.is-active {

input {
position: absolute;
left: 0;
z-index: 1;
top: 4px;
top: 3px;
left: 6px;
}

Expand Down Expand Up @@ -2986,7 +2986,7 @@ button.code-tab.is-active {
max-width: 450px;

input:checked + label {
content: '';
content: "";
background: #fff;
color: #000;
}
Expand Down
5 changes: 2 additions & 3 deletions source/wp-content/themes/wporg-developer/stylesheets/main.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1c1cac9

Please sign in to comment.