Invoice status styling

This commit is contained in:
ekzyis 2023-12-02 21:45:06 +01:00
parent e0c1085145
commit c885efe034
1 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<template>
<div class="flex flex-col">
<div class="font-mono my-1">
<div class="font-mono mb-3">
Payment Required
</div>
<router-link v-if="invoice.ConfirmedAt" :to="callbackUrl" class="label success font-mono">
@ -143,7 +143,8 @@ figcaption {
}
.label {
margin: 1em auto;
margin: auto;
margin-bottom: 0.75em
}
a.label {