fix: modal minimize button style
This commit is contained in:
parent
40817ac9eb
commit
ad5c565278
1 changed files with 9 additions and 5 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue