switch topic jump glyphs to better signify move to top/bottom

This commit is contained in:
Jeff Atwood 2018-10-24 18:41:41 -07:00
parent 0ead513fb0
commit c62a8ee335
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
{{#d-button action="enterTop" class="full jump-top"}} {{#d-button action="enterTop" class="full jump-top"}}
{{d-icon 'caret-up'}} {{{topDate}}} {{d-icon 'step-backward'}} {{{topDate}}}
{{/d-button}} {{/d-button}}
{{#d-button action="enterBottom" class="full jump-bottom"}} {{#d-button action="enterBottom" class="full jump-bottom"}}
{{{bottomDate}}} {{d-icon 'caret-down'}} {{{bottomDate}}} {{d-icon 'step-forward'}}
{{/d-button}} {{/d-button}}

View File

@ -17,7 +17,7 @@
display: block; display: block;
margin-top: 2px; margin-top: 2px;
margin-bottom: 2px; margin-bottom: 2px;
font-size: $font-up-2; transform: rotate(90deg);
} }
} }
button.btn.jump-bottom { button.btn.jump-bottom {