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%;
|
left: 25%;
|
||||||
width: 50%;
|
width: 50%;
|
||||||
z-index: 9999;
|
z-index: 9999;
|
||||||
|
box-shadow: var(--shadow-lg);
|
||||||
|
|
||||||
a#close-notice-link {
|
a#close-notice-link {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|||||||
Reference in New Issue
Block a user