Added notifications - (WIP, boilerplate)

This commit is contained in:
Isaac Abadi
2022-11-24 14:54:08 -05:00
parent 1c6b7815fe
commit 5e08ca004a
16 changed files with 333 additions and 4 deletions

View File

@@ -0,0 +1,9 @@
.notification-divider {
margin-bottom: 10px;
margin-top: 10px;
}
.notification-title {
margin-bottom: 6px;
text-align: center
}