Finish style expedient-detail page

This commit is contained in:
tiago.kayaya
2021-03-24 15:22:13 +01:00
parent d836b09ecc
commit d9a04c7519
6 changed files with 44 additions and 26 deletions
+2 -1
View File
@@ -44,6 +44,7 @@
--ion-color-warning-tint: #ffca22;
/** danger **/
--ion-color-red:#d30a0a;
--ion-color-danger: #eb445a;
--ion-color-danger-rgb: 235, 68, 90;
--ion-color-danger-contrast: #ffffff;
@@ -264,7 +265,7 @@
background: rgba(51, 51, 51, 0.3);
}
.modal, .newchat, .new-group, .contacts, .group-messages, .custom-modal{
padding-top: 93px;
padding-top: 75px;
--border-radius: 25px 25px 0 0;
--border-width:0px;
}