mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-06 14:10:53 +03:00
tweaked btn style
This commit is contained in:
@@ -28,9 +28,8 @@ body {
|
||||
@apply bg-blue-dark;
|
||||
@apply text-white;
|
||||
@apply cursor-pointer;
|
||||
@apply py-2;
|
||||
@apply py-4;
|
||||
@apply px-6;
|
||||
@apply h-12;
|
||||
}
|
||||
|
||||
.btn:hover {
|
||||
|
||||
@@ -32,7 +32,7 @@ module.exports = function(state, emit) {
|
||||
<h1 class="">${strings.header}</h1>
|
||||
<p class=" mt-4 mb-8 max-w-md leading-normal">${strings.description}</p>
|
||||
${why}
|
||||
<a href="${url}" class="btn rounded-lg mt-8 py-4 px-8 h-auto">
|
||||
<a href="${url}" class="btn rounded-lg mt-8 px-8">
|
||||
${strings.button}
|
||||
</a>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user