Skip to content

Commit 74d6844

Browse files
mschwrdtnrDanielHabenicht
authored andcommitted
fix(notification-dialog): rename pb-card-container (#203)
* fix(notification-dialog): rename pb-card-container * rename pb-justify-center to pb-center-element
1 parent 43d7470 commit 74d6844

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

Phonebook.Frontend/src/app/shared/dialogs/display-notification-dialog/display-notification.dialog.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ <h3 mat-dialog-title class="pb-color-primary">
88
seinen Vorgänger machen.
99
</span>
1010
<!-- call for contributors -->
11-
<div class="pb-flex pb-card-container">
11+
<div class="pb-flex pb-center-element">
1212
<mat-card class="pb-card-call pb-border-color-primary">
1313
<mat-card-header>
1414
<mat-card-title><mat-icon [color]="'primary'">error_outline</mat-icon></mat-card-title>
@@ -33,7 +33,7 @@ <h3 mat-dialog-title class="pb-color-primary">
3333
</mat-card-content>
3434
</mat-card>
3535
</div>
36-
<div class="pb-flex-row pb-card-container">
36+
<div class="pb-flex-row pb-center-element">
3737
<!-- Profilbild -->
3838
<mat-card class="pb-border-color-primary">
3939
<mat-card-header>

Phonebook.Frontend/src/app/shared/dialogs/display-notification-dialog/display-notification.dialog.scss

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@ p {
2929
margin: 0 0 0 auto;
3030
}
3131

32-
.pb-card-container {
33-
justify-content: center;
34-
}
35-
3632
mat-card {
3733
flex: 1;
3834
min-width: 25%;

0 commit comments

Comments
 (0)