2018-06-26 23:27:58 -04:00

44 lines
764 B
SCSS

.solved-panel, .post-controls .accepted, .fa.accepted, .accepted-text {
color: green;
}
.post-controls span:not(.d-button-label) {
display: inline-flex;
align-items: baseline;
}
.post-controls .accepted-text {
display: inline-block;
font-size: inherit;
margin-right: -3px;
z-index: 999;
}
// you can style accepted answers however your want
.topic-post.accepted-answer .topic-body {
// background-color: #E9FFE0;
}
.mobile-view .solved-panel {
margin-bottom: 15px;
}
.solved-panel {
.by {
display: none;
}
margin-top: 20px;
margin-bottom: 0px;
font-size: 13px;
// margin-bottom: 0px;
// padding: 4px 0px;
//border-top: 1px solid #ddd;
//background-color: #E9FFE0;
}
aside.quote .title.title-only {
padding: 12px;
}