Added a notification bar

This commit is contained in:
Lars van Hijfte
2017-01-20 16:17:56 +01:00
parent 61c148e127
commit 173ef3e50c
6 changed files with 56 additions and 30 deletions

View File

@@ -42,4 +42,21 @@
height: 100%;
padding: 0;
text-align: left;
}
#notification-center {
left: auto;
width: 256px;
right: -256px;
}
#quick-links {
text-align: center;
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
#quick-links i {
color: #845663;
font-size: 42px;
padding: 7px;
}