summaryrefslogtreecommitdiffstats
path: root/webapp/sass/layout/_headers.scss
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/sass/layout/_headers.scss')
-rw-r--r--webapp/sass/layout/_headers.scss46
1 files changed, 25 insertions, 21 deletions
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;
+ }
}
}
+
}