File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
app/design/frontend/Magento/luma/Magento_Theme/web/css/source Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 262
262
.copyright {
263
263
.lib-css (background-color , @copyright__background-color );
264
264
.lib-css (color , @color-white );
265
+ box-sizing : border-box ;
265
266
display : block ;
266
267
padding : @indent__s ;
267
268
text-align : center ;
268
- box-sizing : border-box ;
269
269
}
270
270
271
271
.page-header ,
314
314
//
315
315
// Widgets
316
316
// ---------------------------------------------
317
-
317
+ // @codingStandardsIgnoreStart caused by bug in CodeSniffer implementation
318
318
.sidebar {
319
319
.widget.block :not (:last-child ),
320
320
.widget :not (:last-child ) {
321
321
margin-bottom : @indent__xl ;
322
322
}
323
323
}
324
+ // @codingStandardsIgnoreEnd
324
325
325
326
.widget {
326
327
clear : both ;
334
335
.widget.block {
335
336
.lib-css (margin , @indent__base 0 );
336
337
}
337
- .links .widget.block { margin : 0 ; }
338
+ .links .widget.block {
339
+ margin : 0 ;
340
+ }
338
341
}
339
342
340
343
.no-display :extend(.abs-no-display all ) {
You can’t perform that action at this time.
0 commit comments