Files
MemoryBear/web/src/components/SiderMenu/index.module.css

34 lines
590 B
CSS

.sider {
border-right: 1px solid #EAECEE;
max-height: 100vh;
}
.title {
height: 64px;
padding: 24px 12px 12px 12px;
font-family: Gilroy, Gilroy;
font-weight: 800;
font-size: 16px;
color: #212332;
line-height: 24px;
text-align: left;
font-style: normal;
display: flex;
border-bottom: 1px solid #EAECEE;
justify-content: space-between;
gap: 12px;
}
.title.collapsed {
padding: 18px;
align-items: center;
justify-content: center;
}
.logo {
width: 24px;
height: 24px;
margin-right: 8px;
}
.menuIcon {
cursor: pointer;
width: 28px;
height: 28px;
}