foldbank-mock/web/app/components/recurringCol.module.css
Ameya Shenoy 6a9ab237a5
feat: major mods
- added graph on dashboard
- added recent txns

Signed-off-by: Ameya Shenoy <shenoy.ameya@gmail.com>
2023-03-10 19:37:22 +05:30

45 lines
632 B
CSS

.main {
background: #20284C;
width: 400px;
border-radius: 20px 20px 0 0;
padding: 30px 20px;
}
.topDiv {
}
.titleDiv {
display: flex;
width: 100%;
justify-content: space-between;
align-items: center;
color: #EBF4F1;
text-transform: uppercase;
font-weight: bold;
}
.titleText {
padding-left: 10px;
font: bold 1.1em Arial, Sans-serif;
}
.plus {
margin-right: 20px;
}
.restart {
display: flex;
justify-content: center;
align-items: center;
background: #FBFFF8;
color: #20284C;
border-radius: 50%;
aspect-ratio: 1;
width: 25px;
}
.titleLeft {
display: flex;
align-items: center;
}