2017-06-16 19:21:22 +03:00
|
|
|
// themes - our custom or/and out of the box themes
|
2017-08-03 13:53:18 +03:00
|
|
|
@import 'themes';
|
2017-06-16 19:21:22 +03:00
|
|
|
|
|
|
|
|
// framework component themes (styles tied to theme variables)
|
2017-08-01 17:42:21 +03:00
|
|
|
@import '~@nebular/theme/styles/globals';
|
|
|
|
|
@import '~@nebular/auth/styles/all';
|
2017-06-16 19:21:22 +03:00
|
|
|
|
|
|
|
|
// install the framework and custom global styles
|
2017-08-01 17:42:21 +03:00
|
|
|
@include nb-install() {
|
2017-08-03 13:53:18 +03:00
|
|
|
|
|
|
|
|
// framework global styles
|
2017-08-01 17:42:21 +03:00
|
|
|
@include nb-theme-global();
|
|
|
|
|
@include nb-auth-global();
|
2017-06-16 19:21:22 +03:00
|
|
|
};
|