UX: darken timegap

This commit is contained in:
Sam 2016-05-13 18:40:44 +10:00
parent d9bcf85edc
commit 398f10bf4f
2 changed files with 4 additions and 1 deletions

View File

@ -21,6 +21,6 @@ export default createWidget('time-gap', {
html(attrs) { html(attrs) {
return [h('div.topic-avatar', iconNode('fw')), return [h('div.topic-avatar', iconNode('fw')),
h('div.small-action-desc', description(attrs))]; h('div.small-action-desc.timegap', description(attrs))];
} }
}); });

View File

@ -303,6 +303,9 @@ table.md-table {
} }
} }
.small-action-desc.timegap {
color: dark-light-choose(scale-color($primary, $lightness: 60%), scale-color($secondary, $lightness: 40%));
}
.small-action-desc { .small-action-desc {
padding: 0.25em 0 0.5em 4.3em; padding: 0.25em 0 0.5em 4.3em;
margin-top: 6px; margin-top: 6px;