switch topic jump glyphs to better signify move to top/bottom
This commit is contained in:
parent
0ead513fb0
commit
c62a8ee335
|
@ -1,7 +1,7 @@
|
|||
{{#d-button action="enterTop" class="full jump-top"}}
|
||||
{{d-icon 'caret-up'}} {{{topDate}}}
|
||||
{{d-icon 'step-backward'}} {{{topDate}}}
|
||||
{{/d-button}}
|
||||
|
||||
{{#d-button action="enterBottom" class="full jump-bottom"}}
|
||||
{{{bottomDate}}} {{d-icon 'caret-down'}}
|
||||
{{{bottomDate}}} {{d-icon 'step-forward'}}
|
||||
{{/d-button}}
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
display: block;
|
||||
margin-top: 2px;
|
||||
margin-bottom: 2px;
|
||||
font-size: $font-up-2;
|
||||
transform: rotate(90deg);
|
||||
}
|
||||
}
|
||||
button.btn.jump-bottom {
|
||||
|
|
Loading…
Reference in New Issue