Skip to content

Commit

Permalink
yeti: reduce horizontal padding on inputs, closes thomaspark#806
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspark committed Mar 13, 2018
1 parent 719a14c commit 7614d3a
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion dist/yeti/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ $headings-font-weight: 300 !default;

// Buttons

$input-btn-padding-x: 1rem !default;
$input-btn-padding-x: 0.5rem !default;

$btn-font-weight: 300 !default;

Expand Down
14 changes: 7 additions & 7 deletions dist/yeti/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -1968,7 +1968,7 @@ pre code {
.form-control {
display: block;
width: 100%;
padding: 0.375rem 1rem;
padding: 0.375rem 0.5rem;
font-size: 0.9375rem;
line-height: 1.5;
color: #495057;
Expand Down Expand Up @@ -2484,7 +2484,7 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: 0.375rem 1rem;
padding: 0.375rem 0.5rem;
font-size: 0.9375rem;
line-height: 1.5;
border-radius: 0;
Expand Down Expand Up @@ -3433,8 +3433,8 @@ tbody.collapse.show {
}

.dropdown-toggle-split {
padding-right: 0.75rem;
padding-left: 0.75rem;
padding-right: 0.375rem;
padding-left: 0.375rem;
}

.dropdown-toggle-split::after {
Expand Down Expand Up @@ -3617,7 +3617,7 @@ tbody.collapse.show {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 0.375rem 1rem;
padding: 0.375rem 0.5rem;
margin-bottom: 0;
font-size: 0.9375rem;
font-weight: 400;
Expand Down Expand Up @@ -3871,7 +3871,7 @@ tbody.collapse.show {
left: 0;
z-index: 1;
height: calc(2.15625rem + 2px);
padding: 0.375rem 1rem;
padding: 0.375rem 0.5rem;
line-height: 1.5;
color: #495057;
background-color: #fff;
Expand All @@ -3887,7 +3887,7 @@ tbody.collapse.show {
z-index: 3;
display: block;
height: calc(calc(2.15625rem + 2px) - 1px * 2);
padding: 0.375rem 1rem;
padding: 0.375rem 0.5rem;
line-height: 1.5;
color: #495057;
content: "Browse";
Expand Down
2 changes: 1 addition & 1 deletion dist/yeti/bootstrap.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/4/yeti/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ $headings-font-weight: 300 !default;

// Buttons

$input-btn-padding-x: 1rem !default;
$input-btn-padding-x: 0.5rem !default;

$btn-font-weight: 300 !default;

Expand Down
14 changes: 7 additions & 7 deletions docs/4/yeti/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -1968,7 +1968,7 @@ pre code {
.form-control {
display: block;
width: 100%;
padding: 0.375rem 1rem;
padding: 0.375rem 0.5rem;
font-size: 0.9375rem;
line-height: 1.5;
color: #495057;
Expand Down Expand Up @@ -2484,7 +2484,7 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: 0.375rem 1rem;
padding: 0.375rem 0.5rem;
font-size: 0.9375rem;
line-height: 1.5;
border-radius: 0;
Expand Down Expand Up @@ -3433,8 +3433,8 @@ tbody.collapse.show {
}

.dropdown-toggle-split {
padding-right: 0.75rem;
padding-left: 0.75rem;
padding-right: 0.375rem;
padding-left: 0.375rem;
}

.dropdown-toggle-split::after {
Expand Down Expand Up @@ -3617,7 +3617,7 @@ tbody.collapse.show {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 0.375rem 1rem;
padding: 0.375rem 0.5rem;
margin-bottom: 0;
font-size: 0.9375rem;
font-weight: 400;
Expand Down Expand Up @@ -3871,7 +3871,7 @@ tbody.collapse.show {
left: 0;
z-index: 1;
height: calc(2.15625rem + 2px);
padding: 0.375rem 1rem;
padding: 0.375rem 0.5rem;
line-height: 1.5;
color: #495057;
background-color: #fff;
Expand All @@ -3887,7 +3887,7 @@ tbody.collapse.show {
z-index: 3;
display: block;
height: calc(calc(2.15625rem + 2px) - 1px * 2);
padding: 0.375rem 1rem;
padding: 0.375rem 0.5rem;
line-height: 1.5;
color: #495057;
content: "Browse";
Expand Down
2 changes: 1 addition & 1 deletion docs/4/yeti/bootstrap.min.css

Large diffs are not rendered by default.

0 comments on commit 7614d3a

Please sign in to comment.