bootswatch-rails 3.3.4 → 3.3.5

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.
Files changed (36) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/lib/bootswatch-rails/version.rb +1 -1
  4. data/vendor/assets/stylesheets/bootswatch/cerulean/_bootswatch.scss +1 -1
  5. data/vendor/assets/stylesheets/bootswatch/cerulean/_variables.scss +6 -1
  6. data/vendor/assets/stylesheets/bootswatch/cosmo/_bootswatch.scss +25 -1
  7. data/vendor/assets/stylesheets/bootswatch/cosmo/_variables.scss +8 -2
  8. data/vendor/assets/stylesheets/bootswatch/cyborg/_bootswatch.scss +25 -1
  9. data/vendor/assets/stylesheets/bootswatch/cyborg/_variables.scss +8 -2
  10. data/vendor/assets/stylesheets/bootswatch/darkly/_bootswatch.scss +13 -1
  11. data/vendor/assets/stylesheets/bootswatch/darkly/_variables.scss +8 -2
  12. data/vendor/assets/stylesheets/bootswatch/flatly/_bootswatch.scss +13 -1
  13. data/vendor/assets/stylesheets/bootswatch/flatly/_variables.scss +8 -2
  14. data/vendor/assets/stylesheets/bootswatch/journal/_bootswatch.scss +25 -1
  15. data/vendor/assets/stylesheets/bootswatch/journal/_variables.scss +8 -2
  16. data/vendor/assets/stylesheets/bootswatch/lumen/_bootswatch.scss +25 -1
  17. data/vendor/assets/stylesheets/bootswatch/lumen/_variables.scss +8 -2
  18. data/vendor/assets/stylesheets/bootswatch/paper/_bootswatch.scss +1 -1
  19. data/vendor/assets/stylesheets/bootswatch/paper/_variables.scss +8 -2
  20. data/vendor/assets/stylesheets/bootswatch/readable/_bootswatch.scss +1 -1
  21. data/vendor/assets/stylesheets/bootswatch/readable/_variables.scss +8 -2
  22. data/vendor/assets/stylesheets/bootswatch/sandstone/_bootswatch.scss +1 -1
  23. data/vendor/assets/stylesheets/bootswatch/sandstone/_variables.scss +8 -2
  24. data/vendor/assets/stylesheets/bootswatch/simplex/_bootswatch.scss +31 -4
  25. data/vendor/assets/stylesheets/bootswatch/simplex/_variables.scss +8 -2
  26. data/vendor/assets/stylesheets/bootswatch/slate/_bootswatch.scss +25 -1
  27. data/vendor/assets/stylesheets/bootswatch/slate/_variables.scss +8 -2
  28. data/vendor/assets/stylesheets/bootswatch/spacelab/_bootswatch.scss +1 -1
  29. data/vendor/assets/stylesheets/bootswatch/spacelab/_variables.scss +8 -2
  30. data/vendor/assets/stylesheets/bootswatch/superhero/_bootswatch.scss +25 -1
  31. data/vendor/assets/stylesheets/bootswatch/superhero/_variables.scss +8 -2
  32. data/vendor/assets/stylesheets/bootswatch/united/_bootswatch.scss +2 -2
  33. data/vendor/assets/stylesheets/bootswatch/united/_variables.scss +8 -3
  34. data/vendor/assets/stylesheets/bootswatch/yeti/_bootswatch.scss +1 -1
  35. data/vendor/assets/stylesheets/bootswatch/yeti/_variables.scss +8 -3
  36. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2659926a7c5393c92e126ab8e4f4db0afff53e4f
4
- data.tar.gz: b556417b1952ac542e3a67dd0a9f09bcf4ba2d22
3
+ metadata.gz: 3b0ae84262d23e4e2d8a47d46f069b61fa2fa331
4
+ data.tar.gz: c28d72a4f304c4bb00a8d849b71338d42c520634
5
5
  SHA512:
6
- metadata.gz: d479fd2ab7b80b69d225ebd57d5ef643cc5572d8a27f5ed87b7a14d2288576d365b6ea9e0b9e14392f7d06b2992593f9cf16eec6de2929b4e34a9f686e012b71
7
- data.tar.gz: 18c329719f0346cb630ed09aba4f3618af0fa046a1601093124cc8d0d1c22fbd5b5583b7556efdf11446b345d6aa741ea2ed04aa6dff5b73f490c34f63347741
6
+ metadata.gz: 6d23c27ef06e8b341452eaf6f21528a4880ece4f4f06938e5a52353bf04affb4bbc44de9a337508d37efbbc82decfd5d728d65c7d490bbbbfdae74e57ecfc207
7
+ data.tar.gz: a56a71900f5eedbf31b3afb0f49d723066471dda7d6b2a5e8688dfd5f09cb4445ef18b49fca78acd916d718a9653c599e84ff0b79c8f230b462b9c9accb2677c
data/README.md CHANGED
@@ -67,7 +67,7 @@ $textColor: #000;
67
67
 
68
68
  Included bootswatches
69
69
 
70
- * [Amelia](http://bootswatch.com/amelia/)
70
+ * Amelia
71
71
  * [Cerulean](http://bootswatch.com/cerulean/)
72
72
  * [Cosmo](http://bootswatch.com/cosmo/)
73
73
  * [Cyborg](http://bootswatch.com/cyborg/)
@@ -1,5 +1,5 @@
1
1
  module Bootswatch
2
2
  module Rails
3
- VERSION = '3.3.4'
3
+ VERSION = '3.3.5'
4
4
  end
5
5
  end
@@ -1,4 +1,4 @@
1
- // Cerulean 3.3.4
1
+ // Cerulean 3.3.5
2
2
  // Bootswatch
3
3
  // -----------------------------------------------------
4
4
 
@@ -1,4 +1,4 @@
1
- // Cerulean 3.3.4
1
+ // Cerulean 3.3.5
2
2
  // Variables
3
3
  // --------------------------------------------------
4
4
 
@@ -169,6 +169,11 @@ $btn-danger-border: $btn-danger-bg !default;
169
169
 
170
170
  $btn-link-disabled-color: $gray-light !default;
171
171
 
172
+ // Allows for customizing button radius independently from global border radius
173
+ $btn-border-radius-base: $border-radius-base !default;
174
+ $btn-border-radius-large: $border-radius-large !default;
175
+ $btn-border-radius-small: $border-radius-small !default;
176
+
172
177
 
173
178
  //== Forms
174
179
  //
@@ -1,4 +1,4 @@
1
- // Cosmo 3.3.4
1
+ // Cosmo 3.3.5
2
2
  // Bootswatch
3
3
  // -----------------------------------------------------
4
4
 
@@ -79,6 +79,14 @@ table,
79
79
  .has-warning {
80
80
  .help-block,
81
81
  .control-label,
82
+ .radio,
83
+ .checkbox,
84
+ .radio-inline,
85
+ .checkbox-inline,
86
+ &.radio label,
87
+ &.checkbox label,
88
+ &.radio-inline label,
89
+ &.checkbox-inline label,
82
90
  .form-control-feedback {
83
91
  color: $brand-warning;
84
92
  }
@@ -93,6 +101,14 @@ table,
93
101
  .has-error {
94
102
  .help-block,
95
103
  .control-label,
104
+ .radio,
105
+ .checkbox,
106
+ .radio-inline,
107
+ .checkbox-inline,
108
+ &.radio label,
109
+ &.checkbox label,
110
+ &.radio-inline label,
111
+ &.checkbox-inline label,
96
112
  .form-control-feedback {
97
113
  color: $brand-danger;
98
114
  }
@@ -107,6 +123,14 @@ table,
107
123
  .has-success {
108
124
  .help-block,
109
125
  .control-label,
126
+ .radio,
127
+ .checkbox,
128
+ .radio-inline,
129
+ .checkbox-inline,
130
+ &.radio label,
131
+ &.checkbox label,
132
+ &.radio-inline label,
133
+ &.checkbox-inline label,
110
134
  .form-control-feedback {
111
135
  color: $brand-success;
112
136
  }
@@ -1,4 +1,4 @@
1
- // Cosmo 3.3.4
1
+ // Cosmo 3.3.5
2
2
  // Variables
3
3
  // --------------------------------------------------
4
4
 
@@ -169,6 +169,11 @@ $btn-danger-border: $btn-danger-bg !default;
169
169
 
170
170
  $btn-link-disabled-color: $gray-light !default;
171
171
 
172
+ // Allows for customizing button radius independently from global border radius
173
+ $btn-border-radius-base: $border-radius-base !default;
174
+ $btn-border-radius-large: $border-radius-large !default;
175
+ $btn-border-radius-small: $border-radius-small !default;
176
+
172
177
 
173
178
  //== Forms
174
179
  //
@@ -382,7 +387,7 @@ $navbar-default-toggle-icon-bar-bg: #fff !default;
382
387
  $navbar-default-toggle-border-color: transparent !default;
383
388
 
384
389
 
385
- // Inverted navbar
390
+ //=== Inverted navbar
386
391
  // Reset inverted navbar basics
387
392
  $navbar-inverse-color: #fff !default;
388
393
  $navbar-inverse-bg: $brand-primary !default;
@@ -483,6 +488,7 @@ $jumbotron-color: inherit !default;
483
488
  $jumbotron-bg: $gray-lighter !default;
484
489
  $jumbotron-heading-color: inherit !default;
485
490
  $jumbotron-font-size: ceil(($font-size-base * 1.5)) !default;
491
+ $jumbotron-heading-font-size: ceil(($font-size-base * 4.5)) !default;
486
492
 
487
493
 
488
494
  //== Form states and alerts
@@ -1,4 +1,4 @@
1
- // Cyborg 3.3.4
1
+ // Cyborg 3.3.5
2
2
  // Bootswatch
3
3
  // -----------------------------------------------------
4
4
 
@@ -64,6 +64,14 @@ table,
64
64
  .has-warning {
65
65
  .help-block,
66
66
  .control-label,
67
+ .radio,
68
+ .checkbox,
69
+ .radio-inline,
70
+ .checkbox-inline,
71
+ &.radio label,
72
+ &.checkbox label,
73
+ &.radio-inline label,
74
+ &.checkbox-inline label,
67
75
  .form-control-feedback {
68
76
  color: $brand-warning;
69
77
  }
@@ -78,6 +86,14 @@ table,
78
86
  .has-error {
79
87
  .help-block,
80
88
  .control-label,
89
+ .radio,
90
+ .checkbox,
91
+ .radio-inline,
92
+ .checkbox-inline,
93
+ &.radio label,
94
+ &.checkbox label,
95
+ &.radio-inline label,
96
+ &.checkbox-inline label,
81
97
  .form-control-feedback {
82
98
  color: $brand-danger;
83
99
  }
@@ -92,6 +108,14 @@ table,
92
108
  .has-success {
93
109
  .help-block,
94
110
  .control-label,
111
+ .radio,
112
+ .checkbox,
113
+ .radio-inline,
114
+ .checkbox-inline,
115
+ &.radio label,
116
+ &.checkbox label,
117
+ &.radio-inline label,
118
+ &.checkbox-inline label,
95
119
  .form-control-feedback {
96
120
  color: $brand-success;
97
121
  }
@@ -1,4 +1,4 @@
1
- // Cyborg 3.3.4
1
+ // Cyborg 3.3.5
2
2
  // Variables
3
3
  // --------------------------------------------------
4
4
 
@@ -169,6 +169,11 @@ $btn-danger-border: $btn-danger-bg !default;
169
169
 
170
170
  $btn-link-disabled-color: $gray-light !default;
171
171
 
172
+ // Allows for customizing button radius independently from global border radius
173
+ $btn-border-radius-base: $border-radius-base !default;
174
+ $btn-border-radius-large: $border-radius-large !default;
175
+ $btn-border-radius-small: $border-radius-small !default;
176
+
172
177
 
173
178
  //== Forms
174
179
  //
@@ -382,7 +387,7 @@ $navbar-default-toggle-icon-bar-bg: #ccc !default;
382
387
  $navbar-default-toggle-border-color: $gray-dark !default;
383
388
 
384
389
 
385
- // Inverted navbar
390
+ //=== Inverted navbar
386
391
  // Reset inverted navbar basics
387
392
  $navbar-inverse-color: $gray-light !default;
388
393
  $navbar-inverse-bg: $gray-darker !default;
@@ -483,6 +488,7 @@ $jumbotron-color: inherit !default;
483
488
  $jumbotron-bg: darken($gray-darker, 5%) !default;
484
489
  $jumbotron-heading-color: inherit !default;
485
490
  $jumbotron-font-size: ceil(($font-size-base * 1.5)) !default;
491
+ $jumbotron-heading-font-size: ceil(($font-size-base * 4.5)) !default;
486
492
 
487
493
 
488
494
  //== Form states and alerts
@@ -1,4 +1,4 @@
1
- // Darkly 3.3.4
1
+ // Darkly 3.3.5
2
2
  // Bootswatch
3
3
  // -----------------------------------------------------
4
4
 
@@ -152,6 +152,10 @@ textarea {
152
152
  .checkbox,
153
153
  .radio-inline,
154
154
  .checkbox-inline,
155
+ &.radio label,
156
+ &.checkbox label,
157
+ &.radio-inline label,
158
+ &.checkbox-inline label,
155
159
  .form-control-feedback {
156
160
  color: $brand-warning;
157
161
  }
@@ -173,6 +177,10 @@ textarea {
173
177
  .checkbox,
174
178
  .radio-inline,
175
179
  .checkbox-inline,
180
+ &.radio label,
181
+ &.checkbox label,
182
+ &.radio-inline label,
183
+ &.checkbox-inline label,
176
184
  .form-control-feedback {
177
185
  color: $brand-danger;
178
186
  }
@@ -194,6 +202,10 @@ textarea {
194
202
  .checkbox,
195
203
  .radio-inline,
196
204
  .checkbox-inline,
205
+ &.radio label,
206
+ &.checkbox label,
207
+ &.radio-inline label,
208
+ &.checkbox-inline label,
197
209
  .form-control-feedback {
198
210
  color: $brand-success;
199
211
  }
@@ -1,4 +1,4 @@
1
- // Darkly 3.3.4
1
+ // Darkly 3.3.5
2
2
  // Variables
3
3
  // --------------------------------------------------
4
4
 
@@ -169,6 +169,11 @@ $btn-danger-border: $btn-danger-bg !default;
169
169
 
170
170
  $btn-link-disabled-color: $gray-light !default;
171
171
 
172
+ // Allows for customizing button radius independently from global border radius
173
+ $btn-border-radius-base: $border-radius-base !default;
174
+ $btn-border-radius-large: $border-radius-large !default;
175
+ $btn-border-radius-small: $border-radius-small !default;
176
+
172
177
 
173
178
  //== Forms
174
179
  //
@@ -382,7 +387,7 @@ $navbar-default-toggle-icon-bar-bg: #fff !default;
382
387
  $navbar-default-toggle-border-color: darken($navbar-default-bg, 10%) !default;
383
388
 
384
389
 
385
- // Inverted navbar
390
+ //=== Inverted navbar
386
391
  // Reset inverted navbar basics
387
392
  $navbar-inverse-color: #fff !default;
388
393
  $navbar-inverse-bg: $brand-success !default;
@@ -483,6 +488,7 @@ $jumbotron-color: inherit !default;
483
488
  $jumbotron-bg: $gray-dark !default;
484
489
  $jumbotron-heading-color: inherit !default;
485
490
  $jumbotron-font-size: ceil(($font-size-base * 1.5)) !default;
491
+ $jumbotron-heading-font-size: ceil(($font-size-base * 4.5)) !default;
486
492
 
487
493
 
488
494
  //== Form states and alerts
@@ -1,4 +1,4 @@
1
- // Flatly 3.3.4
1
+ // Flatly 3.3.5
2
2
  // Bootswatch
3
3
  // -----------------------------------------------------
4
4
 
@@ -136,6 +136,10 @@ input, {
136
136
  .checkbox,
137
137
  .radio-inline,
138
138
  .checkbox-inline,
139
+ &.radio label,
140
+ &.checkbox label,
141
+ &.radio-inline label,
142
+ &.checkbox-inline label,
139
143
  .form-control-feedback {
140
144
  color: $brand-warning;
141
145
  }
@@ -157,6 +161,10 @@ input, {
157
161
  .checkbox,
158
162
  .radio-inline,
159
163
  .checkbox-inline,
164
+ &.radio label,
165
+ &.checkbox label,
166
+ &.radio-inline label,
167
+ &.checkbox-inline label,
160
168
  .form-control-feedback {
161
169
  color: $brand-danger;
162
170
  }
@@ -178,6 +186,10 @@ input, {
178
186
  .checkbox,
179
187
  .radio-inline,
180
188
  .checkbox-inline,
189
+ &.radio label,
190
+ &.checkbox label,
191
+ &.radio-inline label,
192
+ &.checkbox-inline label,
181
193
  .form-control-feedback {
182
194
  color: $brand-success;
183
195
  }
@@ -1,4 +1,4 @@
1
- // Flatly 3.3.4
1
+ // Flatly 3.3.5
2
2
  // Variables
3
3
  // --------------------------------------------------
4
4
 
@@ -169,6 +169,11 @@ $btn-danger-border: $btn-danger-bg !default;
169
169
 
170
170
  $btn-link-disabled-color: $gray-light !default;
171
171
 
172
+ // Allows for customizing button radius independently from global border radius
173
+ $btn-border-radius-base: $border-radius-base !default;
174
+ $btn-border-radius-large: $border-radius-large !default;
175
+ $btn-border-radius-small: $border-radius-small !default;
176
+
172
177
 
173
178
  //== Forms
174
179
  //
@@ -382,7 +387,7 @@ $navbar-default-toggle-icon-bar-bg: #fff !default;
382
387
  $navbar-default-toggle-border-color: darken($navbar-default-bg, 10%) !default;
383
388
 
384
389
 
385
- // Inverted navbar
390
+ //=== Inverted navbar
386
391
  // Reset inverted navbar basics
387
392
  $navbar-inverse-color: #fff !default;
388
393
  $navbar-inverse-bg: $brand-success !default;
@@ -483,6 +488,7 @@ $jumbotron-color: inherit !default;
483
488
  $jumbotron-bg: $gray-lighter !default;
484
489
  $jumbotron-heading-color: inherit !default;
485
490
  $jumbotron-font-size: ceil(($font-size-base * 1.5)) !default;
491
+ $jumbotron-heading-font-size: ceil(($font-size-base * 4.5)) !default;
486
492
 
487
493
 
488
494
  //== Form states and alerts
@@ -1,4 +1,4 @@
1
- // Journal 3.3.4
1
+ // Journal 3.3.5
2
2
  // Bootswatch
3
3
  // -----------------------------------------------------
4
4
 
@@ -45,6 +45,14 @@
45
45
  .has-warning {
46
46
  .help-block,
47
47
  .control-label,
48
+ .radio,
49
+ .checkbox,
50
+ .radio-inline,
51
+ .checkbox-inline,
52
+ &.radio label,
53
+ &.checkbox label,
54
+ &.radio-inline label,
55
+ &.checkbox-inline label,
48
56
  .form-control-feedback {
49
57
  color: $brand-danger;
50
58
  }
@@ -58,6 +66,14 @@
58
66
  .has-error {
59
67
  .help-block,
60
68
  .control-label,
69
+ .radio,
70
+ .checkbox,
71
+ .radio-inline,
72
+ .checkbox-inline,
73
+ &.radio label,
74
+ &.checkbox label,
75
+ &.radio-inline label,
76
+ &.checkbox-inline label,
61
77
  .form-control-feedback {
62
78
  color: $brand-primary;
63
79
  }
@@ -71,6 +87,14 @@
71
87
  .has-success {
72
88
  .help-block,
73
89
  .control-label,
90
+ .radio,
91
+ .checkbox,
92
+ .radio-inline,
93
+ .checkbox-inline,
94
+ &.radio label,
95
+ &.checkbox label,
96
+ &.radio-inline label,
97
+ &.checkbox-inline label,
74
98
  .form-control-feedback {
75
99
  color: $brand-success;
76
100
  }
@@ -1,4 +1,4 @@
1
- // Journal 3.3.4
1
+ // Journal 3.3.5
2
2
  // Variables
3
3
  // --------------------------------------------------
4
4
 
@@ -169,6 +169,11 @@ $btn-danger-border: $btn-danger-bg !default;
169
169
 
170
170
  $btn-link-disabled-color: $gray-light !default;
171
171
 
172
+ // Allows for customizing button radius independently from global border radius
173
+ $btn-border-radius-base: $border-radius-base !default;
174
+ $btn-border-radius-large: $border-radius-large !default;
175
+ $btn-border-radius-small: $border-radius-small !default;
176
+
172
177
 
173
178
  //== Forms
174
179
  //
@@ -388,7 +393,7 @@ $navbar-inverse-color: #fff !default;
388
393
  $navbar-inverse-bg: $brand-primary !default;
389
394
  $navbar-inverse-border: darken($navbar-inverse-bg, 10%) !default;
390
395
 
391
- // Inverted navbar links
396
+ //=== Inverted navbar links
392
397
  $navbar-inverse-link-color: #fff !default;
393
398
  $navbar-inverse-link-hover-color: #fff !default;
394
399
  $navbar-inverse-link-hover-bg: darken($navbar-inverse-bg, 6.5%) !default;
@@ -483,6 +488,7 @@ $jumbotron-color: inherit !default;
483
488
  $jumbotron-bg: $gray-lighter !default;
484
489
  $jumbotron-heading-color: inherit !default;
485
490
  $jumbotron-font-size: ceil(($font-size-base * 1.5)) !default;
491
+ $jumbotron-heading-font-size: ceil(($font-size-base * 4.5)) !default;
486
492
 
487
493
 
488
494
  //== Form states and alerts
@@ -1,4 +1,4 @@
1
- // Lumen 3.3.4
1
+ // Lumen 3.3.5
2
2
  // Bootswatch
3
3
  // -----------------------------------------------------
4
4
 
@@ -213,6 +213,14 @@ label {
213
213
  .has-warning {
214
214
  .help-block,
215
215
  .control-label,
216
+ .radio,
217
+ .checkbox,
218
+ .radio-inline,
219
+ .checkbox-inline,
220
+ &.radio label,
221
+ &.checkbox label,
222
+ &.radio-inline label,
223
+ &.checkbox-inline label,
216
224
  .form-control-feedback {
217
225
  color: $brand-warning;
218
226
  }
@@ -231,6 +239,14 @@ label {
231
239
  .has-error {
232
240
  .help-block,
233
241
  .control-label,
242
+ .radio,
243
+ .checkbox,
244
+ .radio-inline,
245
+ .checkbox-inline,
246
+ &.radio label,
247
+ &.checkbox label,
248
+ &.radio-inline label,
249
+ &.checkbox-inline label,
234
250
  .form-control-feedback {
235
251
  color: $brand-danger;
236
252
  }
@@ -249,6 +265,14 @@ label {
249
265
  .has-success {
250
266
  .help-block,
251
267
  .control-label,
268
+ .radio,
269
+ .checkbox,
270
+ .radio-inline,
271
+ .checkbox-inline,
272
+ &.radio label,
273
+ &.checkbox label,
274
+ &.radio-inline label,
275
+ &.checkbox-inline label,
252
276
  .form-control-feedback {
253
277
  color: $brand-success;
254
278
  }
@@ -1,4 +1,4 @@
1
- // Lumen 3.3.4
1
+ // Lumen 3.3.5
2
2
  // Variables
3
3
  // --------------------------------------------------
4
4
 
@@ -169,6 +169,11 @@ $btn-danger-border: darken($btn-danger-bg, 5%) !default;
169
169
 
170
170
  $btn-link-disabled-color: $gray-light !default;
171
171
 
172
+ // Allows for customizing button radius independently from global border radius
173
+ $btn-border-radius-base: $border-radius-base !default;
174
+ $btn-border-radius-large: $border-radius-large !default;
175
+ $btn-border-radius-small: $border-radius-small !default;
176
+
172
177
 
173
178
  //== Forms
174
179
  //
@@ -382,7 +387,7 @@ $navbar-default-toggle-icon-bar-bg: $gray-light !default;
382
387
  $navbar-default-toggle-border-color: $gray-lighter !default;
383
388
 
384
389
 
385
- // Inverted navbar
390
+ //=== Inverted navbar
386
391
  // Reset inverted navbar basics
387
392
  $navbar-inverse-color: $gray-light !default;
388
393
  $navbar-inverse-bg: #fff !default;
@@ -483,6 +488,7 @@ $jumbotron-color: inherit !default;
483
488
  $jumbotron-bg: #fafafa !default;
484
489
  $jumbotron-heading-color: inherit !default;
485
490
  $jumbotron-font-size: ceil(($font-size-base * 1.5)) !default;
491
+ $jumbotron-heading-font-size: ceil(($font-size-base * 4.5)) !default;
486
492
 
487
493
 
488
494
  //== Form states and alerts
@@ -1,4 +1,4 @@
1
- // Paper 3.3.4
1
+ // Paper 3.3.5
2
2
  // Bootswatch
3
3
  // -----------------------------------------------------
4
4
 
@@ -1,4 +1,4 @@
1
- // Paper 3.3.4
1
+ // Paper 3.3.5
2
2
  // Variables
3
3
  // --------------------------------------------------
4
4
 
@@ -169,6 +169,11 @@ $btn-danger-border: hsla(0, 100%, 100%, 0) !default;
169
169
 
170
170
  $btn-link-disabled-color: $gray-light !default;
171
171
 
172
+ // Allows for customizing button radius independently from global border radius
173
+ $btn-border-radius-base: $border-radius-base !default;
174
+ $btn-border-radius-large: $border-radius-large !default;
175
+ $btn-border-radius-small: $border-radius-small !default;
176
+
172
177
 
173
178
  //== Forms
174
179
  //
@@ -382,7 +387,7 @@ $navbar-default-toggle-icon-bar-bg: rgba(0,0,0,0.5) !default;
382
387
  $navbar-default-toggle-border-color: hsla(0, 100%, 100%, 0) !default;
383
388
 
384
389
 
385
- // Inverted navbar
390
+ //=== Inverted navbar
386
391
  // Reset inverted navbar basics
387
392
  $navbar-inverse-color: $gray-light !default;
388
393
  $navbar-inverse-bg: $brand-primary !default;
@@ -483,6 +488,7 @@ $jumbotron-color: inherit !default;
483
488
  $jumbotron-bg: #f9f9f9 !default;
484
489
  $jumbotron-heading-color: $headings-color !default;
485
490
  $jumbotron-font-size: ceil(($font-size-base * 1.5)) !default;
491
+ $jumbotron-heading-font-size: ceil(($font-size-base * 4.5)) !default;
486
492
 
487
493
 
488
494
  //== Form states and alerts
@@ -1,4 +1,4 @@
1
- // Readable 3.3.4
1
+ // Readable 3.3.5
2
2
  // Bootswatch
3
3
  // -----------------------------------------------------
4
4
 
@@ -1,4 +1,4 @@
1
- // Readable 3.3.4
1
+ // Readable 3.3.5
2
2
  // Variables
3
3
  // --------------------------------------------------
4
4
 
@@ -169,6 +169,11 @@ $btn-danger-border: $btn-danger-bg !default;
169
169
 
170
170
  $btn-link-disabled-color: $gray-light !default;
171
171
 
172
+ // Allows for customizing button radius independently from global border radius
173
+ $btn-border-radius-base: $border-radius-base !default;
174
+ $btn-border-radius-large: $border-radius-large !default;
175
+ $btn-border-radius-small: $border-radius-small !default;
176
+
172
177
 
173
178
  //== Forms
174
179
  //
@@ -382,7 +387,7 @@ $navbar-default-toggle-icon-bar-bg: #ccc !default;
382
387
  $navbar-default-toggle-border-color: #ddd !default;
383
388
 
384
389
 
385
- // Inverted navbar
390
+ //=== Inverted navbar
386
391
  // Reset inverted navbar basics
387
392
  $navbar-inverse-color: $text-color !default;
388
393
  $navbar-inverse-bg: $body-bg !default;
@@ -483,6 +488,7 @@ $jumbotron-color: inherit !default;
483
488
  $jumbotron-bg: darken($body-bg, 3%) !default;
484
489
  $jumbotron-heading-color: inherit !default;
485
490
  $jumbotron-font-size: ceil(($font-size-base * 1.5)) !default;
491
+ $jumbotron-heading-font-size: ceil(($font-size-base * 4.5)) !default;
486
492
 
487
493
 
488
494
  //== Form states and alerts
@@ -1,4 +1,4 @@
1
- // Sandstone 3.3.4
1
+ // Sandstone 3.3.5
2
2
  // Bootswatch
3
3
  // -----------------------------------------------------
4
4
 
@@ -1,4 +1,4 @@
1
- // Sandstone 3.3.4
1
+ // Sandstone 3.3.5
2
2
  // Variables
3
3
  // --------------------------------------------------
4
4
 
@@ -169,6 +169,11 @@ $btn-danger-border: hsla(0, 100%, 100%, 0) !default;
169
169
 
170
170
  $btn-link-disabled-color: $gray-light !default;
171
171
 
172
+ // Allows for customizing button radius independently from global border radius
173
+ $btn-border-radius-base: $border-radius-base !default;
174
+ $btn-border-radius-large: $border-radius-large !default;
175
+ $btn-border-radius-small: $border-radius-small !default;
176
+
172
177
 
173
178
  //== Forms
174
179
  //
@@ -382,7 +387,7 @@ $navbar-default-toggle-icon-bar-bg: $navbar-default-link-color !default;
382
387
  $navbar-default-toggle-border-color: hsla(0, 100%, 100%, 0) !default;
383
388
 
384
389
 
385
- // Inverted navbar
390
+ //=== Inverted navbar
386
391
  // Reset inverted navbar basics
387
392
  $navbar-inverse-color: $gray-light !default;
388
393
  $navbar-inverse-bg: $brand-success !default;
@@ -483,6 +488,7 @@ $jumbotron-color: inherit !default;
483
488
  $jumbotron-bg: $gray-lighter !default;
484
489
  $jumbotron-heading-color: inherit !default;
485
490
  $jumbotron-font-size: ceil(($font-size-base * 1.5)) !default;
491
+ $jumbotron-heading-font-size: ceil(($font-size-base * 4.5)) !default;
486
492
 
487
493
 
488
494
  //== Form states and alerts
@@ -1,4 +1,4 @@
1
- // Simplex 3.3.4
1
+ // Simplex 3.3.5
2
2
  // Bootswatch
3
3
  // -----------------------------------------------------
4
4
 
@@ -80,7 +80,16 @@ label {
80
80
 
81
81
  .has-warning {
82
82
  .help-block,
83
- .control-label {
83
+ .control-label,
84
+ .radio,
85
+ .checkbox,
86
+ .radio-inline,
87
+ .checkbox-inline,
88
+ &.radio label,
89
+ &.checkbox label,
90
+ &.radio-inline label,
91
+ &.checkbox-inline label,
92
+ .form-control-feedback {
84
93
  color: $brand-danger;
85
94
  }
86
95
 
@@ -92,7 +101,16 @@ label {
92
101
 
93
102
  .has-error {
94
103
  .help-block,
95
- .control-label {
104
+ .control-label,
105
+ .radio,
106
+ .checkbox,
107
+ .radio-inline,
108
+ .checkbox-inline,
109
+ &.radio label,
110
+ &.checkbox label,
111
+ &.radio-inline label,
112
+ &.checkbox-inline label,
113
+ .form-control-feedback {
96
114
  color: $brand-primary;
97
115
  }
98
116
 
@@ -104,7 +122,16 @@ label {
104
122
 
105
123
  .has-success {
106
124
  .help-block,
107
- .control-label {
125
+ .control-label,
126
+ .radio,
127
+ .checkbox,
128
+ .radio-inline,
129
+ .checkbox-inline,
130
+ &.radio label,
131
+ &.checkbox label,
132
+ &.radio-inline label,
133
+ &.checkbox-inline label,
134
+ .form-control-feedback {
108
135
  color: $brand-success;
109
136
  }
110
137
 
@@ -1,4 +1,4 @@
1
- // Simplex 3.3.4
1
+ // Simplex 3.3.5
2
2
  // Variables
3
3
  // --------------------------------------------------
4
4
 
@@ -169,6 +169,11 @@ $btn-danger-border: $btn-danger-bg !default;
169
169
 
170
170
  $btn-link-disabled-color: $gray-light !default;
171
171
 
172
+ // Allows for customizing button radius independently from global border radius
173
+ $btn-border-radius-base: $border-radius-base !default;
174
+ $btn-border-radius-large: $border-radius-large !default;
175
+ $btn-border-radius-small: $border-radius-small !default;
176
+
172
177
 
173
178
  //== Forms
174
179
  //
@@ -382,7 +387,7 @@ $navbar-default-toggle-icon-bar-bg: #ccc !default;
382
387
  $navbar-default-toggle-border-color: #ddd !default;
383
388
 
384
389
 
385
- // Inverted navbar
390
+ //=== Inverted navbar
386
391
  // Reset inverted navbar basics
387
392
  $navbar-inverse-color: lighten($brand-primary, 40%) !default;
388
393
  $navbar-inverse-bg: $brand-primary !default;
@@ -483,6 +488,7 @@ $jumbotron-color: inherit !default;
483
488
  $jumbotron-bg: darken($body-bg, 3%) !default;
484
489
  $jumbotron-heading-color: inherit !default;
485
490
  $jumbotron-font-size: ceil(($font-size-base * 1.5)) !default;
491
+ $jumbotron-heading-font-size: ceil(($font-size-base * 4.5)) !default;
486
492
 
487
493
 
488
494
  //== Form states and alerts
@@ -1,4 +1,4 @@
1
- // Slate 3.3.4
1
+ // Slate 3.3.5
2
2
  // Bootswatch
3
3
  // -----------------------------------------------------
4
4
 
@@ -183,6 +183,14 @@ textarea {
183
183
  .has-warning {
184
184
  .help-block,
185
185
  .control-label,
186
+ .radio,
187
+ .checkbox,
188
+ .radio-inline,
189
+ .checkbox-inline,
190
+ &.radio label,
191
+ &.checkbox label,
192
+ &.radio-inline label,
193
+ &.checkbox-inline label,
186
194
  .form-control-feedback {
187
195
  color: $brand-warning;
188
196
  }
@@ -201,6 +209,14 @@ textarea {
201
209
  .has-error {
202
210
  .help-block,
203
211
  .control-label,
212
+ .radio,
213
+ .checkbox,
214
+ .radio-inline,
215
+ .checkbox-inline,
216
+ &.radio label,
217
+ &.checkbox label,
218
+ &.radio-inline label,
219
+ &.checkbox-inline label,
204
220
  .form-control-feedback {
205
221
  color: $brand-danger;
206
222
  }
@@ -219,6 +235,14 @@ textarea {
219
235
  .has-success {
220
236
  .help-block,
221
237
  .control-label,
238
+ .radio,
239
+ .checkbox,
240
+ .radio-inline,
241
+ .checkbox-inline,
242
+ &.radio label,
243
+ &.checkbox label,
244
+ &.radio-inline label,
245
+ &.checkbox-inline label,
222
246
  .form-control-feedback {
223
247
  color: $brand-success;
224
248
  }
@@ -1,4 +1,4 @@
1
- // Slate 3.3.4
1
+ // Slate 3.3.5
2
2
  // Variables
3
3
  // --------------------------------------------------
4
4
 
@@ -169,6 +169,11 @@ $btn-danger-border: $btn-danger-bg !default;
169
169
 
170
170
  $btn-link-disabled-color: $gray-light !default;
171
171
 
172
+ // Allows for customizing button radius independently from global border radius
173
+ $btn-border-radius-base: $border-radius-base !default;
174
+ $btn-border-radius-large: $border-radius-large !default;
175
+ $btn-border-radius-small: $border-radius-small !default;
176
+
172
177
 
173
178
  //== Forms
174
179
  //
@@ -382,7 +387,7 @@ $navbar-default-toggle-icon-bar-bg: $text-color !default;
382
387
  $navbar-default-toggle-border-color: darken($navbar-default-bg, 8%) !default;
383
388
 
384
389
 
385
- // Inverted navbar
390
+ //=== Inverted navbar
386
391
  // Reset inverted navbar basics
387
392
  $navbar-inverse-color: #ccc !default;
388
393
  $navbar-inverse-bg: $brand-primary !default;
@@ -483,6 +488,7 @@ $jumbotron-color: inherit !default;
483
488
  $jumbotron-bg: darken($body-bg, 5%) !default;
484
489
  $jumbotron-heading-color: inherit !default;
485
490
  $jumbotron-font-size: ceil(($font-size-base * 1.5)) !default;
491
+ $jumbotron-heading-font-size: ceil(($font-size-base * 4.5)) !default;
486
492
 
487
493
 
488
494
  //== Form states and alerts
@@ -1,4 +1,4 @@
1
- // Spacelab 3.3.4
1
+ // Spacelab 3.3.5
2
2
  // Bootswatch
3
3
  // -----------------------------------------------------
4
4
 
@@ -1,4 +1,4 @@
1
- // Spacelab 3.3.4
1
+ // Spacelab 3.3.5
2
2
  // Variables
3
3
  // --------------------------------------------------
4
4
 
@@ -169,6 +169,11 @@ $btn-danger-border: $btn-danger-bg !default;
169
169
 
170
170
  $btn-link-disabled-color: $gray-light !default;
171
171
 
172
+ // Allows for customizing button radius independently from global border radius
173
+ $btn-border-radius-base: $border-radius-base !default;
174
+ $btn-border-radius-large: $border-radius-large !default;
175
+ $btn-border-radius-small: $border-radius-small !default;
176
+
172
177
 
173
178
  //== Forms
174
179
  //
@@ -382,7 +387,7 @@ $navbar-default-toggle-icon-bar-bg: #ccc !default;
382
387
  $navbar-default-toggle-border-color: darken($navbar-default-bg, 6.5%) !default;
383
388
 
384
389
 
385
- // Inverted navbar
390
+ //=== Inverted navbar
386
391
  // Reset inverted navbar basics
387
392
  $navbar-inverse-color: #ddd !default;
388
393
  $navbar-inverse-bg: $brand-primary !default;
@@ -483,6 +488,7 @@ $jumbotron-color: inherit !default;
483
488
  $jumbotron-bg: $gray-lighter !default;
484
489
  $jumbotron-heading-color: inherit !default;
485
490
  $jumbotron-font-size: ceil(($font-size-base * 1.5)) !default;
491
+ $jumbotron-heading-font-size: ceil(($font-size-base * 4.5)) !default;
486
492
 
487
493
 
488
494
  //== Form states and alerts
@@ -1,4 +1,4 @@
1
- // Superhero 3.3.4
1
+ // Superhero 3.3.5
2
2
  // Bootswatch
3
3
  // -----------------------------------------------------
4
4
 
@@ -153,6 +153,14 @@ label,
153
153
  .has-warning {
154
154
  .help-block,
155
155
  .control-label,
156
+ .radio,
157
+ .checkbox,
158
+ .radio-inline,
159
+ .checkbox-inline,
160
+ &.radio label,
161
+ &.checkbox label,
162
+ &.radio-inline label,
163
+ &.checkbox-inline label,
156
164
  .form-control-feedback {
157
165
  color: $brand-warning;
158
166
  }
@@ -165,6 +173,14 @@ label,
165
173
  .has-error {
166
174
  .help-block,
167
175
  .control-label,
176
+ .radio,
177
+ .checkbox,
178
+ .radio-inline,
179
+ .checkbox-inline,
180
+ &.radio label,
181
+ &.checkbox label,
182
+ &.radio-inline label,
183
+ &.checkbox-inline label,
168
184
  .form-control-feedback {
169
185
  color: $brand-danger;
170
186
  }
@@ -177,6 +193,14 @@ label,
177
193
  .has-success {
178
194
  .help-block,
179
195
  .control-label,
196
+ .radio,
197
+ .checkbox,
198
+ .radio-inline,
199
+ .checkbox-inline,
200
+ &.radio label,
201
+ &.checkbox label,
202
+ &.radio-inline label,
203
+ &.checkbox-inline label,
180
204
  .form-control-feedback {
181
205
  color: $brand-success;
182
206
  }
@@ -1,4 +1,4 @@
1
- // Superhero 3.3.4
1
+ // Superhero 3.3.5
2
2
  // Variables
3
3
  // --------------------------------------------------
4
4
 
@@ -169,6 +169,11 @@ $btn-danger-border: hsla(0, 100%, 100%, 0) !default;
169
169
 
170
170
  $btn-link-disabled-color: $gray-light !default;
171
171
 
172
+ // Allows for customizing button radius independently from global border radius
173
+ $btn-border-radius-base: $border-radius-base !default;
174
+ $btn-border-radius-large: $border-radius-large !default;
175
+ $btn-border-radius-small: $border-radius-small !default;
176
+
172
177
 
173
178
  //== Forms
174
179
  //
@@ -382,7 +387,7 @@ $navbar-default-toggle-icon-bar-bg: $text-color !default;
382
387
  $navbar-default-toggle-border-color: hsla(0, 100%, 100%, 0) !default;
383
388
 
384
389
 
385
- // Inverted navbar
390
+ //=== Inverted navbar
386
391
  // Reset inverted navbar basics
387
392
  $navbar-inverse-color: $text-color !default;
388
393
  $navbar-inverse-bg: $brand-primary !default;
@@ -483,6 +488,7 @@ $jumbotron-color: inherit !default;
483
488
  $jumbotron-bg: $gray-light !default;
484
489
  $jumbotron-heading-color: inherit !default;
485
490
  $jumbotron-font-size: ceil(($font-size-base * 1.5)) !default;
491
+ $jumbotron-heading-font-size: ceil(($font-size-base * 4.5)) !default;
486
492
 
487
493
 
488
494
  //== Form states and alerts
@@ -1,8 +1,8 @@
1
- // United 3.3.4
1
+ // United 3.3.5
2
2
  // Bootswatch
3
3
  // -----------------------------------------------------
4
4
 
5
- @import url("//fonts.googleapis.com/css?family=Ubuntu");
5
+ @import url("//fonts.googleapis.com/css?family=Ubuntu:400,700");
6
6
 
7
7
  // Navbar =====================================================================
8
8
 
@@ -1,4 +1,4 @@
1
- // United 3.3.4
1
+ // United 3.3.5
2
2
  // Variables
3
3
  // --------------------------------------------------
4
4
 
@@ -169,6 +169,11 @@ $btn-danger-border: $btn-danger-bg !default;
169
169
 
170
170
  $btn-link-disabled-color: $gray-light !default;
171
171
 
172
+ // Allows for customizing button radius independently from global border radius
173
+ $btn-border-radius-base: $border-radius-base !default;
174
+ $btn-border-radius-large: $border-radius-large !default;
175
+ $btn-border-radius-small: $border-radius-small !default;
176
+
172
177
 
173
178
  //== Forms
174
179
  //
@@ -382,7 +387,7 @@ $navbar-default-toggle-icon-bar-bg: #fff !default;
382
387
  $navbar-default-toggle-border-color: darken($navbar-default-bg, 15%) !default;
383
388
 
384
389
 
385
- // Inverted navbar
390
+ //=== Inverted navbar
386
391
  // Reset inverted navbar basics
387
392
  $navbar-inverse-color: #fff !default;
388
393
  $navbar-inverse-bg: $brand-info !default;
@@ -483,7 +488,7 @@ $jumbotron-color: inherit !default;
483
488
  $jumbotron-bg: $gray-lighter !default;
484
489
  $jumbotron-heading-color: inherit !default;
485
490
  $jumbotron-font-size: ceil(($font-size-base * 1.5)) !default;
486
-
491
+ $jumbotron-heading-font-size: ceil(($font-size-base * 4.5)) !default;
487
492
 
488
493
  //== Form states and alerts
489
494
  //
@@ -1,4 +1,4 @@
1
- // Yeti 3.3.4
1
+ // Yeti 3.3.5
2
2
  // Bootswatch
3
3
  // -----------------------------------------------------
4
4
 
@@ -1,4 +1,4 @@
1
- // Yeti 3.3.4
1
+ // Yeti 3.3.5
2
2
  // Variables
3
3
  // --------------------------------------------------
4
4
 
@@ -169,6 +169,11 @@ $btn-danger-border: darken($btn-danger-bg, 5%) !default;
169
169
 
170
170
  $btn-link-disabled-color: $gray-light !default;
171
171
 
172
+ // Allows for customizing button radius independently from global border radius
173
+ $btn-border-radius-base: $border-radius-base !default;
174
+ $btn-border-radius-large: $border-radius-large !default;
175
+ $btn-border-radius-small: $border-radius-small !default;
176
+
172
177
 
173
178
  //== Forms
174
179
  //
@@ -382,7 +387,7 @@ $navbar-default-toggle-icon-bar-bg: #fff !default;
382
387
  $navbar-default-toggle-border-color: transparent !default;
383
388
 
384
389
 
385
- // Inverted navbar
390
+ //=== Inverted navbar
386
391
  // Reset inverted navbar basics
387
392
  $navbar-inverse-color: #fff !default;
388
393
  $navbar-inverse-bg: $brand-primary !default;
@@ -483,7 +488,7 @@ $jumbotron-color: inherit !default;
483
488
  $jumbotron-bg: #fafafa !default;
484
489
  $jumbotron-heading-color: inherit !default;
485
490
  $jumbotron-font-size: ceil(($font-size-base * 1.5)) !default;
486
-
491
+ $jumbotron-heading-font-size: ceil(($font-size-base * 4.5)) !default;
487
492
 
488
493
  //== Form states and alerts
489
494
  //
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bootswatch-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.3.4
4
+ version: 3.3.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Maxim Chernyak
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-05-24 00:00:00.000000000 Z
12
+ date: 2015-06-22 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: railties