feature: add notifications
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user