Tweaks fee widget

This commit is contained in:
nymkappa
2022-06-01 09:46:52 +02:00
parent 72cc2e4df0
commit cefc927b06
5 changed files with 25 additions and 21 deletions

View File

@@ -55,18 +55,17 @@
border-bottom: 1px solid #ffffff1c;
width: fit-content;
margin: auto;
line-height: 1.45;
padding: 0px 2px;
font-size: 20px;
}
.fiat {
display: block;
font-size: 14px !important;
font-size: 13px !important;
}
}
}
.loading-container{
min-height: 76px;
height: 50px;
}
.card-text {
@@ -74,8 +73,8 @@
width: 100%;
display: block;
&:first-child {
max-width: 90px;
margin: 15px auto 3px;
max-width: 70px;
margin: 10px auto 3px;
}
&:last-child {
margin: 10px auto 3px;
@@ -86,14 +85,15 @@
.fee-progress-bar {
width: 100%;
height: 20px;
margin-top: 15px;
height: 22px;
margin-bottom: 8px;
border-radius: 0px 10px 10px 0px;
display: flex;
flex-direction: row;
transition: background-color 1s;
}
.fee-label {
font-size: 12px;
font-size: 14px;
width: 100px;
}