mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-09-22 05:50:48 +02:00
25 lines
502 B
SCSS
25 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;
|
||
|
}
|
||
|
}
|
||
|
}
|