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

18 lines
352 B
SCSS
Raw Normal View History

2021-08-06 18:48:35 +03:00
/**
* @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';
2021-08-06 18:48:35 +03:00
@import 'hs-forms';
@include nb-install() {
@include nb-theme-global();
@include hs-custom-form();
};