mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-16 14:33:03 +00:00
22 lines
396 B
SCSS
22 lines
396 B
SCSS
.loginDropdownMenu, .logoutDropdownMenu {
|
|
min-width: 330px;
|
|
z-index: 1002;
|
|
}
|
|
|
|
.loginDropdownMenu {
|
|
min-height: 260px;
|
|
}
|
|
|
|
.dropdown-item.active, .dropdown-item:active,
|
|
.dropdown-item:hover, .dropdown-item:focus {
|
|
background-color: transparent !important;
|
|
}
|
|
|
|
.dropdown-toggle {
|
|
color: var(--ds-header-icon-color);
|
|
|
|
&:hover, &:focus {
|
|
color: var(--ds-header-icon-color-hover);
|
|
}
|
|
}
|