foldbank-mock/web/app/components/bankAccountInfoLine.module.css
Ameya Shenoy b20e245779
feat: dashboard and recent done
Signed-off-by: Ameya Shenoy <shenoy.ameya@gmail.com>
2023-03-13 17:31:24 +05:30

24 lines
308 B
CSS

.info {
display: flex;
justify-content: space-between;
align-items: center;
margin: 15px 30px;
font: 1.1em Sans-serif;
text-transform: uppercase;
}
.left {
display: flex;
color: #706A90;
}
.right {
display: flex;
align-items: center;
color: #20174D;
}
.copyLogo {
margin: 10px;
}