discourse/app/assets/stylesheets/desktop/topic.scss

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

69 lines
1.1 KiB
SCSS
Raw Normal View History

2013-10-23 17:00:02 -04:00
.post-actions {
@include unselectable;
2013-10-24 00:30:41 -04:00
clear: both;
text-align: right;
2018-01-22 21:26:07 -05:00
margin-bottom: 10px;
.post-action {
display: inline-block;
margin-left: 10px;
margin-top: 10px;
}
}
.post-menu-area {
margin: 20px 0;
}
2013-09-05 15:37:07 -04:00
#topic-title {
z-index: z("base");
margin-bottom: 1em;
2017-08-31 05:16:08 -04:00
h1 {
font-size: var(--font-up-4);
line-height: var(--line-height-medium);
overflow-wrap: break-word;
width: 100%;
a {
color: var(--primary);
}
}
.remove-featured-link {
float: right;
text-transform: lowercase;
color: var(--primary-med-or-secondary-med);
font-size: 0.857rem;
}
2013-09-05 15:37:07 -04:00
}
.topic-error {
2014-06-16 14:25:33 -04:00
padding: 18px;
width: 60%;
margin-left: auto;
margin-right: auto;
font-size: var(--font-up-4);
2014-06-16 14:25:33 -04:00
text-align: center;
line-height: var(--line-height-medium);
2014-06-16 14:25:33 -04:00
.topic-retry {
2014-06-16 14:25:33 -04:00
display: block;
margin-top: 28px;
margin-left: auto;
margin-right: auto;
}
}
2013-10-22 10:41:09 -04:00
#topic-filter {
background-color: var(--highlight-bg);
2013-10-22 10:41:09 -04:00
padding: 8px;
bottom: 0;
position: fixed;
width: 100%;
font-size: var(--font-0);
z-index: z("dropdown");
}
2013-10-23 17:00:02 -04:00
.onscreen-post .row {
display: flex; // children should never wrap
}