mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 23:13:04 +00:00
Added new variables for the expandable navbar section
This commit is contained in:
@@ -6,15 +6,20 @@
|
||||
}
|
||||
|
||||
.dropdown-menu {
|
||||
background-color: var(--ds-navbar-bg);
|
||||
background-color: var(--ds-expandable-navbar-bg);
|
||||
overflow: hidden;
|
||||
min-width: 100%;
|
||||
border-top-left-radius: 0;
|
||||
border-top-right-radius: 0;
|
||||
::ng-deep a.nav-link {
|
||||
color: var(--ds-expandable-navbar-link-color) !important;
|
||||
padding-right: var(--bs-spacer);
|
||||
padding-left: var(--bs-spacer);
|
||||
white-space: nowrap;
|
||||
|
||||
&:hover, &:focus {
|
||||
color: var(--ds-expandable-navbar-link-color-hover) !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user