UX: darken timegap
This commit is contained in:
parent
d9bcf85edc
commit
398f10bf4f
|
@ -21,6 +21,6 @@ export default createWidget('time-gap', {
|
|||
|
||||
html(attrs) {
|
||||
return [h('div.topic-avatar', iconNode('fw')),
|
||||
h('div.small-action-desc', description(attrs))];
|
||||
h('div.small-action-desc.timegap', description(attrs))];
|
||||
}
|
||||
});
|
||||
|
|
|
@ -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 {
|
||||
padding: 0.25em 0 0.5em 4.3em;
|
||||
margin-top: 6px;
|
||||
|
|
Loading…
Reference in New Issue