fix: modal minimize button style

This commit is contained in:
prssanna 2020-08-24 14:23:31 +05:30
parent 40817ac9eb
commit ad5c565278

View file

@ -20,11 +20,15 @@ h5.modal-title {
top: 10px;
right: 5px;
.btn-modal-minimize .icon {
width: 14px;
height: 14px;
use {
stroke: var(--gray-500);
.btn-modal-minimize {
padding-right: 0;
.icon {
width: 14px;
height: 14px;
use {
stroke: var(--gray-500);
}
}
}
}