Skip to content
GitLab
Explore
Projects
Groups
Snippets
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
49954d5e
Commit
49954d5e
authored
7 years ago
by
Andres Galante
Committed by
XhmikosR
7 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Create a variable for label margin bottom (#25561)
parent
54a43a72
4 merge requests
!28721
Hot test
,
!27561
Adds font-weight-medium to font weight classes
,
!23207
#22402 : modal: new autofocus & keyboardBtnNav options
,
!17021
v4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
scss/_reboot.scss
+1
-1
scss/_reboot.scss
scss/_variables.scss
+2
-0
scss/_variables.scss
with
3 additions
and
1 deletion
+3
-1
scss/_reboot.scss
+
1
-
1
View file @
49954d5e
...
...
@@ -309,7 +309,7 @@ th {
label
{
// Allow labels to use `margin` for spacing.
display
:
inline-block
;
margin-bottom
:
.5re
m
;
margin-bottom
:
$label-margin-botto
m
;
}
// Remove the default `border-radius` that macOS Chrome adds.
...
...
This diff is collapsed.
Click to expand it.
scss/_variables.scss
+
2
-
0
View file @
49954d5e
...
...
@@ -383,6 +383,8 @@ $btn-transition: color .15s ease-in-out, background-color .15s ease
// Forms
$label-margin-bottom
:
.5rem
!
default
;
$input-padding-y
:
$input-btn-padding-y
!
default
;
$input-padding-x
:
$input-btn-padding-x
!
default
;
$input-line-height
:
$input-btn-line-height
!
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
Menu
Explore
Projects
Groups
Snippets