moved tab-receive view styling that was conflicting with old wallets selector styles to tab-receive scss file

This commit is contained in:
Jamal Jackson 2016-10-16 18:55:05 -04:00
parent f283c70e0a
commit ce78aabf38
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,6 +166,31 @@
.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);
}
}
}
}