tweaked btn style
This commit is contained in:
parent
3f4cdd844c
commit
2dce066449
|
@ -28,9 +28,8 @@ body {
|
||||||
@apply bg-blue-dark;
|
@apply bg-blue-dark;
|
||||||
@apply text-white;
|
@apply text-white;
|
||||||
@apply cursor-pointer;
|
@apply cursor-pointer;
|
||||||
@apply py-2;
|
@apply py-4;
|
||||||
@apply px-6;
|
@apply px-6;
|
||||||
@apply h-12;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn:hover {
|
.btn:hover {
|
||||||
|
|
|
@ -32,7 +32,7 @@ module.exports = function(state, emit) {
|
||||||
<h1 class="">${strings.header}</h1>
|
<h1 class="">${strings.header}</h1>
|
||||||
<p class=" mt-4 mb-8 max-w-md leading-normal">${strings.description}</p>
|
<p class=" mt-4 mb-8 max-w-md leading-normal">${strings.description}</p>
|
||||||
${why}
|
${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}
|
${strings.button}
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue