Finish rebase process

This commit is contained in:
Marcel van Remmerden 2019-05-13 13:43:57 -05:00
commit 299390dabf
1 changed files with 16 additions and 0 deletions

View File

@ -472,6 +472,22 @@
background-color: $blue-500;
}
}
.canary-badge {
.badge {
font-size: $gl-font-size-small;
line-height: $gl-line-height;
padding: 0 $grid-size;
}
&:hover {
text-decoration: none;
.badge {
text-decoration: none;
}
}
}
}
@include media-breakpoint-down(xs) {