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 {
607
607
position : absolute;
608
608
top : 0 ;
609
609
min-width : 80% ;
610
- margin-top : 7 .375rem ;
610
+ margin-top : 8 .375rem ;
611
611
margin-left : 44rem ;
612
612
padding : 1rem 1.5rem ;
613
613
background-color : white;
@@ -617,12 +617,12 @@ body:not(:has(.main-layout)) header atomic-search-interface {
617
617
618
618
button : has (~ .product-selector [style *= "block" ])
619
619
> .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 );
622
622
}
623
623
624
624
button : 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;
626
626
transform : rotate (0deg );
627
627
}
628
628
.product-selector p {
You can’t perform that action at this time.
0 commit comments