Skip to content

Commit

Permalink
chore: linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
chicharr committed Mar 13, 2024
1 parent 0b22b46 commit 553de90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions blocks/consent/consent.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
--consent-banner-font-size-l: 14px;
--consent-banner-text-color: #eee;
--consent-banner-link-color: var(--background-color);

font-size: var(--consent-banner-font-size-s);
color: var(--consent-banner-text-color);
background-color: var(--consent-banner-background-color);
Expand All @@ -26,7 +27,7 @@
.consent.banner {
font-size: var(--consent-banner-font-size-l);
text-align: center;
justify-content: center;
justify-content: center;
}
}

Expand Down Expand Up @@ -94,7 +95,6 @@
padding-left: 0;
}


.consent dialog::backdrop {
background-color: rgb(0 0 0 / 50%);
}
Expand Down

0 comments on commit 553de90

Please sign in to comment.