Initial commit

This commit is contained in:
Erik Reider
2021-07-27 21:58:52 +02:00
parent 62c2140b10
commit 7506f2adb1
28 changed files with 3299 additions and 0 deletions

34
src/style.css Normal file
View File

@@ -0,0 +1,34 @@
.notification-parent:first-child {
margin-top: 6px;
}
.notification-parent:last-child {
margin-bottom: 12px;
}
.notification {
background: rgb(58, 58, 58);
padding: 6px;
border-radius: 10px;
}
.notification-box {
border-radius: 10px;
margin: 6px 12px;
box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.5);
}
.notification-close-button {
background-color: black;
box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.3);
margin: 0 4px;
padding: 6px;
border-radius: 100%;
}
.cc {
background-color: rgba(0, 0, 0, 0.7);
}
.noti-base {
background-color: transparent;
}