add timebomb feature

This commit is contained in:
tiago.kayaya
2021-10-27 08:45:37 +01:00
parent 5c942e6e9b
commit ae9bc339c9
12 changed files with 153 additions and 27 deletions
+4
View File
@@ -77,6 +77,7 @@ $app-theme: mat-light-theme((
--ion-color-warning-contrast-rgb: 0, 0, 0;
--ion-color-warning-shade: #e0ac08;
--ion-color-warning-tint: #ffca22;
--ion-color-yellow-orange:#ffb703;
/** danger **/
--ion-color-red:#d30a0a;
@@ -274,6 +275,9 @@ $app-theme: mat-light-theme((
--ion-color-expediente: #dae3f3;
}
}
.yellow-orange{
color: #ffb703 !important;
}
.center{
text-align: center;
}