UI Improvements for online icon and permalink

Этот коммит содержится в:
Asaad Mahmood
2015-12-16 19:15:44 +05:00
родитель a13fbfe493
Коммит 2958b53426
2 изменённых файлов: 12 добавлений и 3 удалений

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

@@ -501,6 +501,15 @@ body.ios {
&.post--comment {
.popover {
margin-top: 84px;
> .arrow {
top: 21px !important;
}
}
.post__header {
.col__reply {

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

@@ -44,6 +44,9 @@
display: inline-block;
i, path {
@include opacity(0.5);
&.online--icon {
@include opacity(1);
}
}
.fa-lock {
margin-left: 1px;
@@ -52,9 +55,6 @@
top: -1px;
position: relative;
}
.online--icon {
fill: #7DBE00;
}
}
.nav-pills__container {
height: 100%;