Skip to content

Commit

Permalink
NBBIB-372 Add drop shadow to dropdown boxes
Browse files Browse the repository at this point in the history
  • Loading branch information
camilocodes committed May 24, 2024
1 parent 48fb47f commit e8db8e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion custom/themes/bs5_nbbib_lib_unb_ca/src/scss/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,8 @@ html {
ul.dropdown-menu,
div.dropbutton-widget {
background-color: $light !important;
border: 1px solid $base-200 !important;
border: 1px solid $base-150 !important;
box-shadow: -2px 4px 12px $base-200 !important;
a:hover {
background-color: $light !important;
}
Expand Down

0 comments on commit e8db8e6

Please sign in to comment.