/** * @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; } } }