Skip to content

Commit

Permalink
Fix pulsanti admin, ion-cards iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
ShyVortex committed Jun 19, 2024
1 parent 5a62e28 commit 88e34f7
Show file tree
Hide file tree
Showing 13 changed files with 62 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
</ion-card-content>
</ion-card>
<ion-button class="confirm-button" expand="block" shape="round" fill="solid" (click)="goToModifyDetails()">
<ion-text class="confirm-button-text">Modifica dettagli</ion-text>
<ion-text class="confirm-button-text">MODIFICA DETTAGLI</ion-text>
</ion-button>
</ion-content>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,11 @@ <h2 class="profile-username">{{medic.nome}} {{medic.cognome}}</h2>
</ion-item>
<ion-button class="confirm-button" (click)="this.presentAlert()"
shape="round">
<ion-text class="confirm-button-text">Conferma modifiche</ion-text>
<ion-text class="confirm-button-text">CONFERMA MODIFICHE</ion-text>
</ion-button>
<ion-button id="delete" class="delete-button"
shape="round">
<ion-text class="confirm-button-text">Elimina medico</ion-text>
<ion-text class="confirm-button-text">ELIMINA MEDICO</ion-text>
</ion-button>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
</ion-card-content>
</ion-card>
<ion-button class="confirm-button" expand="block" shape="round" fill="solid" (click)="goToModifyDetails()">
<ion-text class="confirm-button-text">Modifica dettagli</ion-text>
<ion-text class="confirm-button-text">MODIFICA DETTAGLI</ion-text>
</ion-button>
</ion-content>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,11 @@ <h2 class="profile-username">{{nurse.nome}} {{nurse.cognome}}</h2>
</ion-item>
<ion-button id="confirm" class="confirm-button" (click)="this.presentAlert()"
shape="round">
<ion-text class="confirm-button-text">Conferma modifiche</ion-text>
<ion-text class="confirm-button-text">CONFERMA MODIFICHE</ion-text>
</ion-button>
<ion-button id="delete" class="delete-button"
shape="round">
<ion-text class="confirm-button-text">Elimina infermiere</ion-text>
<ion-text class="confirm-button-text">ELIMINA INFERMIERE</ion-text>
</ion-button>

<ion-alert
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
</ion-card-content>
</ion-card>
<ion-button class="confirm-button" expand="block" shape="round" fill="solid" (click)="goToModifyDetails()">
<ion-text class="confirm-button-text">Modifica dettagli</ion-text>
<ion-text class="confirm-button-text">MODIFICA DETTAGLI</ion-text>
</ion-button>
</ion-content>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,11 +111,11 @@ <h2 class="profile-username">{{patient.nome}} {{patient.cognome}}</h2>
</ion-item>
<ion-button id="confirm" class="confirm-button" (click)="this.presentAlert()"
shape="round">
<ion-text class="confirm-button-text">Conferma modifiche</ion-text>
<ion-text class="confirm-button-text">CONFERMA MODIFICHE</ion-text>
</ion-button>
<ion-button id="delete" class="delete-button"
shape="round">
<ion-text class="confirm-button-text">Elimina paziente</ion-text>
<ion-text class="confirm-button-text">ELIMINA PAZIENTE</ion-text>
</ion-button>

<ion-alert
Expand Down
6 changes: 6 additions & 0 deletions src/app/pages/admin/functions/functions.page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@
height: auto;
margin: auto;
}
.ios.card-icon {
margin-top: 1em;
}

.card-line {
flex-grow: 1;
Expand All @@ -48,6 +51,9 @@
margin-right: auto;
text-align: center;
}
.ios.card-title {
font-size: 24px;
}
}
}
}
6 changes: 6 additions & 0 deletions src/app/pages/medic/patients/patients.page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@
height: auto;
margin: auto;
}
.ios.card-icon {
margin-top: 1em;
}

.card-line {
flex-grow: 1;
Expand All @@ -49,6 +52,9 @@
margin-right: auto;
text-align: center;
}
.ios.card-title {
font-size: 20px;
}
}
}
}
6 changes: 6 additions & 0 deletions src/app/pages/patient/logbook/logbook.page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@
height: auto;
margin: auto;
}
.ios.card-icon {
margin-top: 1em;
}

.card-line {
flex-grow: 1;
Expand All @@ -48,6 +51,9 @@
margin-right: auto;
text-align: center;
}
.ios.card-title {
font-size: 20px;
}
}
}
}
6 changes: 6 additions & 0 deletions src/app/pages/patient/reservation/reservation.page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@
height: auto;
margin: auto;
}
.ios.card-icon {
margin-top: 1em;
}

.card-line {
flex-grow: 1;
Expand All @@ -48,6 +51,9 @@
margin-right: auto;
text-align: center;
}
.ios.card-title {
font-size: 20px;
}
}
}
}
12 changes: 12 additions & 0 deletions src/app/pages/patient/sos/sos.page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@
margin: auto;
display: block;
}
.ios.card-icon {
margin-top: 1em;
}

.card-line {
flex-grow: 1;
Expand All @@ -54,6 +57,9 @@
margin-right: auto;
display: block;
}
.ios.card-title {
font-size: 25px;
}
}

.emergency-card {
Expand All @@ -71,6 +77,9 @@
margin: auto;
display: block;
}
.ios.card-icon {
margin-top: 1em;
}

.card-line {
margin-top: 0.75em;
Expand All @@ -83,6 +92,9 @@
margin-right: auto;
display: block;
}
.ios.card-title {
font-size: 25px;
}
}
}
}
9 changes: 9 additions & 0 deletions src/app/pages/settings/credits/credits.page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@
height: auto;
margin: auto;
}
.ios.card-icon {
margin-top: 1em;
}

.card-line {
flex-grow: 1;
Expand All @@ -48,6 +51,9 @@
margin-right: auto;
text-align: center;
}
.ios.card-title {
font-size: 19px;
}

#fontawesome {
color: #000;
Expand All @@ -56,6 +62,9 @@
text-align: center;
font-size: large;
}
.ios #fontawesome {
font-size: 19px;
}
}
}
}
14 changes: 8 additions & 6 deletions src/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ ion-content {

.access-card {
margin-top: -0.5em;
width: 10em;
width: 9em;
height: auto;
display: inline-block;

Expand All @@ -277,6 +277,9 @@ ion-content {
margin: auto;
display: block;
}
.ios.card-icon {
margin-top: 0.75em;
}

.card-line {
flex-grow: 1;
Expand All @@ -285,16 +288,15 @@ ion-content {
}

.card-title {
text-align: center;
color: #000;
margin-left: auto;
margin-right: auto;
display: block;
}
.ios.card-title {
font-size: 19px;
}
}
}
.ios ion-card-title {
font-size: x-large;
}

.row-blank-space {
@media only screen and (max-height: 667px) {
Expand Down

0 comments on commit 88e34f7

Please sign in to comment.