nebular update and structure refactoring

This commit is contained in:
Dmitry Nehaychik 2019-06-11 18:18:58 +03:00
parent 78e4d2cfe9
commit df489ad17e
100 changed files with 736 additions and 3945 deletions

View file

@ -1,3 +0,0 @@
html {
//font-size: 14px;
}

View file

@ -7,16 +7,14 @@
@mixin ngx-pace-theme() {
.pace .pace-progress {
background: nb-theme(color-fg-highlight);
background: nb-theme(color-primary-default);
}
.pace .pace-progress-inner {
box-shadow: 0 0 10px nb-theme(color-fg-highlight), 0 0 5px nb-theme(color-fg-highlight);
box-shadow: 0 0 10px nb-theme(color-primary-default), 0 0 5px nb-theme(color-primary-default);
}
.pace .pace-activity {
display: none;
// border-top-color: nb-theme(color-fg-highlight);
// border-left-color: nb-theme(color-fg-highlight);
}
}

View file

@ -4,11 +4,8 @@
// framework component themes (styles tied to theme variables)
@import '~@nebular/theme/styles/globals';
@import '~@nebular/auth/styles/all';
//@import '~@nebular/bootstrap/styles/globals';
// ...
@import '~@nebular/bootstrap/styles/globals';
// global app font size
@import './font-size';
// loading progress bar theme
@import './pace.theme';
@ -19,7 +16,7 @@
// framework global styles
@include nb-theme-global();
@include nb-auth-global();
//@include nb-bootstrap-global();
@include nb-bootstrap-global();
// loading progress bar
@include ngx-pace-theme();

View file

@ -4,7 +4,7 @@
@import '~@nebular/theme/styles/themes';
// which themes you what to enable (empty to enable all)
$nb-enabled-themes: (default/*, cosmic, corporate, dark*/);
$nb-enabled-themes: (default);
$nb-themes: nb-register-theme((
// app wise variables for each theme