notification on bell added
This commit is contained in:
parent
aacada4ae7
commit
d01e288c31
@ -10,6 +10,8 @@
|
|||||||
|
|
||||||
details
|
details
|
||||||
summary#notifications-button
|
summary#notifications-button
|
||||||
|
div.menu-notification
|
||||||
|
div 7
|
||||||
#notifications
|
#notifications
|
||||||
include page-notifications.pug
|
include page-notifications.pug
|
||||||
|
|
||||||
|
@ -37,6 +37,13 @@
|
|||||||
font-size: 2em;
|
font-size: 2em;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
|
position: relative;
|
||||||
|
|
||||||
|
.menu-notification {
|
||||||
|
position: absolute;
|
||||||
|
top: -3px;
|
||||||
|
left: 3px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#notifications {
|
#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 {
|
.layer {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
|
@ -149,7 +149,7 @@ sib-router {
|
|||||||
letter-spacing: 0.17px;
|
letter-spacing: 0.17px;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
|
/*
|
||||||
.menu-notification {
|
.menu-notification {
|
||||||
//flex-basis: 3em;
|
//flex-basis: 3em;
|
||||||
width: 2em;
|
width: 2em;
|
||||||
@ -172,7 +172,7 @@ sib-router {
|
|||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
&[id-prefix] {
|
&[id-prefix] {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user