2019-07-02 16:18:09 +03:00
|
|
|
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap');
|
2025-05-21 13:51:30 +10:00
|
|
|
/* You can add global styles to this file, and also import other style files */
|
|
|
|
|
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
|
2019-07-02 16:18:09 +03:00
|
|
|
|
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)
|
2023-03-07 19:26:27 +01:00
|
|
|
@import '@nebular/theme/styles/globals';
|
|
|
|
|
@import '@nebular/auth/styles/globals';
|
2017-06-16 19:21:22 +03:00
|
|
|
|
2023-03-07 19:26:27 +01:00
|
|
|
@import 'bootstrap/scss/functions';
|
|
|
|
|
@import 'bootstrap/scss/variables';
|
|
|
|
|
@import 'bootstrap/scss/mixins';
|
|
|
|
|
@import 'bootstrap/scss/grid';
|
2018-06-20 18:48:55 +03:00
|
|
|
|
2017-10-18 11:45:23 +02:00
|
|
|
// loading progress bar theme
|
|
|
|
|
@import './pace.theme';
|
|
|
|
|
|
2019-07-15 14:14:04 +03:00
|
|
|
@import './layout';
|
2019-07-02 16:18:09 +03:00
|
|
|
@import './overrides';
|
|
|
|
|
|
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-10-18 11:45:23 +02:00
|
|
|
|
2019-07-15 14:14:04 +03:00
|
|
|
@include ngx-layout();
|
2017-10-18 11:45:23 +02:00
|
|
|
// loading progress bar
|
|
|
|
|
@include ngx-pace-theme();
|
2019-07-02 16:18:09 +03:00
|
|
|
|
|
|
|
|
@include nb-overrides();
|
2017-06-16 19:21:22 +03:00
|
|
|
};
|