update: test badge removal

This commit is contained in:
Matthieu Fesselier
2020-03-12 08:53:39 +01:00
parent fe641dcae7
commit 6983039f9e
3 changed files with 68 additions and 1 deletions

View File

@ -225,3 +225,20 @@
}
}
}
// Temporary fix for badges
sib-fix-badge {
display: none;
box-sizing: border-box;
font-family: sans-serif;
font-size: 12px;
background-color: var(--sib-notifications-theme, gray);
color: #36383a;
border-radius: 50%;
line-height: 20px;
width: 20px;
height: 20px;
text-align: center;
font-weight: bold;
padding-bottom: 0;
}