mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
Added support for changing the color of the navbar
(cherry picked from commit f6649e1c38
)
This commit is contained in:

committed by
github-actions[bot]
![github-actions[bot]](/assets/img/avatar_default.png)
parent
b9f60fa627
commit
72dcfddff1
@@ -6,6 +6,7 @@
|
||||
}
|
||||
|
||||
.dropdown-menu {
|
||||
background-color: var(--ds-navbar-bg);
|
||||
overflow: hidden;
|
||||
min-width: 100%;
|
||||
border-top-left-radius: 0;
|
||||
|
@@ -1,4 +1,5 @@
|
||||
nav.navbar {
|
||||
background-color: var(--ds-navbar-bg);
|
||||
border-bottom: 1px var(--ds-header-navbar-border-bottom-color) solid;
|
||||
align-items: baseline;
|
||||
}
|
||||
|
@@ -24,6 +24,7 @@
|
||||
--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);
|
||||
--ds-header-navbar-border-top-color: #{$white};
|
||||
--ds-header-navbar-border-bottom-color: #{$gray-400};
|
||||
--ds-navbar-link-color: #{$cyan};
|
||||
|
@@ -4,6 +4,10 @@ nav.navbar {
|
||||
align-items: baseline;
|
||||
}
|
||||
|
||||
.navbar-nav {
|
||||
background-color: var(--ds-navbar-bg);
|
||||
}
|
||||
|
||||
/** Mobile menu styling **/
|
||||
@media screen and (max-width: map-get($grid-breakpoints, md)-0.02) {
|
||||
.navbar {
|
||||
|
Reference in New Issue
Block a user