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
89970da3
Commit
89970da3
authored
7 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
Update input-btn-line-height vars to reassign global sm/lg vars
parent
4149cb2d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scss/_variables.scss
+3
-3
scss/_variables.scss
with
3 additions
and
3 deletions
+3
-3
scss/_variables.scss
+
3
-
3
View file @
89970da3
...
...
@@ -301,15 +301,15 @@ $table-dark-color: $body-bg !default;
$input-btn-padding-y
:
.375rem
!
default
;
$input-btn-padding-x
:
.75rem
!
default
;
$input-btn-line-height
:
1
.5
!
default
;
$input-btn-line-height
:
$line-height-base
!
default
;
$input-btn-padding-y-sm
:
.25rem
!
default
;
$input-btn-padding-x-sm
:
.5rem
!
default
;
$input-btn-line-height-sm
:
1
.5
!
default
;
$input-btn-line-height-sm
:
$line-height-sm
!
default
;
$input-btn-padding-y-lg
:
.5rem
!
default
;
$input-btn-padding-x-lg
:
1rem
!
default
;
$input-btn-line-height-lg
:
1
.5
!
default
;
$input-btn-line-height-lg
:
$line-height-lg
!
default
;
$btn-font-weight
:
$font-weight-normal
!
default
;
$btn-box-shadow
:
inset
0
1px
0
rgba
(
$white
,.
15
)
,
0
1px
1px
rgba
(
$black
,.
075
)
!
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