update
This commit is contained in:
parent
fe6d55ee4a
commit
60159f2276
|
@ -40,11 +40,11 @@ export default {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
display: block;
|
display: block;
|
||||||
max-width: 66%;
|
max-width: 66%;
|
||||||
|
top: 50%;
|
||||||
|
left: 50%;
|
||||||
|
transform: translate(-50%, -50%);
|
||||||
|
|
||||||
font-size: 1.5em;
|
font-size: 1.5em;
|
||||||
padding: .5em 1em .5em 1em;
|
|
||||||
|
|
||||||
margin: 1rem 0 0 0;
|
|
||||||
|
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
|
@ -168,6 +168,7 @@ export default {
|
||||||
|
|
||||||
@media (max-width: $bp__layout) {
|
@media (max-width: $bp__layout) {
|
||||||
.close-viewer {
|
.close-viewer {
|
||||||
|
z-index: 10;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
|
|
|
@ -269,6 +269,7 @@ export default {
|
||||||
}
|
}
|
||||||
|
|
||||||
.thumb-nav {
|
.thumb-nav {
|
||||||
|
z-index: 20;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 8rem;
|
width: 8rem;
|
||||||
height: 8rem;
|
height: 8rem;
|
||||||
|
|
Loading…
Reference in New Issue