Этот коммит содержится в:
Asaad Mahmood
2016-04-14 18:24:58 +05:00
коммит произвёл Joram Wilander
родитель 4b3d81441b
Коммит c3c49e49b4
6 изменённых файлов: 42 добавлений и 24 удалений

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

@@ -170,25 +170,35 @@ body.ios {
}
}
.post-list__new-messages-below{
background-color: #9fa5ad;
border-radius: 1em;
bottom: 0;
color: white;
cursor: pointer;
display: inline-block;
left: 50%;
padding: .25em .75em;
position: absolute;
transform: translateX(-50%);
transition: bottom .5s cubic-bezier(0.86, 0, 0.07, 1);
&[hidden]{
bottom: -30px;
}
.post-list__new-messages-below {
@include single-transition(bottom .5s cubic-bezier(86, 0, 07, 1));
@include opacity(.9);
background-color: $black;
border-radius: 1em;
bottom: 10px;
color: $white;
cursor: pointer;
display: inline-block;
left: 50%;
padding: .3em .75em;
position: absolute;
transform: translateX(-50%);
&[hidden] {
bottom: -30px;
}
.fa {
font-size: 17px;
font-weight: bold;
margin-right: 1px;
position: relative;
top: 1px;
}
}
.file-overlay {
color: #ffffff;
color: $white;
font-size: em(20px);
font-weight: 600;
height: 100%;