mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-12 04:23:04 +00:00
Merge remote-tracking branch 'origin/master' into submission
# Conflicts: # resources/i18n/en.json # src/app/app.component.scss # src/app/app.component.spec.ts # src/app/app.component.ts # src/app/app.module.ts # src/app/shared/chips/chips.component.spec.ts # src/app/shared/chips/models/chips-item.model.spec.ts # src/app/shared/form/builder/ds-dynamic-form-ui/models/tag/dynamic-tag.component.html # src/app/shared/form/builder/ds-dynamic-form-ui/models/typeahead/dynamic-typeahead.component.html # src/app/shared/shared.module.ts # yarn.lock
This commit is contained in:
@@ -12,3 +12,16 @@ $login-logo-width:72px;
|
||||
$submission-header-z-index: 1001;
|
||||
$submission-footer-z-index: 1000;
|
||||
|
||||
$main-z-index: 0;
|
||||
$nav-z-index: 10;
|
||||
$sidebar-z-index: 20;
|
||||
|
||||
$header-logo-height: 80px;
|
||||
$header-logo-height-xs: 50px;
|
||||
|
||||
$admin-sidebar-bg: $dark;
|
||||
$admin-sidebar-active-bg: darken($dark, 3%);
|
||||
$admin-sidebar-header-bg: darken($dark, 7%);
|
||||
|
||||
$dark-scrollbar-background: $admin-sidebar-active-bg;
|
||||
$dark-scrollbar-foreground: #47495d;
|
||||
|
Reference in New Issue
Block a user