File tree 1 file changed +12
-2
lines changed
app/design/frontend/Magento/luma/Magento_Theme/web/css/source
1 file changed +12
-2
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 ;
313
314
//
314
315
// Widgets
315
316
// ---------------------------------------------
316
-
317
+ // @codingStandardsIgnoreStart caused by bug in CodeSniffer implementation
317
318
.sidebar {
318
319
.widget.block :not (:last-child ),
319
320
.widget :not (:last-child ) {
320
321
margin-bottom : @indent__xl ;
321
322
}
322
323
}
324
+ // @codingStandardsIgnoreEnd
323
325
324
326
.widget {
325
327
clear : both ;
333
335
.widget.block {
334
336
.lib-css (margin , @indent__base 0 );
335
337
}
336
- .links .widget.block { margin : 0 ; }
338
+ .links .widget.block {
339
+ margin : 0 ;
340
+ }
337
341
}
338
342
339
343
.no-display :extend(.abs-no-display all ) {
415
419
}
416
420
}
417
421
}
422
+ .page-footer ,
423
+ .copyright {
424
+ bottom : 0 ;
425
+ position : absolute ;
426
+ width : 100% ;
427
+ }
418
428
}
419
429
420
430
.media-width (@extremum , @break ) when (@extremum = ' max' ) and (@break = @screen__s ) {
You can’t perform that action at this time.
0 commit comments