mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 15:40:11 +01:00
17 lines
407 B
SCSS
17 lines
407 B
SCSS
/**
|
|
* @license
|
|
* Copyright Akveo. All Rights Reserved.
|
|
* Licensed under the MIT License. See License.txt in the project root for license information.
|
|
*/
|
|
|
|
@import 'small-social';
|
|
@import 'helvetica-neue';
|
|
@import 'themes';
|
|
|
|
@import '~@nebular/theme/styles/globals';
|
|
@import '~@nebular/bootstrap/styles/globals';
|
|
|
|
@include nb-install() {
|
|
@include nb-theme-global();
|
|
@include nb-bootstrap-global();
|
|
};
|