improve styling

This commit is contained in:
Sam 2015-06-15 17:06:49 +10:00
parent 57b4cb853f
commit 1b764f2250
2 changed files with 7 additions and 6 deletions

View File

@ -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;

View File

@ -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;