This commit adds the styles to unread notes counter.

Co-authored-by: Fernando Marichal <contacto@fernandomarichal.com>
This commit is contained in:
Fernando 2020-06-24 14:58:40 -03:00 committed by GitHub
parent 96f06a28ec
commit d1862b725c
1 changed files with 11 additions and 0 deletions

View File

@ -35,5 +35,16 @@
font-size: 20px;
line-height: 28px;
font-weight: 400;
span {
margin-left: $gap-small / 2;
background: $core-grey-dark-600;
border-radius: 13px;
color: $core-grey-light-200;
display: inline-block;
text-align: center;
width: 27px;
font-size: 16px;
vertical-align: top;
}
}
}