|
6 | 6 | // To use, include this reset before all other Bootstrap references |
7 | 7 | // within the consuming application or package's pipeline. |
8 | 8 |
|
9 | | -@import "~bootstrap/scss/bootstrap-reboot"; |
| 9 | +@import "~bootstrap/scss/reboot"; |
10 | 10 | @import "edx/_theme"; |
11 | 11 |
|
12 | 12 | // The Open edX platform's legacy base font size is 62.5%. This |
@@ -43,21 +43,18 @@ $input-btn-padding-y-sm: $input-btn-padding-y-sm / $base-rem-size; |
43 | 43 | $input-btn-padding-x-lg: $input-btn-padding-x-lg / $base-rem-size; |
44 | 44 | $input-btn-padding-y-lg: $input-btn-padding-y-lg / $base-rem-size; |
45 | 45 | $form-text-margin-top: $form-text-margin-top / $base-rem-size; |
46 | | -$form-check-margin-bottom: $form-check-margin-bottom / $base-rem-size; |
47 | 46 | $form-check-input-gutter: $form-check-input-gutter / $base-rem-size; |
48 | 47 | $form-check-input-margin-y: $form-check-input-margin-y / $base-rem-size; |
49 | 48 | $form-check-input-margin-x: $form-check-input-margin-x / $base-rem-size; |
50 | 49 | $form-check-inline-margin-x: $form-check-inline-margin-x / $base-rem-size; |
51 | 50 | $custom-control-gutter: $custom-control-gutter / $base-rem-size; |
52 | 51 | $custom-control-spacer-x: $custom-control-spacer-x / $base-rem-size; |
53 | | -$custom-control-spacer-y: $custom-control-spacer-y / $base-rem-size; |
54 | 52 | $custom-control-indicator-size: $custom-control-indicator-size / $base-rem-size; |
55 | 53 | $custom-control-indicator-box-shadow: $custom-control-indicator-box-shadow / $base-rem-size; |
56 | 54 | $custom-select-padding-x: $custom-select-padding-x / $base-rem-size; |
57 | 55 | $custom-select-padding-y: $custom-select-padding-y / $base-rem-size; |
58 | 56 | $custom-select-indicator-padding: $custom-select-indicator-padding / $base-rem-size; |
59 | 57 | $custom-file-height: $custom-file-height / $base-rem-size; |
60 | | -$custom-file-width: $custom-file-width / $base-rem-size; |
61 | 58 | $custom-file-focus-box-shadow: $custom-file-focus-box-shadow / $base-rem-size; |
62 | 59 | $custom-file-padding-x: $custom-file-padding-x / $base-rem-size; |
63 | 60 | $custom-file-padding-y: $custom-file-padding-y / $base-rem-size; |
@@ -94,5 +91,5 @@ $thumbnail-padding: $thumbnail-padding / $base-rem-size; |
94 | 91 | $breadcrumb-padding-y: $breadcrumb-padding-y / $base-rem-size; |
95 | 92 | $breadcrumb-padding-x: $breadcrumb-padding-x / $base-rem-size; |
96 | 93 | $breadcrumb-item-padding: $breadcrumb-item-padding / $base-rem-size; |
97 | | -$code-padding-x: $code-padding-x / $base-rem-size; |
98 | | -$code-padding-y: $code-padding-y / $base-rem-size; |
| 94 | +$kbd-padding-x: $code-padding-x / $base-rem-size; |
| 95 | +$kbd-padding-y: $code-padding-y / $base-rem-size; |
0 commit comments