Merge pull request 'Various UI improvements' (#70) from feature/ui_improvements into master
All checks were successful
continuous-integration/drone/push Build is passing

Reviewed-on: #70
This commit is contained in:
Râu Cao 2022-04-28 13:05:10 +00:00
commit b29197cf4e
2 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,8 @@
@layer base { @layer base {
html {
font-size: 14px;
}
body { body {
@apply leading-none bg-cover bg-fixed; @apply leading-none bg-cover bg-fixed;
background-image: linear-gradient(35deg, rgba(255,0,255,0.2) 0, rgba(13,79,153,0.8) 100%), url('/img/bg-1.jpg'); background-image: linear-gradient(35deg, rgba(255,0,255,0.2) 0, rgba(13,79,153,0.8) 100%), url('/img/bg-1.jpg');

View File

@ -25,7 +25,7 @@
</div> </div>
<div> <div>
<h3 class="mb-3.5"> <h3 class="mb-3.5">
<span class="text-yellow-500">🗲</span> <%= render partial: "icons/zap", locals: { custom_class: "text-amber-500 h-4 w-4 inline" } %>
<%= link_to "Lightning Wallet", wallet_path, class: "ks-text-link" %> <%= link_to "Lightning Wallet", wallet_path, class: "ks-text-link" %>
</h3> </h3>
<p class="text-gray-500"> <p class="text-gray-500">