ngx-admin/docs/app/@theme/components/section-title/section-title.component.scss
2021-10-08 13:51:04 +03:00

24 lines
502 B
SCSS

/**
* @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() {
h2 {
font-family: 'Helvetica Neue Bold', sans-serif;
font-size: 2rem;
color: #000000;
text-align: center;
}
@include media-breakpoint-down(is) {
h2 {
font-size: 1.5rem;
}
}
}