frontend/src/styles.scss
@use 'themes' as *;
@use '@nebular/theme/styles/globals' as *;
@import '~@nebular/auth/styles/globals';
@include nb-install() {
@include nb-theme-global();
@include nb-auth-global();
};
/* You can add global styles to this file, and also import other style files */