set/update/delete billing alert

This commit is contained in:
Čarodej
2021-12-17 10:44:50 +01:00
parent 04e46b7fcb
commit afb8323541
13 changed files with 307 additions and 96 deletions
@@ -5,7 +5,7 @@
</div>
<PopupContent class="content">
<h1 v-if="title" class="title">{{ title }}</h1>
<h1 v-if="title" class="text-2xl font-bold max-w-sm mx-auto">{{ title }}</h1>
<p v-if="message" class="message">{{ message }}</p>
</PopupContent>
@@ -72,7 +72,7 @@
this.message = args.message
this.emoji = '🤔'
this.confirmationData = args.action
this.buttonColor = 'danger-solid'
this.buttonColor = 'danger'
if (args.buttonColor) {
this.buttonColor = args.buttonColor
@@ -103,13 +103,6 @@
padding-left: 20px;
padding-right: 20px;
.title {
@include font-size(22);
text-transform: uppercase;
font-weight: 800;
color: $text;
}
.message {
@include font-size(16);
color: #333;