19 lines
340 B
CSS
19 lines
340 B
CSS
/* * { */
|
|
/* margin: 20px; */
|
|
/* } */
|
|
|
|
/* .notification { */
|
|
/* border-radius: 12px; */
|
|
/* background-color: rgba(40, 40, 40, 0.9); */
|
|
/* border: 1px solid #4e4e4e; */
|
|
/* } */
|
|
/**/
|
|
/* .notification-title { */
|
|
/* color: #ffffff; */
|
|
/* font-weight: bold; */
|
|
/* } */
|
|
/**/
|
|
/* .notification-body { */
|
|
/* color: #d1d1d1; */
|
|
/* } */
|