Add some shadow

This commit is contained in:
cuom1999 2023-02-28 18:42:40 -06:00
parent d01f536935
commit cf31735e80
3 changed files with 13 additions and 1 deletions

View file

@ -511,7 +511,8 @@ ul.select2-selection__rendered {
border-top-left-radius: $widget_border_radius;
border-top-right-radius: $widget_border_radius;
padding: 0 5px !important;
padding-bottom: 1.5em !important;
margin-bottom: 1.5em !important;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.ws-closed {