Skip to content

Commit

Permalink
correct
Browse files Browse the repository at this point in the history
  • Loading branch information
gadjster committed Feb 5, 2024
1 parent 53dadfd commit 5b622d3
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,7 @@ text-decoration: underline;
content: '';
position: relative;
display: inline-block;
margin: auto ;
width: 19px;
height: 19px;
border: 1px solid #adb5bd;
Expand All @@ -361,14 +362,15 @@ text-decoration: underline;

.search-form__checkbox:checked + .search-form__pseudo-checkbox::before{
content: '';
position: absolute;
top:50%;
left: 50%;
display: inline-block;
display:inline-block;
margin: auto ;



width: 15px;
height: 15px;
background-color: #adb5bd;
transform: translate(-50%, -50%);

}

.search-form__label:has(.search-form__checkbox:focus-visible){
Expand Down

0 comments on commit 5b622d3

Please sign in to comment.