discourse/app/assets/stylesheets/common/base/topic.scss
2015-04-14 15:54:17 -04:00

44 lines
501 B
SCSS

#topic-title {
.title-wrapper {
float: left;
width: 90%;
.btn-small {
margin: 0 6px 0 0;
}
.badge-wrapper {
float: left;
&.bullet {
margin-top: 5px;
}
}
}
a.badge-category {
margin-top: 5px;
}
a.edit-topic i { font-size: 0.8em; }
}
.topic-title-outlet {
clear: both;
}
.topic-body {
sup sup {
top: 0;
}
}
.extra-info-wrapper {
.badge-wrapper {
float: left;
&.bullet {
margin-top: 5px;
}
}
}