discourse-solved/assets/stylesheets/solutions.scss

46 lines
765 B
SCSS
Raw Normal View History

2018-10-22 14:49:33 -04:00
.solved-panel,
.post-controls .accepted,
.fa.accepted,
.accepted-text {
2015-05-19 01:45:19 -04:00
color: green;
}
2018-06-26 23:27:58 -04:00
.post-controls span:not(.d-button-label) {
display: inline-flex;
align-items: baseline;
}
.post-controls .accepted-text {
display: inline-block;
font-size: inherit;
2018-04-19 13:56:18 -04:00
margin-right: -3px;
z-index: 999;
}
// you can style accepted answers however your want
2015-05-19 01:45:19 -04:00
.topic-post.accepted-answer .topic-body {
2018-10-22 14:49:33 -04:00
// background-color: #E9FFE0;
2015-05-19 01:45:19 -04:00
}
.mobile-view .solved-panel {
2015-06-15 03:06:49 -04:00
margin-bottom: 15px;
}
.solved-panel {
.by {
display: none;
}
2015-06-15 03:06:49 -04:00
margin-top: 20px;
margin-bottom: 0px;
font-size: 13px;
// margin-bottom: 0px;
// padding: 4px 0px;
//border-top: 1px solid #ddd;
//background-color: #E9FFE0;
2015-05-19 01:45:19 -04:00
}
aside.quote .title.title-only {
padding: 12px;
}