mirror of
https://github.com/ivabus/www
synced 2024-11-15 19:25:05 +03:00
15 lines
No EOL
319 B
HTML
15 lines
No EOL
319 B
HTML
<style>
|
|
.direction-arrows {
|
|
float: right;
|
|
}
|
|
.direction-arrows span {
|
|
opacity: 0.3;
|
|
}
|
|
.direction-arrows span.active {
|
|
opacity: 1;
|
|
}
|
|
</style>
|
|
<div class="direction-arrows">
|
|
<span id="{{- . -}}-down-btn">↑</span>
|
|
<span id="{{- . -}}-up-btn">↓</span>
|
|
</div> |