Add badge support to tabs

This commit is contained in:
gregoirenovel 2017-08-28 10:51:40 +02:00 committed by Mathieu Magnin
parent cc54fec629
commit 93cb2ec118
2 changed files with 24 additions and 4 deletions

View file

@ -27,12 +27,30 @@
a {
color: $blue;
}
.badge {
color: $blue;
}
}
&:hover {
a {
color: $blue;
}
.badge {
color: $blue;
}
}
.badge {
background-color: rgba(0, 0, 0, 0.08);
padding-left: 5px;
padding-right: 5px;
border-radius: 100px;
font-weight: bold;
color: rgba(0, 0, 0, 0.6);
font-size: 14px;
}
}
}