Add profile modal

This commit is contained in:
2021-02-18 12:44:35 +01:00
parent edb5957cb2
commit 23f5e954c9
13 changed files with 245 additions and 25 deletions
+16
View File
@@ -278,3 +278,19 @@ td.monthview-secondary-with-event, td.monthview-secondary-with-event[_ngcontent-
height: 100%;
}
}
.profile-modal{
.modal-wrapper{
position: absolute;
top: -40px;
right: 0px;
height: 100%;
width: 400px;
}
}
.footer-container{
padding: 10px 20px;
}