File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -607,7 +607,7 @@ body:not(:has(.main-layout)) header atomic-search-interface {
607607 position : absolute;
608608 top : 0 ;
609609 min-width : 80% ;
610- margin-top : 7 .375rem ;
610+ margin-top : 8 .375rem ;
611611 margin-left : 44rem ;
612612 padding : 1rem 1.5rem ;
613613 background-color : white;
@@ -617,12 +617,12 @@ body:not(:has(.main-layout)) header atomic-search-interface {
617617
618618button : has (~ .product-selector [style *= "block" ])
619619 > .product-selector-button-icon {
620- transition : transform 0.25 s ease-in-out;
621- transform : rotate (180 deg );
620+ transition : transform 0.1 s ease-in-out;
621+ transform : rotate (90 deg );
622622}
623623
624624button : has (~ .product-selector [style *= "none" ]) > .product-selector-button-icon {
625- transition : transform 0.25 s ease-in-out;
625+ transition : transform 0.1 s ease-in-out;
626626 transform : rotate (0deg );
627627}
628628.product-selector p {
You can’t perform that action at this time.
0 commit comments