bell icon

This commit is contained in:
Devin Howard 2016-11-24 16:43:26 -05:00
parent 79a3059ca3
commit 93ad92f7e8
3 changed files with 25 additions and 6 deletions

BIN
app/assets/images/user_sprite.png Executable file → Normal file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

View file

@ -838,7 +838,7 @@ label {
background-position: 0 -32px;
}
.accountNotifications .accountIcon {
background-position: 0 0; /* TODO get a real icon */
background-position: 0 -128px;
}
.accountInvite .accountIcon {
background-position: 0 -64px;

View file

@ -214,7 +214,7 @@
}
#mobile_menu {
display: none;
display: none;
background: #EEE;
position: fixed;
top: 50px;
@ -222,11 +222,30 @@
padding: 10px;
width: 200px;
box-shadow: 3px 3px 3px rgba(0,0,0,0.23), 3px 3px 3px rgba(0,0,0,0.16);
}
#mobile_menu li {
padding: 10px;
list-style: none;
#menu_icon .unread-notifications-dot {
top: 5px;
left: 29px;
width: 12px;
height: 12px;
border: 3px solid #eee;
}
li {
padding: 10px;
list-style: none;
&.notifications {
position: relative;
}
.unread-notifications-dot {
top: 4px;
right: 4px;
}
}
}
/*