Commit 24845799 authored by Marcel van Remmerden's avatar Marcel van Remmerden

Change sizes from px to variables

parent 596b0103
......@@ -475,9 +475,9 @@
.canary-badge {
.badge {
font-size: 12px;
line-height: 16px;
padding: 0 8px;
font-size: $gl-font-size-small;
line-height: $gl-line-height;
padding: 0 $grid-size;
}
&:hover {
......@@ -486,7 +486,7 @@
.badge {
text-decoration: none;
}
}
}
}
}
......
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