mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-20 12:21:35 +02:00
Remove var
This commit is contained in:
@@ -317,7 +317,8 @@ input[type="checkbox"] {
|
|||||||
.has-feedback label {
|
.has-feedback label {
|
||||||
|
|
||||||
~ .form-control-feedback {
|
~ .form-control-feedback {
|
||||||
top: ($line-height-computed + 5); // Height of the `label` and its margin
|
// TODO: redo this since we nuked the `$line-height-computed`
|
||||||
|
top: 0; // Height of the `label` and its margin
|
||||||
}
|
}
|
||||||
|
|
||||||
&.sr-only ~ .form-control-feedback {
|
&.sr-only ~ .form-control-feedback {
|
||||||
|
@@ -83,9 +83,6 @@ $font-size-h6: 1rem !default;
|
|||||||
|
|
||||||
$line-height: 1.5 !default;
|
$line-height: 1.5 !default;
|
||||||
|
|
||||||
// TODO: nuke this
|
|
||||||
$line-height-computed: 1 !default;
|
|
||||||
|
|
||||||
$headings-font-family: inherit !default;
|
$headings-font-family: inherit !default;
|
||||||
$headings-font-weight: 500 !default;
|
$headings-font-weight: 500 !default;
|
||||||
$headings-line-height: 1.1 !default;
|
$headings-line-height: 1.1 !default;
|
||||||
@@ -286,7 +283,7 @@ $container-max-widths: (
|
|||||||
|
|
||||||
// Basics of a navbar
|
// Basics of a navbar
|
||||||
// $navbar-height: 50px !default;
|
// $navbar-height: 50px !default;
|
||||||
$navbar-margin-bottom: $line-height-computed !default;
|
$navbar-margin-bottom: $spacer-y !default;
|
||||||
$navbar-border-radius: $border-radius !default;
|
$navbar-border-radius: $border-radius !default;
|
||||||
$navbar-padding-horizontal: $spacer !default;
|
$navbar-padding-horizontal: $spacer !default;
|
||||||
$navbar-padding-vertical: ($spacer / 2) !default;
|
$navbar-padding-vertical: ($spacer / 2) !default;
|
||||||
|
Reference in New Issue
Block a user