Darken + add transparency to counter badges
This commit is contained in:
parent
df77a93758
commit
8ff7e89cac
1 changed files with 1 additions and 1 deletions
|
@ -245,7 +245,7 @@ body.small-nav {
|
||||||
/* Utility for styling notification numbers */
|
/* Utility for styling notification numbers */
|
||||||
|
|
||||||
.count-number {
|
.count-number {
|
||||||
background: lighten($green, 30%);
|
background: transparentize(lighten($green, 25%), .25);
|
||||||
color: $gray-800;
|
color: $gray-800;
|
||||||
font-weight: $font-weight-normal;
|
font-weight: $font-weight-normal;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue