Style the unread message as a badge

This commit is contained in:
Torjus
2018-07-12 17:39:53 +02:00
parent 8d9436a10e
commit 9af194769b
2 changed files with 18 additions and 2 deletions
+13 -1
View File
@@ -63,7 +63,7 @@
> label {
order: 1;
display: block;
padding: 1vmin 0 1vmin 0;
padding: 1vmin 0 0.8vmin 0;
cursor: pointer;
background: rgba(#000, 0.3);
font-weight: bold;
@@ -72,6 +72,18 @@
width: 33.33%;
font-size: 1.3vmin;
height: 3vmin;
> .badge {
padding: 0.1vmin 1vmin;
text-align: center;
font-weight: 300;
font-size: 1.2vmin;
color: #fff;
background-color: #b12525;
border-radius: 2px;
margin-left: 1vmin;
}
}
> .tab {