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