Invoice status styling
This commit is contained in:
parent
e0c1085145
commit
c885efe034
|
@ -1,6 +1,6 @@
|
||||||
<template>
|
<template>
|
||||||
<div class="flex flex-col">
|
<div class="flex flex-col">
|
||||||
<div class="font-mono my-1">
|
<div class="font-mono mb-3">
|
||||||
Payment Required
|
Payment Required
|
||||||
</div>
|
</div>
|
||||||
<router-link v-if="invoice.ConfirmedAt" :to="callbackUrl" class="label success font-mono">
|
<router-link v-if="invoice.ConfirmedAt" :to="callbackUrl" class="label success font-mono">
|
||||||
|
@ -143,7 +143,8 @@ figcaption {
|
||||||
}
|
}
|
||||||
|
|
||||||
.label {
|
.label {
|
||||||
margin: 1em auto;
|
margin: auto;
|
||||||
|
margin-bottom: 0.75em
|
||||||
}
|
}
|
||||||
|
|
||||||
a.label {
|
a.label {
|
||||||
|
|
Loading…
Reference in New Issue