Skip to content

Commit

Permalink
✨ fix cookie-preferences bottom margin
Browse files Browse the repository at this point in the history
  • Loading branch information
ikesau committed Feb 21, 2025
1 parent ed7b3f8 commit 8df39b2
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions site/gdocs/components/centered-article.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1075,51 +1075,67 @@ div.raw-html-table__container {
.article-block__cookie-notice {
.cookie-preferences {
margin: 0;
margin-bottom: 24px;
padding: 32px 24px;
border: none;
background-color: $blue-5;

@include sm-only {
margin-bottom: 16px;
}

h2 {
@include subtitle-2-bold;
margin-bottom: 24px;
}

input:disabled + label {
color: $blue-50;
}

.description,
.last-updated {
@include body-3-regular;
color: $blue-65;
}

.cookie-preference {
margin-bottom: 24px;
& + .cookie-preference {
margin-top: 32px;
}

.checkbox {
margin-bottom: 8px;

label {
display: inline-flex;
cursor: pointer;
margin: 0;
}

.custom {
top: unset;
}

.label {
margin: 0;
@include body-3-bold;
text-transform: initial;
line-height: 16px;
padding-left: 24px;
}

.label {
color: $blue-90;
}
}

.checkbox--disabled {
label {
cursor: not-allowed;
}

.label {
color: $blue-50;
}
Expand Down

0 comments on commit 8df39b2

Please sign in to comment.