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

46 lines
604 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;
}
2015-04-14 15:54:17 -04:00
.extra-info-wrapper {
.badge-wrapper {
float: left;
&.bullet {
margin-top: 5px;
}
}
}
.has-pending-posts {
padding: 0.5em;
background-color: dark-light-diff($highlight, $secondary, 50%, -70%);
a[href] {
float: right;
}
}