[O] Add a glowing effect to the panel

This commit is contained in:
Hykilpikonna
2019-08-21 14:30:24 +08:00
parent c4561d11a1
commit ff82c3811f
+2 -1
View File
@@ -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%);