From f600b1dc2b39ff7b2b3d8450cba43ebb643adddd Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Wed, 16 Mar 2016 20:31:21 +0500 Subject: Updating asss lint stuff with other scss improvements --- webapp/sass/base/_structure.scss | 30 +++++++++++++++++------------- 1 file changed, 17 insertions(+), 13 deletions(-) (limited to 'webapp/sass/base/_structure.scss') diff --git a/webapp/sass/base/_structure.scss b/webapp/sass/base/_structure.scss index 56888f8dc..217488334 100644 --- a/webapp/sass/base/_structure.scss +++ b/webapp/sass/base/_structure.scss @@ -6,22 +6,24 @@ body { } body { - width: 100%; - height: 100%; background: $bg--gray; + height: 100%; position: relative; + width: 100%; +} - &.sticky { - background: $bg--white; +.sticky { + background: $white; - > .container-fluid { - overflow: auto; - } + > .container-fluid { + overflow: auto; + } - .inner-wrap { - > .row.content { - min-height: 100%; + .inner-wrap { + > .row { + &.content { margin-bottom: -89px; + min-height: 100%; } } } @@ -30,9 +32,11 @@ body { .inner-wrap { height: 100%; - > .row.main { - height: 100%; - position: relative; + > .row { + &.main { + height: 100%; + position: relative; + } } } -- cgit v1.2.3-1-g7c22