File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
app/design/frontend/Magento/blank/Magento_Checkout/web/css/source/module/checkout Expand file tree Collapse file tree 1 file changed +8
-8
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
- position : absolute ;
131
- text-align : left ;
132
- top : 100% ;
133
130
-webkit-transform : scale (1 ,0 );
134
- transform : scale (1 ,0 );
135
131
-webkit-transform-origin : 0 0 ;
136
- transform-origin : 0 0 ;
137
132
-webkit-transition : -webkit-transform linear .1s , visibility 0s linear .1s ;
138
- transition : transform linear .1s , visibility 0s linear .1s ;
133
+ position : absolute ;
134
+ text-align : left ;
135
+ top : 100% ;
136
+ transform : scale (1 ,0 );
137
+ transform-origin : 0 0 ;
138
+ transition : transform linear .1s , visibility 0s linear .1s ;
139
139
visibility : hidden ;
140
140
width : 100% ;
141
141
142
142
& ._show {
143
143
.lib-css (z-index , @dropdown-list__z-index );
144
144
-webkit-transform : scale (1 ,1 );
145
- transform : scale (1 ,1 );
146
145
-webkit-transition : -webkit-transform linear .1s , visibility 0s linear 0s ;
147
- transition : transform linear .1s , visibility 0s linear 0s ;
146
+ transform : scale (1 ,1 );
147
+ transition : transform linear .1s , visibility 0s linear 0s ;
148
148
visibility : visible ;
149
149
}
150
150
}
You can’t perform that action at this time.
0 commit comments