Fix close modal icon position
This commit is contained in:
parent
109e93c139
commit
f978e52edc
|
@ -3,9 +3,10 @@
|
|||
|
||||
<div class="modal-header">
|
||||
<h4 i18n class="modal-title">Add caption</h4>
|
||||
|
||||
<button class="border-0 p-0" title="Close this modal" i18n-title (click)="hide()">
|
||||
<my-global-icon iconName="cross"></my-global-icon>
|
||||
</button>
|
||||
<my-global-icon iconName="cross"></my-global-icon>
|
||||
</button>
|
||||
</div>
|
||||
|
||||
<div class="modal-body">
|
||||
|
|
|
@ -144,6 +144,8 @@ body {
|
|||
margin-bottom: 5px;
|
||||
|
||||
.modal-title {
|
||||
@include margin-right(auto);
|
||||
|
||||
font-size: 20px;
|
||||
font-weight: $font-semibold;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue