Skip to content
This repository was archived by the owner on Jan 8, 2023. It is now read-only.

Commit 21c836c

Browse files
committed
[WIP #64] Support bootstrap 3.2.9 / Amelia
1 parent 2223d66 commit 21c836c

File tree

2 files changed

+37
-42
lines changed

2 files changed

+37
-42
lines changed

vendor/assets/stylesheets/bootswatch/amelia/_bootswatch.scss

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,21 @@
66

77
// Navbar =====================================================================
88

9-
.navbar {
10-
11-
.navbar-brand {
12-
font-family: 'Lobster', cursive;
13-
}
9+
.navbar-brand {
10+
font-family: 'Lobster', cursive;
11+
}
1412

15-
.navbar-default {
16-
.badge {
17-
background-color: #fff;
18-
color: $navbar-default-bg;
19-
}
13+
.navbar-default {
14+
.badge {
15+
background-color: #fff;
16+
color: $navbar-default-bg;
2017
}
2118
}
2219

2320
// Buttons ====================================================================
2421

2522
.btn {
26-
23+
2724
.caret {
2825
border-top-color: #fff;
2926
}

vendor/assets/stylesheets/bootswatch/amelia/_variables.scss

Lines changed: 29 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)