ngx-admin/docs/app/@theme/styles/styles.scss

17 lines
352 B
SCSS

/**
* @license
* Copyright Akveo. All Rights Reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*/
@import 'helvetica-neue';
@import 'themes';
@import '@nebular/theme/styles/globals';
@import 'hs-forms';
@include nb-install() {
@include nb-theme-global();
@include hs-custom-form();
};