Skip to content

Commit

Permalink
ENGCOM-1606: Responsive Design Footers bottom of screen on mobile dev…
Browse files Browse the repository at this point in the history
…ices #15118 #15353
  • Loading branch information
Stanislav Idolov committed May 23, 2018
1 parent b35f027 commit e623b76
Showing 1 changed file with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -262,10 +262,10 @@
.copyright {
.lib-css(background-color, @copyright__background-color);
.lib-css(color, @color-white);
box-sizing: border-box;
display: block;
padding: @indent__s;
text-align: center;
box-sizing: border-box;
}

.page-header,
Expand Down Expand Up @@ -314,13 +314,14 @@
//
// Widgets
// ---------------------------------------------

// @codingStandardsIgnoreStart caused by bug in CodeSniffer implementation
.sidebar {
.widget.block:not(:last-child),
.widget:not(:last-child) {
margin-bottom: @indent__xl;
}
}
// @codingStandardsIgnoreEnd

.widget {
clear: both;
Expand All @@ -334,7 +335,9 @@
.widget.block {
.lib-css(margin, @indent__base 0);
}
.links .widget.block { margin: 0; }
.links .widget.block {
margin: 0;
}
}

.no-display:extend(.abs-no-display all) {
Expand Down

0 comments on commit e623b76

Please sign in to comment.