mirror of
https://github.com/inventree/inventree-website.git
synced 2025-04-28 05:26:44 +00:00
use template colors
This commit is contained in:
parent
7033c52dc2
commit
d590b05ca9
@ -12,7 +12,7 @@
|
||||
{% for item in include.data.features %}
|
||||
<div class="xl:w-1/4 md:w-1/2 p-4">
|
||||
<div class="bg-gray-100 p-6 rounded-lg">
|
||||
<h3 class="tracking-widest text-purple-500 text-xs font-medium title-font">{{ item.subtitle }}</h3>
|
||||
<h3 class="tracking-widest text-primary text-xs font-medium title-font">{{ item.subtitle }}</h3>
|
||||
<h2 class="text-lg cm-lgt-txt font-medium title-font mb-4">{{ item.title }}</h2>
|
||||
<p class="leading-relaxed text-base">{{ item.description }}</p>
|
||||
</div>
|
||||
|
@ -6,7 +6,7 @@
|
||||
<br class="hidden lg:inline-block">{{ include.title_2 }}
|
||||
{% endif %}
|
||||
{% if include.color %}
|
||||
<span class="bg-clip-text text-transparent bg-gradient-to-r from-blue-500 to-purple-400">{{ include.color }}</span>
|
||||
<span class="bg-clip-text text-transparent bg-gradient-to-r from-primary to-secondary">{{ include.color }}</span>
|
||||
{% endif %}
|
||||
</h1>
|
||||
<p class="mb-8 leading-relaxed">Copper mug try-hard pitchfork pour-over freegan heirloom neutra air plant cold-pressed tacos poke beard tote bag. Heirloom echo park mlkshk tote bag selvage hot chicken authentic tumeric truffaut hexagon try-hard chambray.</p>
|
||||
|
Loading…
x
Reference in New Issue
Block a user