Add some margin to zoom container in lightbox
This commit is contained in:
parent
82305a0c4f
commit
31c471c7be
1 changed files with 1 additions and 2 deletions
|
@ -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,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue