feat: Add base project structure with API and web components
This commit is contained in:
34
web/src/components/SiderMenu/index.module.css
Normal file
34
web/src/components/SiderMenu/index.module.css
Normal file
@@ -0,0 +1,34 @@
|
||||
.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;
|
||||
}
|
||||
Reference in New Issue
Block a user