alert창 버튼 하단 맞춤이동
This commit is contained in:
parent
a725d91326
commit
a6e1150cb9
|
@ -9,10 +9,10 @@
|
|||
<div #messageContainer class="notice">
|
||||
{{ data.message }}
|
||||
</div>
|
||||
</mat-card-content>
|
||||
<mat-card-actions class="button-form flex-row">
|
||||
<button mat-stroked-button (click)="onClickConfirm()" class="mat-primary">
|
||||
<button mat-flat-button (click)="onClickConfirm()" class="mat-primary">
|
||||
{{ 'common.messages.confirm' | translate }}
|
||||
</button>
|
||||
</mat-card-actions>
|
||||
</mat-card-content>
|
||||
</mat-card>
|
||||
|
|
|
@ -1,5 +1,14 @@
|
|||
form {
|
||||
.mat-form-field {
|
||||
.confirm-card {
|
||||
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