2020-09-26 23:40:26 +07:00
|
|
|
.card-title {
|
|
|
|
color: #4a68b9;
|
2021-05-03 10:11:30 -03:00
|
|
|
font-size: 10px;
|
2022-05-31 22:31:01 +02:00
|
|
|
margin-bottom: 4px;
|
2021-05-03 10:11:30 -03:00
|
|
|
font-size: 1rem;
|
2020-07-29 17:30:30 +07:00
|
|
|
}
|
2021-05-03 10:11:30 -03:00
|
|
|
|
|
|
|
.card-text {
|
|
|
|
font-size: 22px;
|
|
|
|
span {
|
|
|
|
font-size: 11px;
|
|
|
|
position: relative;
|
|
|
|
top: -2px;
|
|
|
|
display: inline-flex;
|
|
|
|
}
|
|
|
|
.green-color {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.fee-estimation-container {
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
@media (min-width: 376px) {
|
|
|
|
flex-direction: row;
|
|
|
|
}
|
|
|
|
.item {
|
2022-05-31 22:31:01 +02:00
|
|
|
width: 100px;
|
2021-05-03 10:11:30 -03:00
|
|
|
margin: 0;
|
|
|
|
width: -webkit-fill-available;
|
|
|
|
@media (min-width: 376px) {
|
|
|
|
margin: 0 auto 0px;
|
|
|
|
}
|
|
|
|
&:first-child{
|
|
|
|
display: none;
|
|
|
|
@media (min-width: 485px) {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
@media (min-width: 768px) {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
@media (min-width: 992px) {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
&:last-child {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
.card-text span {
|
|
|
|
color: #ffffff66;
|
|
|
|
font-size: 12px;
|
|
|
|
top: 0px;
|
|
|
|
}
|
|
|
|
.fee-text{
|
|
|
|
border-bottom: 1px solid #ffffff1c;
|
|
|
|
width: fit-content;
|
|
|
|
margin: auto;
|
2022-06-01 09:46:52 +02:00
|
|
|
font-size: 20px;
|
2021-05-03 10:11:30 -03:00
|
|
|
}
|
|
|
|
.fiat {
|
|
|
|
display: block;
|
2022-06-01 09:46:52 +02:00
|
|
|
font-size: 13px !important;
|
2021-05-03 10:11:30 -03:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.loading-container{
|
2022-06-01 09:46:52 +02:00
|
|
|
height: 50px;
|
2021-05-03 10:11:30 -03:00
|
|
|
}
|
|
|
|
|
|
|
|
.card-text {
|
|
|
|
.skeleton-loader {
|
|
|
|
width: 100%;
|
|
|
|
display: block;
|
|
|
|
&:first-child {
|
2022-06-01 09:46:52 +02:00
|
|
|
max-width: 70px;
|
|
|
|
margin: 10px auto 3px;
|
2021-05-03 10:11:30 -03:00
|
|
|
}
|
|
|
|
&:last-child {
|
2021-07-26 20:47:08 -03:00
|
|
|
margin: 10px auto 3px;
|
2021-05-03 10:11:30 -03:00
|
|
|
max-width: 55px;
|
|
|
|
}
|
|
|
|
}
|
2022-05-31 22:31:01 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.fee-progress-bar {
|
|
|
|
width: 100%;
|
2022-06-01 09:46:52 +02:00
|
|
|
height: 22px;
|
|
|
|
margin-bottom: 8px;
|
2022-05-31 22:31:01 +02:00
|
|
|
border-radius: 0px 10px 10px 0px;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
2022-06-01 09:46:52 +02:00
|
|
|
transition: background-color 1s;
|
2022-05-31 22:31:01 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.fee-label {
|
2022-06-01 09:46:52 +02:00
|
|
|
font-size: 14px;
|
2022-05-31 22:31:01 +02:00
|
|
|
width: 100px;
|
2021-05-03 10:11:30 -03:00
|
|
|
}
|