Adjust dialog and CSS; Format code

This commit is contained in:
Peter Rossa
2023-05-17 11:19:35 +02:00
parent e0e61a7148
commit f4466f704e
3 changed files with 42 additions and 20 deletions

View File

@@ -55,3 +55,18 @@ div.mat-grid-tile-content {
button {
border-radius: 0;
}
// mat-dialog
.mat-mdc-dialog-container {
.mat-mdc-dialog-title {
border-bottom: #a6a6a6 1px solid;
}
.mat-mdc-dialog-content {
}
.mat-mdc-dialog-actions {
border-top: #a6a6a6 1px solid;
display: flex;
flex-direction: row;
justify-content: end;
}
}