This commit is contained in:
Bloody
2023-09-29 21:40:30 +07:00
parent 40b47636a3
commit 989a9aec03
3 changed files with 41 additions and 3 deletions

View File

@@ -55,7 +55,7 @@
margin-top: 16.5px;
}
.other {
.header_other_text {
width: 91px;
height: 17px;
color: #FFF;
@@ -67,9 +67,45 @@
}
.bal {
display: flex;
}
.bal_bac {
width: 139px;
height: 48px;
border-radius: 9px;
background: #22252F;
box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.bal_button {
width: 134px;
height: 54px;
border-radius: 13px;
background: #EF4444;
box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.bal_text {
width: 59px;
height: 15px;
flex-direction: column;
justify-content: center;
color: #FFF;
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
font-family: Montserrat Alternates;
font-size: 18px;
font-weight: 700;
}
.bal_button_text {
width: 88px;
height: 13px;
flex-direction: column;
justify-content: center;
flex-shrink: 0;
color: #FFF;
font-family: Montserrat;
font-size: 16px;
font-weight: 600;
}