thumb navs
This commit is contained in:
parent
ad20d37eb4
commit
b5e4690a23
|
@ -205,12 +205,21 @@ export default {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
|
||||||
|
display: flex;
|
||||||
|
align-items: flex-end;
|
||||||
|
|
||||||
|
opacity: .4;
|
||||||
|
|
||||||
&--left {
|
&--left {
|
||||||
left: 0;
|
left: 0;
|
||||||
|
padding-right: 30%;
|
||||||
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
&--right {
|
&--right {
|
||||||
right: 0;
|
right: 0;
|
||||||
|
padding-left: 30%;
|
||||||
|
justify-content: center;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue