mirror of
https://github.com/discourse/discourse-solved.git
synced 2025-07-04 12:52:17 +00:00
improve styling
This commit is contained in:
parent
57b4cb853f
commit
1b764f2250
@ -48,7 +48,7 @@ export default {
|
||||
openTag: 'span',
|
||||
closeTag: 'span',
|
||||
title: I18n.t('solved.has_accepted_answer'),
|
||||
icon: 'check-square'
|
||||
icon: 'check-square-o'
|
||||
});
|
||||
}
|
||||
return results;
|
||||
|
@ -8,14 +8,15 @@
|
||||
}
|
||||
|
||||
.mobile-view .cooked .solved {
|
||||
position: static;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
.cooked .solved {
|
||||
position: absolute;
|
||||
bottom: -10px;
|
||||
z-index: 1000;
|
||||
// margin-top: 20px;
|
||||
|
||||
margin-top: 20px;
|
||||
margin-bottom: 0px;
|
||||
color: scale-color($primary, $lightness: 15%);
|
||||
font-size: 13px;
|
||||
// margin-bottom: 0px;
|
||||
// padding: 4px 0px;
|
||||
//border-top: 1px solid #ddd;
|
||||
|
Loading…
x
Reference in New Issue
Block a user