Owners page

This commit is contained in:
CHIEFSOFT\ameye
2023-11-23 13:22:42 -05:00
parent 81043692c5
commit 4fe9b03bf3
2 changed files with 6 additions and 2 deletions
+2 -2
View File
@@ -63,7 +63,7 @@
<ion-grid>
<ion-row>
<ion-col>Duration</ion-col>
<ion-col class="tt">Duration</ion-col>
</ion-row>
<ion-row>
<ion-col>
@@ -103,7 +103,7 @@
<ion-grid>
<ion-row>
<ion-col>Recipient Email</ion-col>
<ion-col class="tt">Recipient Email</ion-col>
</ion-row>
<ion-row>
<ion-col>
@@ -93,6 +93,10 @@ ion-content {
.act_but{
text-align: right;
}
.tt{
font-weight: bold;
color: #4a0b4c;
}
}
.about {