Added info modal window
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user