Badged notification added

This commit is contained in:
Eudes Inácio
2021-08-19 18:28:00 +01:00
parent 6d13772720
commit 69e7c67d80
4 changed files with 77 additions and 34 deletions
+13
View File
@@ -39,6 +39,19 @@
border: none !important;
}
.icon-badge {
background-color: red;
font-size: 12px;
color: white;
text-align: center;
width:20px;
height:20px;
border-radius: 35%;
position: absolute; /* changed */
top: 5px; /* changed */
right: 27px; /* changed */
}
.profile-text{
font-size: 20px;
font-weight: 300;