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

Change sizes from px to variables

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