Add a white border around the badge to make it stand out if it overlaps the app icon

This commit is contained in:
Kenn Jacobsen
2018-10-24 20:15:17 +02:00
parent 634c2072ca
commit abcdfc27c5
@@ -52,10 +52,10 @@
top: 6px;
right: 6px;
min-width: 16px;
background-color: @turquoise-d1;
border-radius: 50%;
color: @white;
text-align: center;
background-color: @turquoise-d1;
border: 2px solid @white;
border-radius: 50%;
font-size: 10px;
font-weight: bold;
padding: 2px;