Rewamp the fee widget

This commit is contained in:
nymkappa
2022-05-31 22:31:01 +02:00
parent f20cf266b6
commit b4fd98f565
4 changed files with 71 additions and 19 deletions

View File

@@ -1,7 +1,7 @@
.card-title {
color: #4a68b9;
font-size: 10px;
margin-bottom: 4px;
margin-bottom: 4px;
font-size: 1rem;
}
@@ -25,7 +25,7 @@
flex-direction: row;
}
.item {
max-width: 150px;
width: 100px;
margin: 0;
width: -webkit-fill-available;
@media (min-width: 376px) {
@@ -82,4 +82,18 @@
max-width: 55px;
}
}
}
.fee-progress-bar {
width: 100%;
height: 20px;
margin-top: 15px;
border-radius: 0px 10px 10px 0px;
display: flex;
flex-direction: row;
}
.fee-label {
font-size: 12px;
width: 100px;
}