Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
609c1ac2
Commit
609c1ac2
authored
Aug 17, 2015
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tighten up padding on inputs and buttons, disable fixed heights for now
parent
34f24ddd
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
scss/_variables.scss
scss/_variables.scss
+5
-5
No files found.
scss/_variables.scss
View file @
609c1ac2
...
...
@@ -213,7 +213,7 @@ $table-border-color: $gray-lighter !default;
// For each of Bootstrap's buttons, define text, background and border color.
$btn-padding-x
:
1rem
;
$btn-padding-y
:
.5rem
;
$btn-padding-y
:
.
37
5rem
;
$btn-font-weight
:
normal
!
default
;
$btn-primary-color
:
#fff
!
default
;
...
...
@@ -243,9 +243,9 @@ $btn-danger-border: $btn-danger-bg !default;
$btn-link-disabled-color
:
$gray-light
!
default
;
$btn-padding-x-sm
:
.75rem
!
default
;
$btn-padding-y-sm
:
.2
7
5rem
!
default
;
$btn-padding-y-sm
:
.25rem
!
default
;
$btn-padding-x-lg
:
1
.5rem
!
default
;
$btn-padding-x-lg
:
1
.
2
5rem
!
default
;
$btn-padding-y-lg
:
.75rem
!
default
;
// Allows for customizing button radius independently from global border radius
...
...
@@ -257,7 +257,7 @@ $btn-border-radius-sm: $border-radius-sm;
// Forms
$input-padding-x
:
.75rem
!
default
;
$input-padding-y
:
.5rem
!
default
;
$input-padding-y
:
.
37
5rem
!
default
;
$input-bg
:
#fff
!
default
;
$input-bg-disabled
:
$gray-lighter
!
default
;
...
...
@@ -278,7 +278,7 @@ $input-color-placeholder: #999 !default;
$input-padding-x-sm
:
.75rem
!
default
;
$input-padding-y-sm
:
.275rem
!
default
;
$input-padding-x-lg
:
1
.5rem
!
default
;
$input-padding-x-lg
:
1
.
2
5rem
!
default
;
$input-padding-y-lg
:
.75rem
!
default
;
$input-height
:
((
$font-size-base
*
$line-height
)
+
(
$input-padding-y
*
2
)
+
(
$border-width
*
2
))
!
default
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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