Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
2c034cf5
Commit
2c034cf5
authored
9 years ago
by
Chris Rebert
Browse files
Options
Download
Email Patches
Plain Diff
Add $label-font-size variable in the name of not hardcoding values
[skip sauce] [skip validator]
parent
8358471a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
scss/_labels.scss
+1
-1
scss/_labels.scss
scss/_variables.scss
+1
-0
scss/_variables.scss
with
2 additions
and
1 deletion
+2
-1
scss/_labels.scss
+
1
-
1
View file @
2c034cf5
...
...
@@ -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
;
...
...
This diff is collapsed.
Click to expand it.
scss/_variables.scss
+
1
-
0
View file @
2c034cf5
...
...
@@ -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
;
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment