mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 02:30:57 +08:00
46 lines
604 B
SCSS
46 lines
604 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;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
}
|