finished receive view styling for phone sizes

This commit is contained in:
Jamal Jackson 2016-10-14 09:42:46 -04:00
commit 207f5db0eb
4 changed files with 51 additions and 8 deletions

View file

@ -3,6 +3,15 @@
.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%);
}
}
}
.card {
max-width: 350px;
@ -17,6 +26,9 @@
}
.item{
padding:.6rem;
&.noBalance{
padding:.6rem 1rem 1.7rem;
}
span{
clear:both;
width: 100%;