From 32bc97f8559a3a1b9c9237dbb3640f9eac6daf98 Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Wed, 6 Apr 2016 23:19:55 +0500 Subject: Multiple UI Improvements * Multiple UI Improvements * Adding app_body behind missing classes --- webapp/sass/layout/_headers.scss | 46 ++++++++++++++++++++++------------------ 1 file changed, 25 insertions(+), 21 deletions(-) (limited to 'webapp/sass/layout/_headers.scss') diff --git a/webapp/sass/layout/_headers.scss b/webapp/sass/layout/_headers.scss index e75d2556b..ae114a805 100644 --- a/webapp/sass/layout/_headers.scss +++ b/webapp/sass/layout/_headers.scss @@ -344,32 +344,36 @@ } } -.channel-header__links { - font-family: 'Open Sans', sans-serif; - font-size: 22px; - height: 30px; - line-height: 26px; - margin-right: 9px; - width: 24px; - - .channel__wrap.move--left & { - position: absolute; - right: -400px; - top: 14px; - } +.app__body { - > a { - @include opacity(.6); - @include single-transition(all, .1s, ease-in); - color: inherit; - text-decoration: none; + .channel-header__links { + font-family: 'Open Sans', sans-serif; + font-size: 22px; + height: 30px; + line-height: 26px; + margin-right: 9px; + width: 24px; - &:hover { - @include opacity(1); + .channel__wrap.move--left & { + position: absolute; + right: -400px; + top: 14px; } - &:focus { + > a { + @include opacity(.6); + @include single-transition(all, .1s, ease-in); color: inherit; + text-decoration: none; + + &:hover { + @include opacity(1); + } + + &:focus { + color: inherit; + } } } + } -- cgit v1.2.3-1-g7c22