docspell/website/site/templates/shortcodes/buttonright.html

6 lines
141 B
HTML
Raw Normal View History

2022-01-27 19:23:15 +00:00
<div class="flex flex-row justify-end items-center">
<a class="no-default button1" href="{{ href }}">
2020-08-21 22:18:56 +00:00
{{ text }}
</a>
</div>