File tree Expand file tree Collapse file tree 1 file changed +13
-7
lines changed Expand file tree Collapse file tree 1 file changed +13
-7
lines changed Original file line number Diff line number Diff line change @@ -737,12 +737,10 @@ ol li:last-child {
737737 }
738738
739739 .product-selector__content {
740- padding-bottom : 0.5 rem ;
740+ padding-bottom : 1 rem ;
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
You can’t perform that action at this time.
0 commit comments