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 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 ;
268- box-sizing : border-box ;
269269 }
270270
271271 .page-header ,
314314 //
315315 // Widgets
316316 // ---------------------------------------------
317-
317+ // @codingStandardsIgnoreStart caused by bug in CodeSniffer implementation
318318 .sidebar {
319319 .widget.block :not (:last-child ),
320320 .widget :not (:last-child ) {
321321 margin-bottom : @indent__xl ;
322322 }
323323 }
324+ // @codingStandardsIgnoreEnd
324325
325326 .widget {
326327 clear : both ;
334335 .widget.block {
335336 .lib-css (margin , @indent__base 0 );
336337 }
337- .links .widget.block { margin : 0 ; }
338+ .links .widget.block {
339+ margin : 0 ;
340+ }
338341 }
339342
340343 .no-display :extend(.abs-no-display all ) {
You can’t perform that action at this time.
0 commit comments