discourse-solved/assets/stylesheets/solutions.scss

73 lines
975 B
SCSS
Raw Normal View History

2020-05-31 21:24:01 -04:00
$solved-color: green;
.select-kit {
&.solved-status-filter {
min-width: auto;
}
}
.post-controls span:not(.d-button-label) {
display: inline-flex;
align-items: baseline;
2018-06-26 23:27:58 -04:00
}
2020-05-31 21:24:01 -04:00
.fa.accepted {
color: $solved-color;
}
2019-07-25 16:03:37 -04:00
.post-controls {
.accepted,
.unaccepted {
.d-button-label {
margin-left: 7px;
}
}
}
.post-controls .extra-buttons {
// anon text
.accepted-text {
.d-icon,
.accepted-label {
color: $solved-color;
}
}
2020-05-31 21:24:01 -04:00
// logged in button
2020-05-31 21:24:01 -04:00
.accepted {
.d-icon,
.d-button-label {
color: $solved-color;
}
}
2019-07-25 16:03:37 -04:00
}
.post-controls span.accepted-text {
padding: 8px 10px;
font-size: $font-up-1;
span {
display: inline-block;
}
.accepted-label {
margin-left: 7px;
}
}
.mobile-view .solved-panel {
margin-bottom: 15px;
}
.solved-panel {
.by {
display: none;
}
margin-top: 20px;
margin-bottom: 0px;
font-size: 13px;
}
aside.quote .title.title-only {
padding: 12px;
}