Skip to content
Snippets Groups Projects
Commit d01e288c authored by Gaelle Morin's avatar Gaelle Morin
Browse files

notification on bell added

parent aacada4a
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,8 @@
details
summary#notifications-button
div.menu-notification
div 7
#notifications
include page-notifications.pug
......
......@@ -37,6 +37,13 @@
font-size: 2em;
cursor: pointer;
list-style-type: none;
position: relative;
.menu-notification {
position: absolute;
top: -3px;
left: 3px;
}
}
#notifications {
......
......@@ -140,6 +140,29 @@ h4 {
}
*/
.menu-notification {
//flex-basis: 3em;
width: 2em;
flex-shrink: 0;
flex-grow: 0;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
> div {
color: $color-black;
display: flex;
justify-content: center;
align-items: center;
width: 1.7em;
height: 1.7em;
border-radius: 100%;
background-color: $color-yellow-light;
font-size: 12px;
}
}
.layer {
position: absolute;
bottom: 0;
......
......@@ -149,7 +149,7 @@ sib-router {
letter-spacing: 0.17px;
font-size: 16px;
}
/*
.menu-notification {
//flex-basis: 3em;
width: 2em;
......@@ -172,7 +172,7 @@ sib-router {
font-size: 12px;
}
}
*/
&[id-prefix] {
display: none;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment