refactor(app): rename scss files

This commit is contained in:
Dmitry Nehaychik 2017-08-03 13:53:18 +03:00
parent 3f0463cca1
commit cc7a2ca228
44 changed files with 57 additions and 67 deletions

View file

@ -1,16 +1,25 @@
// themes - our custom or/and out of the box themes
@import 'variables';
@import 'themes';
// framework component themes (styles tied to theme variables)
@import '~@nebular/theme/styles/globals';
@import '~@nebular/auth/styles/all';
// custom global styles
@import 'global';
// install the framework and custom global styles
@include nb-install() {
// framework global styles
@include nb-theme-global();
@include nb-auth-global();
@include ngx-global-theme();
// other global styles
[class^='col-'] {
padding: 0 0.75rem;
}
.row {
margin-right: -0.75rem;
margin-left: -0.75rem;
}
};