fix the build.

This commit is contained in:
Arpit Jalan 2019-09-02 20:04:21 +05:30
parent 111ae95cbc
commit d64908ba27
1 changed files with 6 additions and 2 deletions

View File

@ -210,7 +210,9 @@ div.lightbox-wrapper {
}
}
.topic-last-posted-at, .topic-author-avatar-timestamp, .topic-stats {
.topic-last-posted-at,
.topic-author-avatar-timestamp,
.topic-stats {
clear: left;
float: left;
padding-top: 5px;
@ -225,7 +227,9 @@ div.lightbox-wrapper {
vertical-align: middle;
}
.topic-last-posted-at, .topic-created-at, .topic-stats {
.topic-last-posted-at,
.topic-created-at,
.topic-stats {
color: $primary-medium;
}
}