ngx-admin/src/app/@theme/layouts/one-column/one-column.layout.scss

24 lines
495 B
SCSS
Raw Normal View History

@import '../../styles/variables';
2017-07-21 19:31:01 +03:00
@include nga-install-root-component() {
nga-sidebar {
2017-07-26 15:12:48 +03:00
margin-top: nga-theme(sidebar-header-gap);
/deep/ .scrollable {
height: calc(#{nga-theme(sidebar-height)} - #{nga-theme(header-height)} - #{nga-theme(sidebar-header-gap)})!important;
border-top-right-radius: 0.75rem;
}
background: transparent;
2017-07-21 19:31:01 +03:00
.main-btn {
display: block;
padding: 1rem 3rem;
margin-left: auto;
margin-right: auto;
}
}
}