finished receive view styling for phone sizes
This commit is contained in:
parent
9e5debc1b6
commit
207f5db0eb
4 changed files with 51 additions and 8 deletions
|
|
@ -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%;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue