forked from mystiq/hydrogen-web
fix spacing between spinner and loading text in lightbox
This commit is contained in:
parent
7e9e937742
commit
fd28b39e23
1 changed files with 4 additions and 0 deletions
|
@ -716,6 +716,10 @@ button.link {
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.lightbox .loading > :not(:first-child) {
|
||||||
|
margin-left: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
.lightbox .close {
|
.lightbox .close {
|
||||||
display: block;
|
display: block;
|
||||||
grid-area: close;
|
grid-area: close;
|
||||||
|
|
Loading…
Reference in a new issue