[O] Add a glowing effect to the panel
This commit is contained in:
@@ -43,7 +43,8 @@
|
||||
// Borders
|
||||
padding: 15px;
|
||||
border-radius: 10px;
|
||||
box-shadow: 0 0 4px black;
|
||||
box-shadow: 0 0 20px 0 white;
|
||||
border: 1px solid #DCDFE6;
|
||||
|
||||
// Vertical center
|
||||
transform: translateY(50%);
|
||||
|
||||
Reference in New Issue
Block a user