@@ -78,6 +78,32 @@ $icon-font-name: "glyphicons-halflings-regular" !default;
7878// ** Element ID within SVG icon file.
7979$icon-font-svg-id : " glyphicons_halflingsregular" !default ;
8080
81+ // == Type
82+ //
83+ // ##
84+
85+ // ** Horizontal offset for forms and lists.
86+ $component-offset-horizontal : 180px !default ;
87+ // ** Text muted color
88+ $text-muted : rgba (255 , 255 , 255 , 0.6 ) !default ;
89+ // ** Abbreviations and acronyms border color
90+ $abbr-border-color : $gray-light !default ;
91+ // ** Headings small color
92+ $headings-small-color : $gray-light !default ;
93+ // ** Blockquote small color
94+ $blockquote-small-color : rgba (255 , 255 , 255 , 0.6 ) !default ;
95+ // ** Blockquote font size
96+ $blockquote-font-size : ($font-size-base * 1.25 ) !default ;
97+ // ** Blockquote border color
98+ $blockquote-border-color : rgba (255 , 255 , 255 , 0.6 ) !default ;
99+ // ** Page header border color
100+ $page-header-border-color : darken ($body-bg , 5% ) !default ;
101+ // ** Width of horizontal description list titles
102+ $dl-horizontal-offset : $component-offset-horizontal !default ;
103+ // ** Horizontal line color.
104+ $hr-border : darken ($body-bg , 5% ) !default ;
105+
106+
81107
82108// == Components
83109//
@@ -221,13 +247,13 @@ $dropdown-divider-bg: #e5e5e5 !default;
221247$dropdown-link-color : $gray-dark !default ;
222248// ** Hover color for dropdown links.
223249$dropdown-link-hover-color : #fff !default ;
250+ // ** Active dropdown menu item background color.
251+ $dropdown-link-active-bg : $component-active-bg !default ;
224252// ** Hover background for dropdown links.
225253$dropdown-link-hover-bg : $dropdown-link-active-bg !default ;
226254
227255// ** Active dropdown menu item text color.
228256$dropdown-link-active-color : #fff !default ;
229- // ** Active dropdown menu item background color.
230- $dropdown-link-active-bg : $component-active-bg !default ;
231257
232258// ** Disabled dropdown menu item background color.
233259$dropdown-link-disabled-color : $gray-lighter !default ;
@@ -683,14 +709,14 @@ $panel-body-padding: 15px !default;
683709$panel-heading-padding : 10px 15px !default ;
684710$panel-footer-padding : $panel-heading-padding !default ;
685711$panel-border-radius : $border-radius-base !default ;
712+ $panel-default-heading-bg : lighten ($body-bg , 15% ) !default ;
686713
687714// ** Border color for elements within panels
688715$panel-inner-border : darken ($body-bg , 5% ) !default ;
689716$panel-footer-bg : $panel-default-heading-bg !default ;
690717
691718$panel-default-text : #fff !default ;
692719$panel-default-border : darken ($body-bg , 5% ) !default ;
693- $panel-default-heading-bg : lighten ($body-bg , 15% ) !default ;
694720
695721$panel-primary-text : #fff !default ;
696722$panel-primary-border : $brand-primary !default ;
@@ -815,31 +841,3 @@ $pre-bg: #f5f5f5 !default;
815841$pre-color : $gray-dark !default ;
816842$pre-border-color : #ccc !default ;
817843$pre-scrollable-max-height : 340px !default ;
818-
819-
820- // == Type
821- //
822- // ##
823-
824- // ** Horizontal offset for forms and lists.
825- $component-offset-horizontal : 180px !default ;
826- // ** Text muted color
827- $text-muted : rgba (255 , 255 , 255 , 0.6 ) !default ;
828- // ** Abbreviations and acronyms border color
829- $abbr-border-color : $gray-light !default ;
830- // ** Headings small color
831- $headings-small-color : $gray-light !default ;
832- // ** Blockquote small color
833- $blockquote-small-color : rgba (255 , 255 , 255 , 0.6 ) !default ;
834- // ** Blockquote font size
835- $blockquote-font-size : ($font-size-base * 1.25 ) !default ;
836- // ** Blockquote border color
837- $blockquote-border-color : rgba (255 , 255 , 255 , 0.6 ) !default ;
838- // ** Page header border color
839- $page-header-border-color : darken ($body-bg , 5% ) !default ;
840- // ** Width of horizontal description list titles
841- $dl-horizontal-offset : $component-offset-horizontal !default ;
842- // ** Horizontal line color.
843- $hr-border : darken ($body-bg , 5% ) !default ;
844-
845-
0 commit comments