Add some margin to zoom container in lightbox
This commit is contained in:
@@ -130,15 +130,14 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&__zoomable-container {
|
&__zoomable-container {
|
||||||
align-items: center;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
margin: 0 40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&__zoom-button {
|
&__zoom-button {
|
||||||
@include button-reset;
|
@include button-reset;
|
||||||
cursor: zoom-in;
|
cursor: zoom-in;
|
||||||
margin: 0 40px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&__object--container--zoom,
|
&__object--container--zoom,
|
||||||
|
Reference in New Issue
Block a user