mirror of
https://github.com/SrIzan10/hc-harbor.git
synced 2026-05-01 10:45:21 +00:00
Change color of background (#453)
This commit is contained in:
@@ -37,14 +37,13 @@
|
||||
</div>
|
||||
</section>
|
||||
<% else %>
|
||||
<section class="bg-yellow bg-opacity-10 border border-yellow rounded-lg p-6 mb-8">
|
||||
<section class="bg-orange bg-opacity-10 border border-orange rounded-lg p-6 mb-8">
|
||||
|
||||
<div class="flex items-center gap-3 mb-3">
|
||||
<div class="w-8 h-8 bg-yellow rounded-full flex items-center justify-center">
|
||||
<span class="text-darker text-sm font-bold">!</span>
|
||||
</div>
|
||||
<h2 class="text-xl font-bold text-yellow">No Address Added</h2>
|
||||
<img src="https://upload.wikimedia.org/wikipedia/commons/8/83/Emergency_Light.gif" alt="Emergency Light" class="w-8 h-8">
|
||||
<h2 class="text-xl font-bold text-dark">No Address Added!</h2>
|
||||
</div>
|
||||
<p class="text-lg">You need to add your mailing address to receive physical mail and rewards.</p>
|
||||
<p class="text-lg text-dark">You need to add your mailing address to receive physical mail and rewards.</p>
|
||||
</section>
|
||||
<% end %>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user