2023-10-09 15:49:10 +08:00

55 lines
1.2 KiB
Plaintext

.drawerToolbar :global {
transition: all 0.3s ease;
.ant-drawer-content-wrapper {
.ant-drawer-content {
background-color: #1f4856;
.ant-drawer-body {
padding: 0;
.ant-list {
.ant-list-item {
.ant-list-item-meta {
// justify-content: center;
align-items: center;
.ant-list-item-meta-avatar {
font-size: 24px;
color: aliceblue;
margin-left: 16px;
}
.ant-list-item-meta-content {
.ant-list-item-meta-title {
font-size: 1.2rem;
color: aliceblue;
}
}
}
&:hover {
cursor: pointer;
background-color: #94bebf;
.ant-list-item-meta-avatar {
color: #1f4856;
}
.ant-list-item-meta-content {
.ant-list-item-meta-title {
color: #1f4856;
}
}
}
}
.active-item {
background-color: cadetblue !important;
}
}
}
}
}
}