foldbank-mock/web/app/components/navbar.module.css
Ameya Shenoy 89d64c609d
feat: navbar done
Signed-off-by: Ameya Shenoy <shenoy.ameya@gmail.com>
2023-03-02 14:12:51 +05:30

103 lines
1.5 KiB
CSS

.navbar {
display: flex;
justify-content: space-between;
width: 100vw;
max-width: 90vw;
margin-top: 50px;
}
.left {
display: flex;
align-items: center;
}
.logoDiv {
display: flex;
justify-content: center;
align-items: center;
background: #EBEBF0;
height: 70px;
border-radius: 50%;
aspect-ratio: 1;
}
.actionsDiv {
display: flex;
border-radius: 20px;
align-items: center;
margin-left: 20px;
margin-right: 20px;
background: #E9E8F2;
height: 70px;
padding: 0 5px;
}
.tabButtonIcon {
color: #726D8E;
margin-right: 10px;
}
.holder {
border-radius: 10px;
background: #FFFFFF;
margin: 5px;
}
.calendarLogo {
margin: 10px;
vertical-align: middle;
}
.search {
border-radius: 10px;
background: #F0F1F5;
display: flex;
align-items: center;
border: 2px solid #DDDDE4;
}
.input {
border: 0;
outline: 0;
background: #F0F1F5;
}
.guidingButton {
background: #FEFFFF;
outline: 0;
height: 30px;
box-shadow: 0;
width: 45px;
border-radius: 10px;
border: 1px solid #20284C;
margin: 2px;
}
.tabButton {
background: #FEFFFF;
color: #726D8E;
outline: 0;
height: 50px;
box-shadow: 0;
border-radius: 10px;
border: 1px solid #20284C;
margin: 2px;
text-transform: uppercase;
padding: 10px 20px;
display: flex;
align-items: center;
margin: 5px;
font-size: 18px;
font-weight: bold;
}
.right {
display: flex;
align-items: center;
}
.foldLogo {
vertical-align: middle;
margin: 5px;
}