feature: add notifications

This commit is contained in:
Clément
2018-11-12 18:51:08 +01:00
parent 2acda2369a
commit 07ebb1bc60
8 changed files with 35 additions and 10 deletions

View File

@ -92,9 +92,26 @@ h4 {
flex: 1 1 0px;
}
#notification {
#notifications-button {
@include icon(bell);
font-size: 1.5em;
cursor: pointer;
list-style-type: none;
}
#notifications{
position: absolute;
right: 0;
bottom: 0;
height: 0;
left: 0;
z-index: 1;
>div{
position: absolute;
top: 0;
right: 0;
}
}
#profile {