Files
MemoryBear/web/src/components/Header/index.module.css
2026-03-07 12:18:11 +08:00

28 lines
642 B
CSS

.header {
display: flex;
align-items: center;
justify-content: space-between;
padding: 16px 24px 16px 20px;
height: 64px;
color: #212332;
z-index: 0;
font-size: 14px;
}
.title {
font-family: PingFangSC, PingFang SC;
font-weight: 500;
font-style: normal;
}
.header :global(.ant-breadcrumb) {
line-height: 31px;
}
.header :global(.ant-breadcrumb .ant-breadcrumb-item a) {
height: inherit;
color: #5B6167;
font-weight: normal;
}
.header :global(.ant-breadcrumb .ant-breadcrumb-separator:nth-last-child(2)),
.header :global(.ant-breadcrumb .ant-breadcrumb-item:last-child a) {
color: #212332;
font-weight: 600;
}