From 494781d3cc67a0784ee36c4448194df66392b1e0 Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Wed, 1 Jul 2015 23:30:41 +0500 Subject: Fixing height for content --- web/sass-files/sass/partials/_base.scss | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'web/sass-files/sass/partials/_base.scss') diff --git a/web/sass-files/sass/partials/_base.scss b/web/sass-files/sass/partials/_base.scss index 5808aeb44..444f8db29 100644 --- a/web/sass-files/sass/partials/_base.scss +++ b/web/sass-files/sass/partials/_base.scss @@ -10,9 +10,6 @@ body { height: 100%; &.white { background: #fff; - .inner__wrap { - height: 100%; - } .row.content { min-height: 100%; height: auto !important; @@ -20,8 +17,12 @@ body { margin-bottom: -89px; } } + .inner__wrap, .row.main { + height: 100%; + } > .container-fluid { @include clearfix; + height: 100%; position: relative; } } -- cgit v1.2.3-1-g7c22 From 64c88565654b9cfcd973961245a796d104c4e266 Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Wed, 1 Jul 2015 23:36:51 +0500 Subject: Just arranging the css more properly --- web/sass-files/sass/partials/_base.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'web/sass-files/sass/partials/_base.scss') diff --git a/web/sass-files/sass/partials/_base.scss b/web/sass-files/sass/partials/_base.scss index 444f8db29..4f069b23b 100644 --- a/web/sass-files/sass/partials/_base.scss +++ b/web/sass-files/sass/partials/_base.scss @@ -17,8 +17,11 @@ body { margin-bottom: -89px; } } - .inner__wrap, .row.main { + .inner__wrap { height: 100%; + > .row.main { + height: 100%; + } } > .container-fluid { @include clearfix; -- cgit v1.2.3-1-g7c22 From c15bc9ad94b80f3342c5daf3702231ce86561073 Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Wed, 1 Jul 2015 23:37:50 +0500 Subject: Improving targeting for row content --- web/sass-files/sass/partials/_base.scss | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'web/sass-files/sass/partials/_base.scss') diff --git a/web/sass-files/sass/partials/_base.scss b/web/sass-files/sass/partials/_base.scss index 4f069b23b..4fb918bd1 100644 --- a/web/sass-files/sass/partials/_base.scss +++ b/web/sass-files/sass/partials/_base.scss @@ -10,11 +10,11 @@ body { height: 100%; &.white { background: #fff; - .row.content { - min-height: 100%; - height: auto !important; - height: 100%; - margin-bottom: -89px; + .inner__wrap { + > .row.content { + min-height: 100%; + margin-bottom: -89px; + } } } .inner__wrap { -- cgit v1.2.3-1-g7c22 From e46561339f59ff19f68d69596567d1498ed5a857 Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Fri, 17 Jul 2015 21:04:33 +0500 Subject: MM-1426 - Updating UI --- web/sass-files/sass/partials/_base.scss | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'web/sass-files/sass/partials/_base.scss') diff --git a/web/sass-files/sass/partials/_base.scss b/web/sass-files/sass/partials/_base.scss index 4fb918bd1..cf28e44e8 100644 --- a/web/sass-files/sass/partials/_base.scss +++ b/web/sass-files/sass/partials/_base.scss @@ -3,7 +3,7 @@ html, body { } body { - font-family: 'Lato', sans-serif; + font-family: 'Open Sans', sans-serif; -webkit-font-smoothing: antialiased; background: #e9e9e9; position: relative; @@ -30,6 +30,10 @@ body { } } +b, strong { + font-weight: 600; +} + a { word-break: break-word; } @@ -146,7 +150,7 @@ div.theme { top: 0; color: #FFF; font-size: 20px; - font-weight: bold; + font-weight: 600; text-decoration: none; padding: 0 10px; } -- cgit v1.2.3-1-g7c22