Fix uneven top border on Tarifs main pricing card
Same fix as for Service Commande: apply .pricing-card--flat modifier so the gold ::before bar is hidden and the border is uniform 2px on all sides instead of looking thicker at the top. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
db0a39db7d
commit
560a598d19
@ -72,7 +72,7 @@
|
||||
<div class="gold-line"></div>
|
||||
</div>
|
||||
|
||||
<div class="pricing-card animate-on-scroll">
|
||||
<div class="pricing-card pricing-card--flat animate-on-scroll">
|
||||
<div style="display:inline-flex; align-items:center; gap:8px; background: linear-gradient(135deg, var(--navy), var(--navy-light)); color: var(--gold); padding: 6px 18px; border-radius: 50px; font-size: 0.85rem; font-weight: 600; margin-bottom: 24px;">
|
||||
<i class="fa-solid fa-plane"></i> <span data-i18n="tarifs.airFreight">Fret Aérien</span>
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user