File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
app/design/frontend/Magento/luma/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 128
128
float : right ;
129
129
130
130
.block-minicart {
131
- padding : 25px @minicart__padding-horizontal ;
131
+ .lib-css ( padding , 25px @minicart__padding-horizontal ) ;
132
132
133
133
.block-title {
134
134
display : none ;
216
216
}
217
217
218
218
.minicart-items-wrapper {
219
- border : 1px solid @minicart__border-color ;
220
- margin : 0 - @minicart__padding-horizontal ;
219
+ .lib-css ( border , 1px solid @minicart__border-color ) ;
220
+ .lib-css ( margin , 0 - @minicart__padding-horizontal ) ;
221
221
border-left : 0 ;
222
222
border-right : 0 ;
223
223
overflow-x : auto ;
231
231
padding : @indent__base 0 ;
232
232
233
233
& :not (:first-child ) {
234
- border-top : 1px solid @minicart__border-color ;
234
+ .lib-css ( border-top , 1px solid @minicart__border-color ) ;
235
235
}
236
236
237
237
& :first-child {
You can’t perform that action at this time.
0 commit comments