Files
lingji-work-fe/src/styles/components/ant-drawer.scss

21 lines
378 B
SCSS
Raw Normal View History

.ant-drawer {
.ant-drawer-header {
.ant-drawer-header-title {
justify-content: space-between;
.ant-drawer-close {
order: 2;
}
.ant-drawer-title {
color: #211f24;
font-family: $font-family-medium;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 26px;
}
}
}
}