alert창 버튼 하단 맞춤이동
This commit is contained in:
parent
a725d91326
commit
a6e1150cb9
|
@ -9,10 +9,10 @@
|
||||||
<div #messageContainer class="notice">
|
<div #messageContainer class="notice">
|
||||||
{{ data.message }}
|
{{ data.message }}
|
||||||
</div>
|
</div>
|
||||||
|
<mat-card-actions class="button-form flex-row">
|
||||||
|
<button mat-flat-button (click)="onClickConfirm()" class="mat-primary">
|
||||||
|
{{ 'common.messages.confirm' | translate }}
|
||||||
|
</button>
|
||||||
|
</mat-card-actions>
|
||||||
</mat-card-content>
|
</mat-card-content>
|
||||||
<mat-card-actions class="button-form flex-row">
|
|
||||||
<button mat-stroked-button (click)="onClickConfirm()" class="mat-primary">
|
|
||||||
{{ 'common.messages.confirm' | translate }}
|
|
||||||
</button>
|
|
||||||
</mat-card-actions>
|
|
||||||
</mat-card>
|
</mat-card>
|
||||||
|
|
|
@ -1,5 +1,14 @@
|
||||||
form {
|
.confirm-card {
|
||||||
.mat-form-field {
|
width: 100%;
|
||||||
width: 100%;
|
height: 100%;
|
||||||
|
.mat-card-content {
|
||||||
|
display: flex;
|
||||||
|
flex-flow: column;
|
||||||
|
.mat-card-actions {
|
||||||
|
display: flex;
|
||||||
|
align-self: flex-end;
|
||||||
|
flex-flow: row;
|
||||||
|
margin-top: auto;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user