@lxlib/theme
Version:
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.1.1.
31 lines (30 loc) • 558 B
text/less
@{full-content-prefix} {
&__body {
.lxlib-default__content {
router-outlet + * {
display: block;
width: 100%;
height: 100%;
}
}
.lxlib-default__content-title {
margin-left: -24px;
}
}
&__opened {
.lxlib-default__header,
.lxlib-default__aside,
reuse-tab {
display: none ;
}
.lxlib-default__content {
margin: 24px ;
}
}
&__hidden-title {
.lxlib-default__content-title,
.page-header {
display: none ;
}
}
}