This commit is contained in:
tiago.kayaya
2021-06-10 15:43:28 +01:00
11 changed files with 127 additions and 33 deletions
@@ -50,6 +50,7 @@ export class ApproveEventPage implements OnInit {
private animationController: AnimationController,
private toastService: ToastService,
) {
this.activatedRoute.queryParams.subscribe(params => {
if(params["serialNumber"]) {
this.serialNumber = params["serialNumber"];
@@ -8,8 +8,8 @@ ion-content{
}
:host{
// background: #0782c9;
ion-card-title{
text-align: center;
ion-card-title {
text-align: center;
}
.title-container{
padding: 30px 20px 0 20px !important;
@@ -81,7 +81,7 @@ ion-content{
/* NEW CSS */
.main-content{
.main-content {
width: 100%; /* 400px */
height: 100%;
font-family: Roboto;