ngx-admin/docs/app/pages/home/landing-home.component.scss

77 lines
1.4 KiB
SCSS
Raw Normal View History

/**
* @license
* Copyright Akveo. All Rights Reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*/
@import '../../@theme/styles/themes';
@import '~@nebular/theme/styles/global/breakpoints';
@include nb-install-component() {
$content-width: nb-theme(content-width);
.contact-us {
padding: 5rem 1rem;
h2 {
color: black;
}
}
/deep/ nb-layout .main-container {
padding-top: 3rem;
.scrollable {
padding-top: 0;
}
}
/deep/ nb-layout .layout-container .columns {
margin: 0 auto;
}
/deep/ nb-layout-header {
box-shadow: nb-theme(shadow-default);
2019-02-05 21:03:35 +03:00
background: nb-theme(header-bg);
nav {
max-width: calc(#{$content-width} - 8.125rem * 2);
margin: 0 auto;
}
}
/deep/ .layout .layout-container .content nb-layout-footer.footer {
width: 100%;
background-color: nb-theme(color-white);
box-shadow: nb-theme(shadow-default);
nav {
max-width: $content-width;
width: 100%;
margin: 0 auto;
}
}
@include media-breakpoint-down(xl) {
nb-layout-header /deep/ nav {
padding-left: 1.5rem;
padding-right: 1.5rem;
}
}
@include media-breakpoint-down(sm) {
nb-layout-header /deep/ nav {
padding-right: 0;
}
}
@include media-breakpoint-down(is) {
nb-layout-header /deep/ nav {
padding-left: 0;
padding-right: 0;
height: 3.75rem;
}
}
}