mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-14 05:23:06 +00:00
[DURACOM-195] Base components
This commit is contained in:
@@ -20,8 +20,6 @@
|
||||
--ds-sidebar-z-index: 20;
|
||||
|
||||
--ds-header-bg: #{$white};
|
||||
--ds-header-logo-height: 50px;
|
||||
--ds-header-logo-height-xs: 50px;
|
||||
--ds-header-icon-color: #{$link-color};
|
||||
--ds-header-icon-color-hover: #{$link-hover-color};
|
||||
--ds-navbar-bg: var(--ds-header-bg);
|
||||
@@ -33,6 +31,13 @@
|
||||
--ds-expandable-navbar-link-color: var(--ds-navbar-link-color);
|
||||
--ds-expandable-navbar-link-color-hover: var(--ds-navbar-link-color-hover);
|
||||
|
||||
@include media-breakpoint-up(md) {
|
||||
--ds-header-logo-height: 50px;
|
||||
}
|
||||
@include media-breakpoint-down(sm) {
|
||||
--ds-header-logo-height: 50px;
|
||||
}
|
||||
|
||||
$admin-sidebar-bg: darken(#2B4E72, 17%);
|
||||
$admin-sidebar-active-bg: darken($admin-sidebar-bg, 3%);
|
||||
--ds-admin-sidebar-bg: #{$admin-sidebar-bg};
|
||||
|
Reference in New Issue
Block a user