bootswatch-sass 3.3.5 → 3.3.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/assets/javascripts/bootstrap.js +2 -2
- data/assets/javascripts/bootstrap/affix.js +2 -2
- data/assets/javascripts/bootstrap/alert.js +2 -2
- data/assets/javascripts/bootstrap/button.js +2 -2
- data/assets/javascripts/bootstrap/carousel.js +2 -2
- data/assets/javascripts/bootstrap/collapse.js +2 -2
- data/assets/javascripts/bootstrap/dropdown.js +4 -4
- data/assets/javascripts/bootstrap/modal.js +2 -2
- data/assets/javascripts/bootstrap/popover.js +2 -2
- data/assets/javascripts/bootstrap/scrollspy.js +2 -2
- data/assets/javascripts/bootstrap/tab.js +2 -2
- data/assets/javascripts/bootstrap/tooltip.js +2 -2
- data/assets/javascripts/bootstrap/transition.js +1 -1
- data/assets/stylesheets/_bootstrap.scss +1 -1
- data/assets/stylesheets/bootstrap/_breadcrumbs.scss +3 -1
- data/assets/stylesheets/bootstrap/_button-groups.scss +2 -2
- data/assets/stylesheets/bootstrap/_carousel.scss +7 -6
- data/assets/stylesheets/bootstrap/_forms.scss +9 -3
- data/assets/stylesheets/bootstrap/_glyphicons.scss +2 -2
- data/assets/stylesheets/bootstrap/_input-groups.scss +7 -3
- data/assets/stylesheets/bootstrap/_jumbotron.scss +2 -0
- data/assets/stylesheets/bootstrap/_modals.scss +1 -1
- data/assets/stylesheets/bootstrap/_pagination.scss +2 -2
- data/assets/stylesheets/bootstrap/_theme.scss +1 -1
- data/assets/stylesheets/bootstrap/_type.scss +1 -1
- data/assets/stylesheets/bootstrap/_variables.scss +2 -0
- data/assets/stylesheets/bootstrap/mixins/_buttons.scss +1 -4
- data/assets/stylesheets/bootstrap/mixins/_grid.scss +2 -2
- data/assets/stylesheets/bootstrap/mixins/_hide-text.scss +1 -1
- data/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss +2 -2
- data/assets/stylesheets/cerulean/_variables.scss +4 -2
- data/assets/stylesheets/cosmo/_bootswatch.scss +2 -1
- data/assets/stylesheets/cosmo/_variables.scss +3 -1
- data/assets/stylesheets/cyborg/_bootswatch.scss +9 -1
- data/assets/stylesheets/cyborg/_variables.scss +3 -1
- data/assets/stylesheets/darkly/_bootswatch.scss +2 -1
- data/assets/stylesheets/darkly/_variables.scss +3 -1
- data/assets/stylesheets/flatly/_bootswatch.scss +3 -2
- data/assets/stylesheets/flatly/_variables.scss +3 -1
- data/assets/stylesheets/journal/_bootswatch.scss +2 -1
- data/assets/stylesheets/journal/_variables.scss +3 -1
- data/assets/stylesheets/lumen/_bootswatch.scss +11 -8
- data/assets/stylesheets/lumen/_variables.scss +7 -5
- data/assets/stylesheets/paper/_bootswatch.scss +53 -26
- data/assets/stylesheets/paper/_variables.scss +5 -3
- data/assets/stylesheets/readable/_bootswatch.scss +3 -2
- data/assets/stylesheets/readable/_variables.scss +3 -1
- data/assets/stylesheets/sandstone/_bootswatch.scss +2 -1
- data/assets/stylesheets/sandstone/_variables.scss +3 -1
- data/assets/stylesheets/simplex/_bootswatch.scss +2 -1
- data/assets/stylesheets/simplex/_variables.scss +3 -1
- data/assets/stylesheets/slate/_variables.scss +3 -1
- data/assets/stylesheets/spacelab/_bootswatch.scss +6 -1
- data/assets/stylesheets/spacelab/_variables.scss +3 -1
- data/assets/stylesheets/superhero/_bootswatch.scss +8 -19
- data/assets/stylesheets/superhero/_variables.scss +5 -3
- data/assets/stylesheets/united/_bootswatch.scss +2 -1
- data/assets/stylesheets/united/_variables.scss +3 -1
- data/assets/stylesheets/yeti/_bootswatch.scss +6 -3
- data/assets/stylesheets/yeti/_variables.scss +3 -1
- data/lib/bootswatch-sass/version.rb +1 -1
- metadata +3 -3
@@ -1,5 +1,5 @@
|
|
1
1
|
$bootstrap-sass-asset-helper: false !default;
|
2
|
-
// Paper 3.3.
|
2
|
+
// Paper 3.3.6
|
3
3
|
// Variables
|
4
4
|
// --------------------------------------------------
|
5
5
|
|
@@ -145,9 +145,9 @@ $table-border-color: #ddd !default;
|
|
145
145
|
|
146
146
|
$btn-font-weight: normal !default;
|
147
147
|
|
148
|
-
$btn-default-color:
|
148
|
+
$btn-default-color: #444 !default;
|
149
149
|
$btn-default-bg: #fff !default;
|
150
|
-
$btn-default-border:
|
150
|
+
$btn-default-border: transparent !default;
|
151
151
|
|
152
152
|
$btn-primary-color: #fff !default;
|
153
153
|
$btn-primary-bg: $brand-primary !default;
|
@@ -864,5 +864,7 @@ $blockquote-border-color: $gray-lighter !default;
|
|
864
864
|
$page-header-border-color: $gray-lighter !default;
|
865
865
|
//** Width of horizontal description list titles
|
866
866
|
$dl-horizontal-offset: $component-offset-horizontal !default;
|
867
|
+
//** Point at which .dl-horizontal becomes horizontal
|
868
|
+
$dl-horizontal-breakpoint: $grid-float-breakpoint !default;
|
867
869
|
//** Horizontal line color.
|
868
870
|
$hr-border: $gray-lighter !default;
|
@@ -2,7 +2,8 @@
|
|
2
2
|
// Bootswatch
|
3
3
|
// -----------------------------------------------------
|
4
4
|
|
5
|
-
|
5
|
+
$web-font-path: "https://fonts.googleapis.com/css?family=Raleway:400,700" !default;
|
6
|
+
@import url($web-font-path);
|
6
7
|
|
7
8
|
// Navbar =====================================================================
|
8
9
|
|
@@ -55,7 +56,7 @@
|
|
55
56
|
}
|
56
57
|
}
|
57
58
|
|
58
|
-
@media (max-width: $grid-float-breakpoint - 1) {
|
59
|
+
@media (max-width: ($grid-float-breakpoint - 1)) {
|
59
60
|
.navbar {
|
60
61
|
.navbar-nav > li > a {
|
61
62
|
margin: 0;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
$bootstrap-sass-asset-helper: false !default;
|
2
|
-
// Readable 3.3.
|
2
|
+
// Readable 3.3.6
|
3
3
|
// Variables
|
4
4
|
// --------------------------------------------------
|
5
5
|
|
@@ -864,5 +864,7 @@ $blockquote-border-color: $brand-primary !default;
|
|
864
864
|
$page-header-border-color: #ddd !default;
|
865
865
|
//** Width of horizontal description list titles
|
866
866
|
$dl-horizontal-offset: $component-offset-horizontal !default;
|
867
|
+
//** Point at which .dl-horizontal becomes horizontal
|
868
|
+
$dl-horizontal-breakpoint: $grid-float-breakpoint !default;
|
867
869
|
//** Horizontal line color.
|
868
870
|
$hr-border: $gray-lighter !default;
|
@@ -2,7 +2,8 @@
|
|
2
2
|
// Bootswatch
|
3
3
|
// -----------------------------------------------------
|
4
4
|
|
5
|
-
|
5
|
+
$web-font-path: "https://fonts.googleapis.com/css?family=Roboto:400,500" !default;
|
6
|
+
@import url($web-font-path);
|
6
7
|
|
7
8
|
// Navbar =====================================================================
|
8
9
|
|
@@ -1,5 +1,5 @@
|
|
1
1
|
$bootstrap-sass-asset-helper: false !default;
|
2
|
-
// Sandstone 3.3.
|
2
|
+
// Sandstone 3.3.6
|
3
3
|
// Variables
|
4
4
|
// --------------------------------------------------
|
5
5
|
|
@@ -864,5 +864,7 @@ $blockquote-border-color: $gray-light !default;
|
|
864
864
|
$page-header-border-color: $gray-lighter !default;
|
865
865
|
//** Width of horizontal description list titles
|
866
866
|
$dl-horizontal-offset: $component-offset-horizontal !default;
|
867
|
+
//** Point at which .dl-horizontal becomes horizontal
|
868
|
+
$dl-horizontal-breakpoint: $grid-float-breakpoint !default;
|
867
869
|
//** Horizontal line color.
|
868
870
|
$hr-border: $gray-lighter !default;
|
@@ -2,7 +2,8 @@
|
|
2
2
|
// Bootswatch
|
3
3
|
// -----------------------------------------------------
|
4
4
|
|
5
|
-
|
5
|
+
$web-font-path: "https://fonts.googleapis.com/css?family=Open+Sans:400,700" !default;
|
6
|
+
@import url($web-font-path);
|
6
7
|
|
7
8
|
@mixin btn-shadow($color){
|
8
9
|
@include gradient-vertical-three-colors(lighten($color, 3%), $color, 6%, darken($color, 3%));
|
@@ -1,5 +1,5 @@
|
|
1
1
|
$bootstrap-sass-asset-helper: false !default;
|
2
|
-
// Simplex 3.3.
|
2
|
+
// Simplex 3.3.6
|
3
3
|
// Variables
|
4
4
|
// --------------------------------------------------
|
5
5
|
|
@@ -864,5 +864,7 @@ $blockquote-border-color: $gray-lighter !default;
|
|
864
864
|
$page-header-border-color: $gray-lighter !default;
|
865
865
|
//** Width of horizontal description list titles
|
866
866
|
$dl-horizontal-offset: $component-offset-horizontal !default;
|
867
|
+
//** Point at which .dl-horizontal becomes horizontal
|
868
|
+
$dl-horizontal-breakpoint: $grid-float-breakpoint !default;
|
867
869
|
//** Horizontal line color.
|
868
870
|
$hr-border: $gray-lighter !default;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
$bootstrap-sass-asset-helper: false !default;
|
2
|
-
// Slate 3.3.
|
2
|
+
// Slate 3.3.6
|
3
3
|
// Variables
|
4
4
|
// --------------------------------------------------
|
5
5
|
|
@@ -864,5 +864,7 @@ $blockquote-border-color: $gray-light !default;
|
|
864
864
|
$page-header-border-color: darken($gray-darker, 5%) !default;
|
865
865
|
//** Width of horizontal description list titles
|
866
866
|
$dl-horizontal-offset: $component-offset-horizontal !default;
|
867
|
+
//** Point at which .dl-horizontal becomes horizontal
|
868
|
+
$dl-horizontal-breakpoint: $grid-float-breakpoint !default;
|
867
869
|
//** Horizontal line color.
|
868
870
|
$hr-border: darken($gray-darker, 5%) !default;
|
@@ -2,7 +2,8 @@
|
|
2
2
|
// Bootswatch
|
3
3
|
// -----------------------------------------------------
|
4
4
|
|
5
|
-
|
5
|
+
$web-font-path: "https://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700" !default;
|
6
|
+
@import url($web-font-path);
|
6
7
|
|
7
8
|
@mixin btn-shadow($color){
|
8
9
|
@include gradient-vertical-three-colors(lighten($color, 15%), $color, 50%, darken($color, 4%));
|
@@ -106,6 +107,10 @@
|
|
106
107
|
}
|
107
108
|
}
|
108
109
|
|
110
|
+
&-link {
|
111
|
+
text-shadow: none;
|
112
|
+
}
|
113
|
+
|
109
114
|
&:active,
|
110
115
|
&.active {
|
111
116
|
background-image: none;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
$bootstrap-sass-asset-helper: false !default;
|
2
|
-
// Spacelab 3.3.
|
2
|
+
// Spacelab 3.3.6
|
3
3
|
// Variables
|
4
4
|
// --------------------------------------------------
|
5
5
|
|
@@ -864,5 +864,7 @@ $blockquote-border-color: $gray-lighter !default;
|
|
864
864
|
$page-header-border-color: $gray-lighter !default;
|
865
865
|
//** Width of horizontal description list titles
|
866
866
|
$dl-horizontal-offset: $component-offset-horizontal !default;
|
867
|
+
//** Point at which .dl-horizontal becomes horizontal
|
868
|
+
$dl-horizontal-breakpoint: $grid-float-breakpoint !default;
|
867
869
|
//** Horizontal line color.
|
868
870
|
$hr-border: $gray-lighter !default;
|
@@ -2,14 +2,15 @@
|
|
2
2
|
// Bootswatch
|
3
3
|
// -----------------------------------------------------
|
4
4
|
|
5
|
-
|
5
|
+
$web-font-path: "https://fonts.googleapis.com/css?family=Lato:300,400,700" !default;
|
6
|
+
@import url($web-font-path);
|
6
7
|
|
7
8
|
// Navbar =====================================================================
|
8
9
|
|
9
10
|
.navbar {
|
10
11
|
@include box-shadow(none);
|
11
12
|
border: none;
|
12
|
-
font-size:
|
13
|
+
font-size: $font-size-small;
|
13
14
|
|
14
15
|
&-default {
|
15
16
|
|
@@ -32,8 +33,6 @@
|
|
32
33
|
|
33
34
|
.btn {
|
34
35
|
|
35
|
-
font-weight: 300;
|
36
|
-
|
37
36
|
&-default {
|
38
37
|
&:hover {
|
39
38
|
background-color: darken($btn-default-bg, 3%);
|
@@ -42,16 +41,12 @@
|
|
42
41
|
|
43
42
|
&-sm,
|
44
43
|
&-xs {
|
45
|
-
font-size:
|
44
|
+
font-size: $font-size-small;
|
46
45
|
}
|
47
46
|
}
|
48
47
|
|
49
48
|
// Typography =================================================================
|
50
49
|
|
51
|
-
body {
|
52
|
-
font-weight: 300;
|
53
|
-
}
|
54
|
-
|
55
50
|
.text-primary,
|
56
51
|
.text-primary:hover {
|
57
52
|
color: $brand-primary;
|
@@ -88,8 +83,7 @@ body {
|
|
88
83
|
@include box-shadow(none);
|
89
84
|
|
90
85
|
> li > a {
|
91
|
-
font-size:
|
92
|
-
font-weight: 300;
|
86
|
+
font-size: $font-size-small;
|
93
87
|
}
|
94
88
|
}
|
95
89
|
|
@@ -98,14 +92,14 @@ body {
|
|
98
92
|
}
|
99
93
|
|
100
94
|
.dropdown-header {
|
101
|
-
font-size:
|
95
|
+
font-size: $font-size-small;
|
102
96
|
}
|
103
97
|
|
104
98
|
// Tables =====================================================================
|
105
99
|
|
106
100
|
table,
|
107
101
|
.table {
|
108
|
-
font-size:
|
102
|
+
font-size: $font-size-small;
|
109
103
|
|
110
104
|
a:not(.btn) {
|
111
105
|
color: #fff;
|
@@ -141,8 +135,7 @@ label,
|
|
141
135
|
.radio label,
|
142
136
|
.checkbox label,
|
143
137
|
.help-block {
|
144
|
-
font-size:
|
145
|
-
font-weight: 300;
|
138
|
+
font-size: $font-size-small;
|
146
139
|
}
|
147
140
|
|
148
141
|
.input-addon,
|
@@ -252,10 +245,6 @@ label,
|
|
252
245
|
|
253
246
|
// Indicators =================================================================
|
254
247
|
|
255
|
-
.label {
|
256
|
-
font-weight: 300;
|
257
|
-
}
|
258
|
-
|
259
248
|
.alert {
|
260
249
|
color: #fff;
|
261
250
|
|
@@ -1,5 +1,5 @@
|
|
1
1
|
$bootstrap-sass-asset-helper: false !default;
|
2
|
-
// Superhero 3.3.
|
2
|
+
// Superhero 3.3.6
|
3
3
|
// Variables
|
4
4
|
// --------------------------------------------------
|
5
5
|
|
@@ -51,7 +51,7 @@ $font-family-base: $font-family-sans-serif !default;
|
|
51
51
|
|
52
52
|
$font-size-base: 15px !default;
|
53
53
|
$font-size-large: ceil(($font-size-base * 1.25)) !default; // ~18px
|
54
|
-
$font-size-small:
|
54
|
+
$font-size-small: 12px !default;
|
55
55
|
|
56
56
|
$font-size-h1: floor(($font-size-base * 2.6)) !default; // ~36px
|
57
57
|
$font-size-h2: floor(($font-size-base * 2.15)) !default; // ~30px
|
@@ -67,7 +67,7 @@ $line-height-computed: floor(($font-size-base * $line-height-base)) !default;
|
|
67
67
|
|
68
68
|
//** By default, this inherits from the `<body>`.
|
69
69
|
$headings-font-family: inherit !default;
|
70
|
-
$headings-font-weight:
|
70
|
+
$headings-font-weight: 400 !default;
|
71
71
|
$headings-line-height: 1.1 !default;
|
72
72
|
$headings-color: inherit !default;
|
73
73
|
|
@@ -864,5 +864,7 @@ $blockquote-border-color: $gray-light !default;
|
|
864
864
|
$page-header-border-color: $gray-lighter !default;
|
865
865
|
//** Width of horizontal description list titles
|
866
866
|
$dl-horizontal-offset: $component-offset-horizontal !default;
|
867
|
+
//** Point at which .dl-horizontal becomes horizontal
|
868
|
+
$dl-horizontal-breakpoint: $grid-float-breakpoint !default;
|
867
869
|
//** Horizontal line color.
|
868
870
|
$hr-border: lighten($gray-light, 5%) !default;
|
@@ -2,7 +2,8 @@
|
|
2
2
|
// Bootswatch
|
3
3
|
// -----------------------------------------------------
|
4
4
|
|
5
|
-
|
5
|
+
$web-font-path: "https://fonts.googleapis.com/css?family=Ubuntu:400,700" !default;
|
6
|
+
@import url($web-font-path);
|
6
7
|
|
7
8
|
// Navbar =====================================================================
|
8
9
|
|
@@ -1,5 +1,5 @@
|
|
1
1
|
$bootstrap-sass-asset-helper: false !default;
|
2
|
-
// United 3.3.
|
2
|
+
// United 3.3.6
|
3
3
|
// Variables
|
4
4
|
// --------------------------------------------------
|
5
5
|
|
@@ -864,5 +864,7 @@ $blockquote-border-color: $gray-lighter !default;
|
|
864
864
|
$page-header-border-color: $gray-lighter !default;
|
865
865
|
//** Width of horizontal description list titles
|
866
866
|
$dl-horizontal-offset: $component-offset-horizontal !default;
|
867
|
+
//** Point at which .dl-horizontal becomes horizontal
|
868
|
+
$dl-horizontal-breakpoint: $grid-float-breakpoint !default;
|
867
869
|
//** Horizontal line color.
|
868
870
|
$hr-border: $gray-lighter !default;
|
@@ -2,7 +2,8 @@
|
|
2
2
|
// Bootswatch
|
3
3
|
// -----------------------------------------------------
|
4
4
|
|
5
|
-
|
5
|
+
$web-font-path: "https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,300,700" !default;
|
6
|
+
@import url($web-font-path);
|
6
7
|
|
7
8
|
// Navbar =====================================================================
|
8
9
|
|
@@ -317,12 +318,14 @@ input[type="checkbox"] {
|
|
317
318
|
}
|
318
319
|
}
|
319
320
|
|
320
|
-
&-lg > li > a
|
321
|
+
&-lg > li > a,
|
322
|
+
&-lg > li > span {
|
321
323
|
padding-left: 22px;
|
322
324
|
padding-right: 22px;
|
323
325
|
}
|
324
326
|
|
325
|
-
&-sm > li > a
|
327
|
+
&-sm > li > a,
|
328
|
+
&-sm > li > span {
|
326
329
|
padding: 0 5px;
|
327
330
|
}
|
328
331
|
}
|
@@ -1,5 +1,5 @@
|
|
1
1
|
$bootstrap-sass-asset-helper: false !default;
|
2
|
-
// Yeti 3.3.
|
2
|
+
// Yeti 3.3.6
|
3
3
|
// Variables
|
4
4
|
// --------------------------------------------------
|
5
5
|
|
@@ -864,5 +864,7 @@ $blockquote-border-color: $table-border-color !default;
|
|
864
864
|
$page-header-border-color: $table-border-color !default;
|
865
865
|
//** Width of horizontal description list titles
|
866
866
|
$dl-horizontal-offset: $component-offset-horizontal !default;
|
867
|
+
//** Point at which .dl-horizontal becomes horizontal
|
868
|
+
$dl-horizontal-breakpoint: $grid-float-breakpoint !default;
|
867
869
|
//** Horizontal line color.
|
868
870
|
$hr-border: $table-border-color !default;
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bootswatch-sass
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.3.
|
4
|
+
version: 3.3.6.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Latchezar Tzvetkoff
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2016-04-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -297,7 +297,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
297
297
|
version: '0'
|
298
298
|
requirements: []
|
299
299
|
rubyforge_project:
|
300
|
-
rubygems_version: 2.
|
300
|
+
rubygems_version: 2.5.1
|
301
301
|
signing_key:
|
302
302
|
specification_version: 4
|
303
303
|
summary: Bootswatch.com themes for Rails
|