mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-02-23 00:14:07 +01:00
refactor(app): rename scss files
This commit is contained in:
parent
3f0463cca1
commit
cc7a2ca228
44 changed files with 57 additions and 67 deletions
|
|
@ -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;
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue