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
|
|
|
}
|
|
|
|
|
2019-07-15 10:30:58 -04:00
|
|
|
.topic-body {
|
|
|
|
.solved-container {
|
|
|
|
display: flex;
|
|
|
|
|
|
|
|
.btn {
|
|
|
|
background-color: blend-primary-secondary(5%);
|
|
|
|
padding: 0.5em;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.solve,
|
|
|
|
.solved {
|
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
.d-icon {
|
|
|
|
margin-right: 0.5em;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.solved {
|
|
|
|
color: green;
|
|
|
|
flex: 1;
|
|
|
|
|
|
|
|
&.btn .d-icon {
|
|
|
|
color: green;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.solve {
|
|
|
|
flex: 2;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.post-controls button.accepted {
|
|
|
|
&:active {
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.btn-flat:hover .d-icon {
|
|
|
|
color: green;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-07-16 11:08:05 -04:00
|
|
|
.post-controls {
|
|
|
|
.unaccepted,
|
|
|
|
.accepted {
|
|
|
|
&.btn-icon-text {
|
|
|
|
.d-icon {
|
|
|
|
margin-right: 0.3em;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2018-06-26 23:27:58 -04:00
|
|
|
}
|
|
|
|
|
2015-07-08 01:12:25 -04:00
|
|
|
.post-controls .accepted-text {
|
|
|
|
display: inline-block;
|
|
|
|
font-size: inherit;
|
2018-04-19 13:56:18 -04:00
|
|
|
margin-right: -3px;
|
2018-12-06 10:13:21 -05:00
|
|
|
z-index: 2;
|
2015-07-08 01:12:25 -04:00
|
|
|
}
|
|
|
|
|
2017-08-06 17:22:30 -04:00
|
|
|
aside.quote .title.title-only {
|
|
|
|
padding: 12px;
|
|
|
|
}
|