팝업 닫기버튼 추가
This commit is contained in:
parent
fe041f1ea2
commit
b9e135dfab
|
@ -1,6 +1,9 @@
|
|||
<mat-card class="confirm-card mat-elevation-z">
|
||||
<mat-card-header>
|
||||
<mat-card-title>{{ data.title }}</mat-card-title>
|
||||
<button class="icon-button btn-dialog-close">
|
||||
<i class="mdi mdi-window-close"></i>
|
||||
</button>
|
||||
</mat-card-header>
|
||||
<mat-card-content>
|
||||
<div class="add-row">
|
||||
|
|
|
@ -1,5 +1,14 @@
|
|||
::ng-deep .mat-card-header-tex {
|
||||
margin: 0;
|
||||
::ng-deep .mat-card-header {
|
||||
.mat-card-header-tex {
|
||||
margin: 0;
|
||||
}
|
||||
.btn-dialog-close {
|
||||
font-size: 20px;
|
||||
display: flex;
|
||||
margin-left: auto;
|
||||
align-self: flex-start;
|
||||
color: #444444;
|
||||
}
|
||||
}
|
||||
.mat-form-field {
|
||||
width: 100%;
|
||||
|
|
|
@ -24,3 +24,11 @@ mat-icon {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.icon-button {
|
||||
background: none;
|
||||
border: none;
|
||||
i {
|
||||
font-family: 'material-outline-icons';
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user