File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
app/design/frontend/Magento/blank/Magento_Checkout/web/css/source/module/checkout Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 127
127
.authentication-dropdown {
128
128
.lib-css (background-color , @block-auth__dropdown__background-color );
129
129
.lib-css (border , @block-auth__border );
130
+ -webkit-transform : scale (1 ,0 );
131
+ -webkit-transform-origin : 0 0 ;
132
+ -webkit-transition : -webkit-transform linear .1s , visibility 0s linear .1s ;
130
133
position : absolute ;
131
134
text-align : left ;
132
135
top : 100% ;
138
141
139
142
& ._show {
140
143
.lib-css (z-index , @dropdown-list__z-index );
144
+ -webkit-transform : scale (1 ,1 );
145
+ -webkit-transition : -webkit-transform linear .1s , visibility 0s linear 0s ;
141
146
transform : scale (1 ,1 );
142
147
transition : transform linear .1s , visibility 0s linear 0s ;
143
148
visibility : visible ;
You can’t perform that action at this time.
0 commit comments