Sam 6808b4539d add the text "Accepted Answer" next to the lonely button
use new "fade-out" class for the green areas in post menu
2015-07-08 15:12:25 +10:00

38 lines
733 B
SCSS

.post-controls .accepted, .fa.accepted, .accepted-text {
color: green;
}
.post-controls .accepted-text {
display: inline-block;
font-size: inherit;
vertical-align: middle;
line-height: 35px;
margin-right: -5px;
z-index: 999;
}
// you can style accepted answers however your want
.topic-post.accepted-answer .topic-body {
// background-color: #E9FFE0;
}
.mobile-view .post-controls .accepted-text {
float: left;
}
.mobile-view .cooked .solved {
margin-bottom: 15px;
}
.cooked .solved {
margin-top: 20px;
margin-bottom: 0px;
color: scale-color($primary, $lightness: 15%);
font-size: 13px;
// margin-bottom: 0px;
// padding: 4px 0px;
//border-top: 1px solid #ddd;
//background-color: #E9FFE0;
}