mirror of
https://github.com/discourse/discourse-solved.git
synced 2025-03-09 14:37:15 +00:00
16 lines
272 B
SCSS
16 lines
272 B
SCSS
.post-controls .accepted, .fa.accepted {
|
|
color: green;
|
|
}
|
|
|
|
.topic-post.accepted-answer .topic-body {
|
|
background-color: #E9FFE0;
|
|
}
|
|
|
|
.cooked .solved {
|
|
margin-top: 20px;
|
|
margin-bottom: 0px;
|
|
padding: 4px 10px;
|
|
border: 1px solid #ddd;
|
|
background-color: #E9FFE0;
|
|
}
|