mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 15:40:11 +01:00
17 lines
352 B
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();
|
|
};
|