discourse-solved/assets/stylesheets/solutions.scss

68 lines
1014 B
SCSS
Raw Normal View History

.select-kit {
&.solved-status-filter {
min-width: auto;
}
}
.solved-panel,
2018-10-22 14:49:33 -04:00
.post-controls .accepted,
.fa.accepted,
.accepted-text {
2015-05-19 01:45:19 -04:00
color: green;
2019-01-31 16:22:26 -05:00
.d-icon {
color: currentColor;
}
2015-05-19 01:45:19 -04:00
}
.post-controls span:not(.d-button-label) {
display: inline-flex;
align-items: baseline;
2018-06-26 23:27:58 -04:00
}
2019-07-25 16:03:37 -04:00
.post-controls {
.accepted,
.unaccepted {
.d-button-label {
margin-left: 7px;
}
}
}
.post-controls span.accepted-text {
padding: 8px 10px;
font-size: $font-up-1;
span {
display: inline-block;
}
.accepted-label {
margin-left: 7px;
}
}
// you can style accepted answers however your want
.quote.accepted-answer {
// 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;
}