thumb navs

This commit is contained in:
ManjaroOne666 2019-01-29 17:19:21 +00:00
parent ad20d37eb4
commit b5e4690a23
1 changed files with 9 additions and 0 deletions

View File

@ -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;
} }
} }
} }