This commit is contained in:
parent
3ee4aab703
commit
c350a417fe
@ -116,6 +116,12 @@
|
|||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width: 768px) {
|
||||||
|
.checkoutMainInsideSecBodyCardBottom {
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.checkoutMainInsideSecBodyCardBottom.checkoutMainInsideSecBodyCardBottomActive {
|
.checkoutMainInsideSecBodyCardBottom.checkoutMainInsideSecBodyCardBottomActive {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
@ -189,6 +195,14 @@
|
|||||||
min-width: 200px;
|
min-width: 200px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width: 768px) {
|
||||||
|
.checkoutMainInsideSecBodyCardBottomMedia {
|
||||||
|
width: 100%;
|
||||||
|
max-width: 100%;
|
||||||
|
min-width: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.checkoutMainInsideSecBodyCardBottomMediaInside {
|
.checkoutMainInsideSecBodyCardBottomMediaInside {
|
||||||
padding-top: 50%;
|
padding-top: 50%;
|
||||||
background: rgba(0,0,0,0.1);
|
background: rgba(0,0,0,0.1);
|
||||||
|
Loading…
Reference in New Issue
Block a user