Commit 2c034cf5 authored by Chris Rebert's avatar Chris Rebert
Browse files

Add $label-font-size variable in the name of not hardcoding values

[skip sauce]
[skip validator]
parent 8358471a
Showing with 2 additions and 1 deletion
+2 -1
......@@ -6,7 +6,7 @@
.label {
display: inline-block;
padding: $label-padding-y $label-padding-x;
font-size: 75%;
font-size: $label-font-size;
font-weight: $label-font-weight;
line-height: 1;
color: $label-color;
......
......@@ -618,6 +618,7 @@ $label-danger-bg: $brand-danger !default;
$label-color: #fff !default;
$label-link-hover-color: #fff !default;
$label-font-size: 75% !default;
$label-font-weight: bold !default;
$label-padding-x: .4em !default;
$label-padding-y: .25em !default;
......
Supports Markdown
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