add new owner feature uncompleted

This commit is contained in:
tiago.kayaya
2022-01-24 19:09:26 +01:00
parent e65b91ab08
commit c6ec2abc1f
11 changed files with 659 additions and 261 deletions
+6
View File
@@ -288,6 +288,12 @@ $app-theme: mat-light-theme(
padding: 25px;
} */
//MODALS
.centered-rounded-modal {
--height: 100%;
--border-radius: 10px;
padding: 25px;
background: rgba(51, 51, 51, 0.3);
}
.add-note-modal,
.emend-message-modal {
--height: 50%;