bfend
Version:
Admin template base on ng-zorro-antd
28 lines (22 loc) • 451 B
text/less
@import "../../../styles/theme";
.bf-page-title {
background: #fff;
padding: 12px 24px;
margin-bottom: 16px;
border-bottom: 1px solid @layout-split-border-color;
}
.bf-page-title__text {
color: @heading-color;
font-size: 18px;
font-weight: 400;
}
.bf-page-title__description {
font-size: 12px;
color: @text-color-secondary;
}
.bf-page-title__breadcrumb {
margin-bottom:16px;
}
.bf-page-content {
margin: 16px 16px 0 16px;
}