Commit 299390da authored by Marcel van Remmerden's avatar Marcel van Remmerden

Finish rebase process

parents 2ce35dae 14687bb9
...@@ -472,6 +472,22 @@ ...@@ -472,6 +472,22 @@
background-color: $blue-500; 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) { @include media-breakpoint-down(xs) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment