css: add box shadow to notice boxes.
Add a box shadow to the floating notice boxes that appear at the top of the screen to show info or error messages.
This commit is contained in:
@@ -5,6 +5,7 @@ div#notice {
|
||||
left: 25%;
|
||||
width: 50%;
|
||||
z-index: 9999;
|
||||
box-shadow: var(--shadow-lg);
|
||||
|
||||
a#close-notice-link {
|
||||
position: absolute;
|
||||
|
||||
Reference in New Issue
Block a user