@yelon/theme
Version:
ng-yunzai theme system library.
35 lines (30 loc) • 568 B
text/less
@{full-content-prefix} {
&__body {
.yunzai-default__content {
router-outlet + * {
display: block;
width: 100%;
height: 100%;
}
}
.yunzai-default__content-title {
margin-left: -24px;
}
}
&__opened {
.yunzai-default__header,
.yunzai-default__aside,
reuse-tab {
display: none ;
}
.yunzai-default__content {
margin: 24px ;
}
}
&__hidden-title {
.yunzai-default__content-title,
.page-header {
display: none ;
}
}
}