Skip to content

Commit 10214b1

Browse files
committed
ProductSelector: Green-ify product selector, padding tweaks
1 parent 39fa8c6 commit 10214b1

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

assets/css/v2/style.css

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -737,12 +737,10 @@ ol li:last-child {
737737
}
738738

739739
.product-selector__content {
740-
padding-bottom: 0.5rem;
740+
padding-bottom: 1rem;
741741
padding-top: 0.5rem;
742-
}
743-
744-
.product-selector__section {
745-
background: oklch(var(--product-selector-background));
742+
border: 1px solid oklch(var(--color-brand) / 0.8);
743+
border-top: none;
746744
}
747745

748746
.product-selector__toggle {
@@ -751,9 +749,17 @@ ol li:last-child {
751749
align-items: center;
752750
}
753751

752+
.product-selector__toggle-text {
753+
font-weight: 500;
754+
}
755+
756+
.product-selector__chevron {
757+
padding: 0 0.5rem;
758+
}
759+
754760
.product-selector__product-group {
755761
padding-block-start: 0.5rem;
756-
font-size: var(--font-step--1);
762+
font-size: var(--font-step--0);
757763
padding-inline-start: 1rem;
758764
}
759765

@@ -762,7 +768,7 @@ ol li:last-child {
762768
padding-inline-start: 1.5rem;
763769

764770
a {
765-
font-size: var(--font-step--1);
771+
font-size: var(--font-step--0);
766772
}
767773
}
768774

0 commit comments

Comments
 (0)