mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-18 08:20:13 +01:00
18 lines
407 B
SCSS
18 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();
|
||
|
|
};
|