web/SmallDialog: flex container for header & icon
fixes stranded padding
This commit is contained in:
parent
836da67f19
commit
c12088e297
1 changed files with 9 additions and 1 deletions
|
@ -127,7 +127,15 @@
|
|||
font-size: 19px;
|
||||
}
|
||||
|
||||
.popup-header .popup-icon.warn-red :global(svg) {
|
||||
.popup-header,
|
||||
.popup-icon {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.popup-icon.warn-red :global(svg) {
|
||||
stroke-width: 1.5px;
|
||||
height: 50px;
|
||||
width: 50px;
|
||||
|
|
Loading…
Reference in a new issue