This commit is contained in:
commit
26d689982a
1 changed files with 4 additions and 0 deletions
|
@ -140,12 +140,16 @@
|
||||||
|
|
||||||
&__zoomable-container {
|
&__zoomable-container {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
margin: 0 40px;
|
margin: 0 40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&__zoom-button {
|
&__zoom-button {
|
||||||
@include button-reset;
|
@include button-reset;
|
||||||
|
max-height: 100%;
|
||||||
|
max-width: 100%;
|
||||||
cursor: zoom-in;
|
cursor: zoom-in;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue