File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
app/design/frontend/Magento/blank/Magento_Checkout/web/css/source/module Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 125
125
float : right ;
126
126
127
127
.block-minicart {
128
- padding : 25px @minicart__padding-horizontal ;
128
+ .lib-css ( padding , 25px @minicart__padding-horizontal ) ;
129
129
130
130
.block-title {
131
131
display : none ;
205
205
}
206
206
207
207
.minicart-items-wrapper {
208
- border : 1px solid @minicart__border-color ;
209
- margin : 0 - @minicart__padding-horizontal ;
208
+ .lib-css ( border , 1px solid @minicart__border-color ) ;
209
+ .lib-css ( margin , 0 - @minicart__padding-horizontal ) ;
210
210
border-left : 0 ;
211
211
border-right : 0 ;
212
212
overflow-x : auto ;
220
220
padding : @indent__base 0 ;
221
221
222
222
& :not (:first-child ) {
223
- border-top : 1px solid @minicart__border-color ;
223
+ .lib-css ( border-top , 1px solid @minicart__border-color ) ;
224
224
}
225
225
226
226
& :first-child {
You can’t perform that action at this time.
0 commit comments