Added info modal window

This commit is contained in:
2024-03-09 18:16:20 +03:00
parent f9a7b812fe
commit 8cd5dd1f8e
13 changed files with 128 additions and 5 deletions

View File

@@ -35,3 +35,24 @@ body {
top: 0;
left: 0;
}
ngneat-dialog {
.ngneat-dialog-backdrop {
pointer-events: none;
.ngneat-dialog-content {
pointer-events: all;
border-radius: 10px;
span {
font-weight: 600;
user-select: none;
}
.btns {
fa-icon {
cursor: pointer;
}
}
.ngneat-drag-marker {
height: 3rem;
}
}
}
}