foldbank-mock/web/app/components/paid.module.css
Ameya Shenoy 4ca2213c0b
feat: more components added
Signed-off-by: Ameya Shenoy <shenoy.ameya@gmail.com>
2023-03-18 17:03:36 +05:30

32 lines
416 B
CSS

.main {
display: flex;
justify-content: space-between;
align-items: center;
border-bottom: 2px solid #DDDCE4;
height: 75px;
padding: 20px;
}
.left {
display: flex;
align-items: center;
}
.arrow {
margin-right: 10px;
transform: rotate(90deg);
}
.text {
font: 1.3em Arial, Sans-serif;
font-weight: 300;
color: #787495;
}
.right {
font: 1.3em Arial, Sans-serif;
font-weight: 600;
}