mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-28 10:08:20 -05:00
17 lines
233 B
SCSS
17 lines
233 B
SCSS
#topic-title {
|
|
|
|
.title-wrapper {float: left; width: 90%;}
|
|
|
|
a.badge-category {
|
|
margin-top: 5px;
|
|
}
|
|
|
|
h1 {
|
|
a.edit-topic {
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
position: relative;
|
|
}
|
|
}
|
|
|
|
}
|