foldbank-mock/web/app/components/bankAccount.module.css
Ameya Shenoy 359b935fc4
feat: web complete
Signed-off-by: Ameya Shenoy <shenoy.ameya@gmail.com>
2023-03-18 22:59:04 +05:30

50 lines
763 B
CSS

.main {
background: #FFF;
border-radius: 30px;
width: 47.5%;
margin-bottom: 5%;;
}
.bank {
display: flex;
align-items: center;
padding: 25px 35px;
border-bottom: 3px solid #F0EFF5;
text-transform: uppercase;
font: 1.1em Arial, Sans-serif;
}
.bankLogo {
margin-right: 10px;
}
.accountBalance {
display: flex;
margin: 30px;
}
.rupee {
font: 1.2em Arial, Sans-serif;
font-weight: 700;
}
.amount {
font: 2.8em Arial, Sans-serif;
font-weight: 700;
}
.download {
border: 1px solid red;
display: flex;
justify-content: center;
align-items: center;
margin: 40px 30px 30px 30px;
height: 80px;
border: 3px solid #F0EFF5;
border-radius: 10px;
font: 1.3em Arial, Sans-serif;
font-weight: 600;
color: #20174D;
}