2025-03-26 23:49:47 +08:00
|
|
|
$solved-color: var(--success);
|
2020-06-01 09:24:01 +08:00
|
|
|
|
2020-02-20 11:04:26 +01:00
|
|
|
.select-kit {
|
|
|
|
&.solved-status-filter {
|
|
|
|
min-width: auto;
|
2023-09-26 18:39:17 +05:30
|
|
|
margin-right: 0.5em;
|
2025-03-17 13:00:55 +01:00
|
|
|
|
2021-02-13 15:19:34 -05:00
|
|
|
.select-kit-header {
|
2024-06-01 12:26:03 -03:00
|
|
|
color: var(--primary-high);
|
2021-02-13 15:19:34 -05:00
|
|
|
}
|
2020-02-20 11:04:26 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-06-01 09:24:01 +08:00
|
|
|
.fa.accepted {
|
|
|
|
color: $solved-color;
|
|
|
|
}
|
|
|
|
|
2020-06-09 10:41:57 +08:00
|
|
|
.post-controls .extra-buttons {
|
|
|
|
// anon text
|
|
|
|
.accepted-text {
|
2021-12-14 21:35:05 -05:00
|
|
|
white-space: nowrap;
|
2025-03-17 13:00:55 +01:00
|
|
|
|
2020-06-09 10:41:57 +08:00
|
|
|
.d-icon,
|
|
|
|
.accepted-label {
|
|
|
|
color: $solved-color;
|
|
|
|
}
|
|
|
|
}
|
2020-06-01 09:24:01 +08:00
|
|
|
|
2020-06-09 10:41:57 +08:00
|
|
|
// logged in button
|
2020-06-01 09:24:01 +08:00
|
|
|
.accepted {
|
|
|
|
.d-icon,
|
|
|
|
.d-button-label {
|
|
|
|
color: $solved-color;
|
|
|
|
}
|
|
|
|
}
|
2019-07-25 16:03:37 -04:00
|
|
|
}
|
|
|
|
|
2019-07-24 11:01:47 -04:00
|
|
|
.post-controls span.accepted-text {
|
2025-03-26 23:49:47 +08:00
|
|
|
display: inline-flex;
|
|
|
|
align-items: center;
|
|
|
|
gap: 0.25em;
|
|
|
|
padding: 0 0.5rem;
|
|
|
|
font-size: var(--font-up-1);
|
|
|
|
height: 100%;
|
2015-07-08 15:12:25 +10:00
|
|
|
}
|
|
|
|
|
2019-07-18 10:56:18 -04:00
|
|
|
.mobile-view .solved-panel {
|
|
|
|
margin-bottom: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.solved-panel {
|
|
|
|
.by {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
margin-top: 20px;
|
2025-03-17 13:00:55 +01:00
|
|
|
margin-bottom: 0;
|
2019-07-18 10:56:18 -04:00
|
|
|
font-size: 13px;
|
|
|
|
}
|
|
|
|
|
2025-03-25 17:14:02 +08:00
|
|
|
aside.quote.accepted-answer {
|
|
|
|
.title {
|
|
|
|
display: flex;
|
2025-03-26 02:21:36 +08:00
|
|
|
justify-content: space-between;
|
|
|
|
align-items: flex-start;
|
|
|
|
}
|
2025-03-25 17:14:02 +08:00
|
|
|
|
2025-03-26 02:21:36 +08:00
|
|
|
.accepted-answer--solver-accepter {
|
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
flex: 1;
|
|
|
|
min-width: 0;
|
|
|
|
gap: 0.25em;
|
2025-03-25 17:14:02 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.accepted-answer--solver {
|
|
|
|
margin-right: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.accepted-answer--accepter {
|
|
|
|
font-size: var(--font-down-1);
|
2025-03-26 02:21:36 +08:00
|
|
|
width: 100%;
|
|
|
|
flex-basis: auto;
|
2025-03-25 17:14:02 +08:00
|
|
|
margin-top: auto;
|
2025-03-26 02:21:36 +08:00
|
|
|
margin-bottom: auto;
|
|
|
|
margin-right: 0.25em;
|
2025-03-25 17:14:02 +08:00
|
|
|
|
2025-03-26 02:21:36 +08:00
|
|
|
@media (min-width: 480px) {
|
|
|
|
width: auto;
|
2025-03-25 17:14:02 +08:00
|
|
|
}
|
|
|
|
}
|
2017-08-06 17:22:30 -04:00
|
|
|
}
|
2021-08-26 14:25:39 +03:00
|
|
|
|
|
|
|
.user-card-metadata-outlet.accepted-answers {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
2025-03-26 11:43:22 +08:00
|
|
|
|
|
|
|
.post-action-menu__solved-accepted-tooltip-content
|
|
|
|
.fk-d-tooltip__inner-content {
|
|
|
|
display: block;
|
|
|
|
}
|