Hide minimum and economy on mobile
This commit is contained in:
parent
7f8834a2eb
commit
ec24549602
@ -133,7 +133,7 @@
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: space-around;
|
justify-content: space-around;
|
||||||
padding: 22px 20px;
|
padding: 24px 20px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -148,3 +148,7 @@
|
|||||||
margin-right: -2px;
|
margin-right: -2px;
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.symbol {
|
||||||
|
font-size: 13px;
|
||||||
|
}
|
@ -21,28 +21,22 @@
|
|||||||
.fee-estimation-container {
|
.fee-estimation-container {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
@media (min-width: 376px) {
|
flex-direction: row;
|
||||||
flex-direction: row;
|
|
||||||
}
|
|
||||||
.item {
|
.item {
|
||||||
width: 100px;
|
width: 100px;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
width: -webkit-fill-available;
|
width: -webkit-fill-available;
|
||||||
@media (min-width: 376px) {
|
&:first-child {
|
||||||
margin: 0 auto 0px;
|
@media (767px < width < 992px), (width < 576px) {
|
||||||
}
|
display: none
|
||||||
&:first-child{
|
}
|
||||||
display: none;
|
|
||||||
@media (min-width: 485px) {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
@media (min-width: 768px) {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
@media (min-width: 992px) {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
&:nth-child(2) {
|
||||||
|
@media (767px < width < 992px), (width < 576px) {
|
||||||
|
display: none
|
||||||
|
}
|
||||||
|
}
|
||||||
|
margin: 0 auto 0px;
|
||||||
&:last-child {
|
&:last-child {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
@ -86,7 +80,7 @@
|
|||||||
.fee-progress-bar {
|
.fee-progress-bar {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 22px;
|
height: 22px;
|
||||||
margin-bottom: 8px;
|
margin-bottom: 12px;
|
||||||
border-radius: 0px 10px 10px 0px;
|
border-radius: 0px 10px 10px 0px;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
@ -95,5 +89,18 @@
|
|||||||
|
|
||||||
.fee-label {
|
.fee-label {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
width: 100px;
|
width: 20%;
|
||||||
|
@media (767px < width < 992px), (width < 576px) {
|
||||||
|
width: 33%;
|
||||||
|
}
|
||||||
|
&:first-child {
|
||||||
|
@media (767px < width < 992px), (width < 576px) {
|
||||||
|
display: none
|
||||||
|
}
|
||||||
|
}
|
||||||
|
&:nth-child(2) {
|
||||||
|
@media (767px < width < 992px), (width < 576px) {
|
||||||
|
display: none
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
@ -64,7 +64,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.more-padding {
|
.more-padding {
|
||||||
padding: 18px;
|
padding: 23px 20px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card-wrapper {
|
.card-wrapper {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user