PLT-4606: Date separator in RHS (#5606)

Этот коммит содержится в:
Mika Andrianarijaona
2017-03-14 18:41:27 +03:00
коммит произвёл George Goldberg
родитель 242d2cec1b
Коммит a1994cf7ce
5 изменённых файлов: 90 добавлений и 42 удалений

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

@@ -53,6 +53,12 @@
border: none;
}
.date-separator {
hr {
border-top: 1px solid #eee;
}
}
.post-create__container {
width: 100%;
@@ -147,7 +153,8 @@
@include flex(1 1 auto);
overflow: auto;
position: relative;
padding-top: 10px;
.file-preview__container {
margin-top: 5px;
}