discourse/app/assets/stylesheets/common/base/topic.scss

44 lines
501 B
SCSS
Raw Normal View History

2014-10-06 11:50:18 -04:00
#topic-title {
2015-01-14 15:36:38 -05:00
.title-wrapper {
float: left;
width: 90%;
.btn-small {
margin: 0 6px 0 0;
}
2015-04-14 15:54:17 -04:00
.badge-wrapper {
float: left;
&.bullet {
margin-top: 5px;
}
}
2015-01-14 15:36:38 -05:00
}
2014-10-06 11:50:18 -04:00
a.badge-category {
margin-top: 5px;
2015-01-14 15:36:38 -05:00
}
2014-10-06 11:50:18 -04:00
2014-12-19 03:46:24 -05:00
a.edit-topic i { font-size: 0.8em; }
2014-10-06 11:50:18 -04:00
}
.topic-title-outlet {
clear: both;
}
.topic-body {
sup sup {
top: 0;
}
}
2015-04-14 15:54:17 -04:00
.extra-info-wrapper {
.badge-wrapper {
float: left;
&.bullet {
margin-top: 5px;
}
}
}