File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed
app/design/frontend/Magento/luma/Magento_Theme/web/css/source Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change 262262 .copyright {
263263 .lib-css (background-color , @copyright__background-color );
264264 .lib-css (color , @color-white );
265+ box-sizing : border-box ;
265266 display : block ;
266267 padding : @indent__s ;
267268 text-align : center ;
313314 //
314315 // Widgets
315316 // ---------------------------------------------
316-
317+ // @codingStandardsIgnoreStart caused by bug in CodeSniffer implementation
317318 .sidebar {
318319 .widget.block :not (:last-child ),
319320 .widget :not (:last-child ) {
320321 margin-bottom : @indent__xl ;
321322 }
322323 }
324+ // @codingStandardsIgnoreEnd
323325
324326 .widget {
325327 clear : both ;
333335 .widget.block {
334336 .lib-css (margin , @indent__base 0 );
335337 }
336- .links .widget.block { margin : 0 ; }
338+ .links .widget.block {
339+ margin : 0 ;
340+ }
337341 }
338342
339343 .no-display :extend(.abs-no-display all ) {
415419 }
416420 }
417421 }
422+ .page-footer ,
423+ .copyright {
424+ bottom : 0 ;
425+ position : absolute ;
426+ width : 100% ;
427+ }
418428}
419429
420430.media-width (@extremum , @break ) when (@extremum = ' max' ) and (@break = @screen__s ) {
You can’t perform that action at this time.
0 commit comments