2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-06-27 09:10:50 +00:00

make this a custom color

This commit is contained in:
2021-11-06 03:28:58 +01:00
parent f05bb415b5
commit 61f67ed48a
6 changed files with 12 additions and 13 deletions

View File

@ -5,7 +5,7 @@
<div class="lg:w-2/3 flex flex-col sm:flex-row sm:items-center items-start mx-auto">
<h1 class="flex-grow sm:pr-16 text-2xl font-medium title-font cm-lgt-txt">{{ include.cta.text }}</h1>
{% for item in include.cta.btn %}
<button href="{{ item.link }}" class="flex-shrink-0 text-white bg-primarylg border-0 py-2 px-8 focus:outline-none hover:bg-primary rounded text-lg mt-10 sm:mt-0">{{ item.text }}</button>
<button href="{{ item.link }}" class="flex-shrink-0 text-white bg-secondary border-0 py-2 px-8 focus:outline-none hover:bg-primary rounded text-lg mt-10 sm:mt-0">{{ item.text }}</button>
{% endfor %}
</div>
{% unless include.no_container %}