Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
rrusher committed Feb 5, 2024
1 parent c63b0eb commit 938993e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions blocks/contact-form/contact-form.css
Original file line number Diff line number Diff line change
Expand Up @@ -75,14 +75,6 @@
padding: 15px;
}

.contact-form.block .contact-form form .agent > div:first-child {
margin-bottom: .5rem;
}

.contact-form.block .contact-form form .agent .agent-check {
display: inline-flex;
gap: 10px;
}
.contact-form.block .contact-form form .agent div {
font-weight: 400;
font-size: 14px;
Expand All @@ -95,6 +87,15 @@
cursor: pointer;
}

.contact-form.block .contact-form form .agent > div:first-child {
margin-bottom: .5rem;
}

.contact-form.block .contact-form form .agent .agent-check {
display: inline-flex;
gap: 10px;
}

.contact-form.block .contact-form form .agent input[type="checkbox"] {
height: 24px;
min-width: 24px;
Expand All @@ -120,7 +121,6 @@
display: none;
height: 10px;
width: 12px;
top: -webkit-calc(50% - 5px);
top: calc(50% - 5px);
position: absolute;
left: 5px;
Expand Down
2 changes: 1 addition & 1 deletion blocks/side-modal/side-modal.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ aside.side-modal {
z-index: 1090;
}

aside.side-modal[aria-expanded=true] {
aside.side-modal[aria-expanded="true"] {
right: 0;
}

Expand Down

0 comments on commit 938993e

Please sign in to comment.