* Multiple UI Improvements

* Adding app_body behind missing classes
Этот коммит содержится в:
Asaad Mahmood
2016-04-06 23:19:55 +05:00
коммит произвёл Corey Hulen
родитель 20274fe476
Коммит 32bc97f855
13 изменённых файлов: 271 добавлений и 274 удалений

Просмотреть файл

@@ -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;
.app__body {
.channel__wrap.move--left & {
position: absolute;
right: -400px;
top: 14px;
}
.channel-header__links {
font-family: 'Open Sans', sans-serif;
font-size: 22px;
height: 30px;
line-height: 26px;
margin-right: 9px;
width: 24px;
> a {
@include opacity(.6);
@include single-transition(all, .1s, ease-in);
color: inherit;
text-decoration: none;
&: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;
}
}
}
}