Merge pull request #487 from jamal-jackson/feature/recieve_view_polish

fix wallet position
This commit is contained in:
Gustavo Maximiliano Cortez 2016-10-17 10:24:12 -03:00 committed by GitHub
commit a31a208dec
2 changed files with 25 additions and 4 deletions

View File

@ -3,10 +3,6 @@
.swiper-container {
width: 85% !important;
overflow: visible;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
@media (max-height: 600px){
&{
transform: translate(-50%, -58%);

View File

@ -166,7 +166,32 @@
.wallets{
position: relative;
height: calc(100vh - 83vh);
.slides {
.swiper-container{
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
}
}
// @media(min-width: 700px) and (min-height: 700px){
// .wallets{display: none;}
// #address{
// height:90vh;
// width:75%;
// .qr{
// height: 70%;
// div{
// transform: scale(1.5);
// }
// }
// #bit-address{
// height: 10%;
// padding: calc(100vh - 99vh);
// }
// }
// }
}
@keyframes fadeIn {