Navigation: Fix notification number

This commit is contained in:
Pablo Vazquez 2018-09-19 19:43:49 +02:00
parent d347ddac2c
commit aef2cf8c2d

View File

@ -61,12 +61,12 @@
#notifications-count
align-items: center
background-color: $color-secondary
background-color: #f42942
border-radius: 50%
color: white
display: flex
font:
size: .5em
size: $font-size-xxs
weight: bolder
family: sans-serif
height: 18px
@ -74,14 +74,20 @@
opacity: 0
padding: 0
position: absolute
right: 14px
right: 0
text-align: center
top: 10px
top: 8px
transform: scale(0)
transition: transform 250ms ease-in-out
user-select: none
width: 18px
/* The actual number. */
span
position: relative
top: 0
#notifications-list
list-style-type: none