bootswatch-rails 0.1.0 → 0.2.0

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 (27) hide show
  1. data/README.md +1 -0
  2. data/lib/bootswatch-rails/version.rb +1 -1
  3. data/vendor/assets/stylesheets/bootswatch/amelia/_bootswatch.scss +13 -13
  4. data/vendor/assets/stylesheets/bootswatch/amelia/_variables.scss +15 -15
  5. data/vendor/assets/stylesheets/bootswatch/cerulean/_bootswatch.scss +9 -9
  6. data/vendor/assets/stylesheets/bootswatch/cerulean/_variables.scss +16 -16
  7. data/vendor/assets/stylesheets/bootswatch/cosmo/_bootswatch.scss +592 -0
  8. data/vendor/assets/stylesheets/bootswatch/cosmo/_variables.scss +302 -0
  9. data/vendor/assets/stylesheets/bootswatch/cyborg/_bootswatch.scss +16 -16
  10. data/vendor/assets/stylesheets/bootswatch/cyborg/_variables.scss +9 -9
  11. data/vendor/assets/stylesheets/bootswatch/journal/_bootswatch.scss +1 -1
  12. data/vendor/assets/stylesheets/bootswatch/journal/_variables.scss +11 -11
  13. data/vendor/assets/stylesheets/bootswatch/readable/_bootswatch.scss +1 -1
  14. data/vendor/assets/stylesheets/bootswatch/readable/_variables.scss +13 -13
  15. data/vendor/assets/stylesheets/bootswatch/simplex/_bootswatch.scss +1 -1
  16. data/vendor/assets/stylesheets/bootswatch/simplex/_variables.scss +16 -16
  17. data/vendor/assets/stylesheets/bootswatch/slate/_bootswatch.scss +26 -26
  18. data/vendor/assets/stylesheets/bootswatch/slate/_variables.scss +11 -11
  19. data/vendor/assets/stylesheets/bootswatch/spacelab/_bootswatch.scss +4 -4
  20. data/vendor/assets/stylesheets/bootswatch/spacelab/_variables.scss +16 -16
  21. data/vendor/assets/stylesheets/bootswatch/spruce/_bootswatch.scss +13 -13
  22. data/vendor/assets/stylesheets/bootswatch/spruce/_variables.scss +17 -17
  23. data/vendor/assets/stylesheets/bootswatch/superhero/_bootswatch.scss +39 -39
  24. data/vendor/assets/stylesheets/bootswatch/superhero/_variables.scss +13 -13
  25. data/vendor/assets/stylesheets/bootswatch/united/_bootswatch.scss +3 -3
  26. data/vendor/assets/stylesheets/bootswatch/united/_variables.scss +17 -17
  27. metadata +12 -5
@@ -23,7 +23,7 @@ $white: #fff;
23
23
  // Accent colors
24
24
  // -------------------------
25
25
  $blue: #369;
26
- $blueDark: darken($blue, 15%);
26
+ $blueDark: darken($blue, .15);
27
27
  $green: #22B24C;
28
28
  $red: #C00;
29
29
  $yellow: #FCFADB;
@@ -67,11 +67,11 @@ $tableBorder: #ddd; // table and cell border
67
67
  // Buttons
68
68
  // -------------------------
69
69
  $btnBackground: $white;
70
- $btnBackgroundHighlight: darken($white, 10%);
71
- $btnBorder: darken($white, 20%);
70
+ $btnBackgroundHighlight: darken($white, .1);
71
+ $btnBorder: darken($white, .2);
72
72
 
73
73
  $btnPrimaryBackground: $linkColor;
74
- $btnPrimaryBackgroundHighlight: adjust-hue($btnPrimaryBackground, 15%);
74
+ $btnPrimaryBackgroundHighlight: adjust-hue($btnPrimaryBackground, .15);
75
75
 
76
76
  $btnInfoBackground: #5bc0de;
77
77
  $btnInfoBackgroundHighlight: #2f96b4;
@@ -79,7 +79,7 @@ $btnInfoBackgroundHighlight: #2f96b4;
79
79
  $btnSuccessBackground: #62c462;
80
80
  $btnSuccessBackgroundHighlight: #51a351;
81
81
 
82
- $btnWarningBackground: lighten($orange, 15%);
82
+ $btnWarningBackground: lighten($orange, .15);
83
83
  $btnWarningBackgroundHighlight: $orange;
84
84
 
85
85
  $btnDangerBackground: #ee5f5b;
@@ -145,9 +145,9 @@ $navbarLinkColorActive: $navbarLinkColorHover;
145
145
  $navbarLinkBackgroundHover: transparent;
146
146
  $navbarLinkBackgroundActive: $navbarBackground;
147
147
 
148
- $navbarSearchBackground: lighten($navbarBackground, 25%);
148
+ $navbarSearchBackground: lighten($navbarBackground, .25);
149
149
  $navbarSearchBackgroundFocus: $white;
150
- $navbarSearchBorder: darken($navbarSearchBackground, 30%);
150
+ $navbarSearchBorder: darken($navbarSearchBackground, .3);
151
151
  $navbarSearchPlaceholderColor: #ccc;
152
152
 
153
153
 
@@ -162,19 +162,19 @@ $heroUnitLeadColor: inherit;
162
162
  // -------------------------
163
163
  $warningText: #c09853;
164
164
  $warningBackground: #fcf8e3;
165
- $warningBorder: darken(adjust-hue($warningBackground, -10), 3%);
165
+ $warningBorder: darken(adjust-hue($warningBackground, -10), .03);
166
166
 
167
167
  $errorText: #b94a48;
168
168
  $errorBackground: #f2dede;
169
- $errorBorder: darken(adjust-hue($errorBackground, -10), 3%);
169
+ $errorBorder: darken(adjust-hue($errorBackground, -10), .03);
170
170
 
171
171
  $successText: #468847;
172
172
  $successBackground: #dff0d8;
173
- $successBorder: darken(adjust-hue($successBackground, -10), 5%);
173
+ $successBorder: darken(adjust-hue($successBackground, -10), .05);
174
174
 
175
175
  $infoText: #3a87ad;
176
176
  $infoBackground: #d9edf7;
177
- $infoBorder: darken(adjust-hue($infoBackground, -10), 7%);
177
+ $infoBorder: darken(adjust-hue($infoBackground, -10), .07);
178
178
 
179
179
 
180
180
 
@@ -306,7 +306,7 @@ div.subnav-fixed {
306
306
  // -----------------------------------------------------
307
307
 
308
308
  .btn-primary {
309
- @include buttonBackground(lighten($btnPrimaryBackground, 10%), $btnPrimaryBackground);
309
+ @include buttonBackground(lighten($btnPrimaryBackground, .1), $btnPrimaryBackground);
310
310
  }
311
311
 
312
312
  .btn [class^="icon-"],
@@ -41,7 +41,7 @@ $textColor: #090000;
41
41
  // Links
42
42
  // -------------------------
43
43
  $linkColor: $red;
44
- $linkColorHover: lighten($linkColor, 8%);
44
+ $linkColorHover: lighten($linkColor, .08);
45
45
 
46
46
 
47
47
  // Typography
@@ -59,19 +59,19 @@ $headingsColor: inherit; // empty to use BS default, $textColor
59
59
  // Tables
60
60
  // -------------------------
61
61
  $tableBackground: transparent; // overall background-color
62
- $tableBackgroundAccent: darken($bodyBackground, 2%); // for striping
63
- $tableBackgroundHover: darken($bodyBackground, 4%); // for hover
62
+ $tableBackgroundAccent: darken($bodyBackground, .02); // for striping
63
+ $tableBackgroundHover: darken($bodyBackground, .04); // for hover
64
64
  $tableBorder: #ddd; // table and cell border
65
65
 
66
66
 
67
67
  // Buttons
68
68
  // -------------------------
69
69
  $btnBackground: $white;
70
- $btnBackgroundHighlight: darken($white, 10%);
71
- $btnBorder: darken($white, 20%);
70
+ $btnBackgroundHighlight: darken($white, .1);
71
+ $btnBorder: darken($white, .2);
72
72
 
73
73
  $btnPrimaryBackground: $linkColor;
74
- $btnPrimaryBackgroundHighlight: adjust-hue($btnPrimaryBackground, 15%);
74
+ $btnPrimaryBackgroundHighlight: adjust-hue($btnPrimaryBackground, .15);
75
75
 
76
76
  $btnInfoBackground: #5bc0de;
77
77
  $btnInfoBackgroundHighlight: #2f96b4;
@@ -79,7 +79,7 @@ $btnInfoBackgroundHighlight: #2f96b4;
79
79
  $btnSuccessBackground: #62c462;
80
80
  $btnSuccessBackgroundHighlight: #51a351;
81
81
 
82
- $btnWarningBackground: lighten($orange, 15%);
82
+ $btnWarningBackground: lighten($orange, .15);
83
83
  $btnWarningBackgroundHighlight: $orange;
84
84
 
85
85
  $btnDangerBackground: #ee5f5b;
@@ -145,9 +145,9 @@ $navbarLinkColorActive: $linkColorHover;
145
145
  $navbarLinkBackgroundHover: transparent;
146
146
  $navbarLinkBackgroundActive: $navbarBackground;
147
147
 
148
- $navbarSearchBackground: lighten($navbarBackground, 25%);
148
+ $navbarSearchBackground: lighten($navbarBackground, .25);
149
149
  $navbarSearchBackgroundFocus: $white;
150
- $navbarSearchBorder: darken($navbarSearchBackground, 30%);
150
+ $navbarSearchBorder: darken($navbarSearchBackground, .3);
151
151
  $navbarSearchPlaceholderColor: #ccc;
152
152
 
153
153
 
@@ -162,19 +162,19 @@ $heroUnitLeadColor: inherit;
162
162
  // -------------------------
163
163
  $warningText: #c09853;
164
164
  $warningBackground: #fcf8e3;
165
- $warningBorder: darken(adjust-hue($warningBackground, -10), 3%);
165
+ $warningBorder: darken(adjust-hue($warningBackground, -10), .03);
166
166
 
167
167
  $errorText: #b94a48;
168
168
  $errorBackground: #f2dede;
169
- $errorBorder: darken(adjust-hue($errorBackground, -10), 3%);
169
+ $errorBorder: darken(adjust-hue($errorBackground, -10), .03);
170
170
 
171
171
  $successText: #468847;
172
172
  $successBackground: #dff0d8;
173
- $successBorder: darken(adjust-hue($successBackground, -10), 5%);
173
+ $successBorder: darken(adjust-hue($successBackground, -10), .05);
174
174
 
175
175
  $infoText: #3a87ad;
176
176
  $infoBackground: #d9edf7;
177
- $infoBorder: darken(adjust-hue($infoBackground, -10), 7%);
177
+ $infoBorder: darken(adjust-hue($infoBackground, -10), .07);
178
178
 
179
179
 
180
180
 
@@ -176,7 +176,7 @@ div.subnav {
176
176
  .nav-tabs {
177
177
 
178
178
  & > li > a {
179
- background-color: darken($bodyBackground, 3%);
179
+ background-color: darken($bodyBackground, .03);
180
180
  border: 1px solid #ccc;
181
181
  color: $textColor;
182
182
 
@@ -67,22 +67,22 @@ $tableBorder: #ddd; // table and cell border
67
67
  // Buttons
68
68
  // -------------------------
69
69
  $btnBackground: $white;
70
- $btnBackgroundHighlight: darken($white, 10%);
71
- $btnBorder: darken($white, 20%);
70
+ $btnBackgroundHighlight: darken($white, .1);
71
+ $btnBorder: darken($white, .2);
72
72
 
73
- $btnPrimaryBackground: lighten($linkColor, 5%);
73
+ $btnPrimaryBackground: lighten($linkColor, .05);
74
74
  $btnPrimaryBackgroundHighlight: $linkColor;
75
75
 
76
- $btnInfoBackground: lighten(#5bc0de, 5%);
76
+ $btnInfoBackground: lighten(#5bc0de, .05);
77
77
  $btnInfoBackgroundHighlight: #5bc0de;
78
78
 
79
- $btnSuccessBackground: lighten($green, 5%);
79
+ $btnSuccessBackground: lighten($green, .05);
80
80
  $btnSuccessBackgroundHighlight: $green;
81
81
 
82
- $btnWarningBackground: lighten($yellow, 5%);
82
+ $btnWarningBackground: lighten($yellow, .05);
83
83
  $btnWarningBackgroundHighlight: $yellow;
84
84
 
85
- $btnDangerBackground: lighten($red, 5%);
85
+ $btnDangerBackground: lighten($red, .05);
86
86
  $btnDangerBackgroundHighlight: $red;
87
87
 
88
88
  $btnInverseBackground: $gray;
@@ -161,7 +161,7 @@ $navbarCollapseWidth: 979px;
161
161
  $navbarHeight: 40px;
162
162
  $navbarBackground: #fefefe;
163
163
  $navbarBackgroundHighlight: $navbarBackground;
164
- $navbarBorder: darken($navbarBackground, 12%);
164
+ $navbarBorder: darken($navbarBackground, .12);
165
165
 
166
166
  $navbarText: $gray;
167
167
  $navbarLinkColor: $gray;
@@ -174,8 +174,8 @@ $navbarBrandColor: $headingsColor;
174
174
 
175
175
  // Inverted navbar
176
176
  $navbarInverseBackground: $red;
177
- $navbarInverseBackgroundHighlight: lighten($red, 6%);
178
- $navbarInverseBorder: lighten($navbarInverseBackground, 8%);
177
+ $navbarInverseBackgroundHighlight: lighten($red, .06);
178
+ $navbarInverseBorder: lighten($navbarInverseBackground, .08);
179
179
 
180
180
  $navbarInverseText: $white;
181
181
  $navbarInverseLinkColor: $white;
@@ -184,7 +184,7 @@ $navbarInverseLinkColorActive: $navbarInverseLinkColorHover;
184
184
  $navbarInverseLinkBackgroundHover: transparent;
185
185
  $navbarInverseLinkBackgroundActive: $navbarInverseBackground;
186
186
 
187
- $navbarInverseSearchBackground: lighten($navbarInverseBackground, 25%);
187
+ $navbarInverseSearchBackground: lighten($navbarInverseBackground, .25);
188
188
  $navbarInverseSearchBackgroundFocus: $white;
189
189
  $navbarInverseSearchBorder: $navbarInverseBackground;
190
190
  $navbarInverseSearchPlaceholderColor: $white;
@@ -210,19 +210,19 @@ $heroUnitLeadColor: inherit;
210
210
  // -------------------------
211
211
  $warningText: $orange;
212
212
  $warningBackground: #fcf8e3;
213
- $warningBorder: darken(adjust-hue($warningBackground, -10), 3%);
213
+ $warningBorder: darken(adjust-hue($warningBackground, -10), .03);
214
214
 
215
215
  $errorText: $red;
216
216
  $errorBackground: #f2dede;
217
- $errorBorder: darken(adjust-hue($errorBackground, -10), 3%);
217
+ $errorBorder: darken(adjust-hue($errorBackground, -10), .03);
218
218
 
219
219
  $successText: $green;
220
220
  $successBackground: #dff0d8;
221
- $successBorder: darken(adjust-hue($successBackground, -10), 5%);
221
+ $successBorder: darken(adjust-hue($successBackground, -10), .05);
222
222
 
223
223
  $infoText: $blue;
224
224
  $infoBackground: #d9edf7;
225
- $infoBorder: darken(adjust-hue($infoBackground, -10), 7%);
225
+ $infoBorder: darken(adjust-hue($infoBackground, -10), .07);
226
226
 
227
227
 
228
228
  // Tooltips and popovers
@@ -235,7 +235,7 @@ $tooltipArrowColor: $tooltipBackground;
235
235
  $popoverBackground: #fff;
236
236
  $popoverArrowWidth: 10px;
237
237
  $popoverArrowColor: #fff;
238
- $popoverTitleBackground: darken($popoverBackground, 3%);
238
+ $popoverTitleBackground: darken($popoverBackground, .03);
239
239
 
240
240
  // Special enhancement for popovers
241
241
  $popoverArrowOuterWidth: $popoverArrowWidth + 1;
@@ -18,7 +18,7 @@ h1, h2, h3, h4, h5, h6, body, legend, label {
18
18
 
19
19
  .navbar .navbar-inner,
20
20
  div.subnav {
21
- @include gradient-vertical-three-colors($gray, $grayDark, 70%, $grayDark);
21
+ @include gradient-vertical-three-colors($gray, $grayDark, .7, $grayDark);
22
22
  }
23
23
 
24
24
  .navbar .divider-vertical {
@@ -31,7 +31,7 @@ div.subnav {
31
31
  div.subnav .nav > li > a {
32
32
  color: $grayLighter;
33
33
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
34
- border-right: 1px solid darken($gray, 15%);
34
+ border-right: 1px solid darken($gray, .15);
35
35
  }
36
36
 
37
37
  .navbar .nav > li > a,
@@ -53,8 +53,8 @@ div.subnav .nav > li.active > a,
53
53
  div.subnav .nav > li.active > a:hover {
54
54
  color: $grayLighter;
55
55
  background-color: $grayDark;
56
- @include gradient-directional(lighten($grayDarker, 4%), lighten($grayDark, 4%), 280deg);
57
- border-right: 1px solid darken($gray, 15%);
56
+ @include gradient-directional(lighten($grayDarker, .04), lighten($grayDark, .04), 280deg);
57
+ border-right: 1px solid darken($gray, .15);
58
58
  }
59
59
 
60
60
  div.subnav .nav > li:first-child > a,
@@ -64,12 +64,12 @@ div.subnav .nav > li:first-child > a:hover {
64
64
 
65
65
  div.subnav.subnav-fixed .nav > li.active:first-child > a,
66
66
  div.subnav.subnav-fixed .nav > li:first-child > a:hover {
67
- border-left: 1px solid darken($gray, 15%);
67
+ border-left: 1px solid darken($gray, .15);
68
68
  }
69
69
 
70
70
  div.subnav .nav > li.active:last-child > a,
71
71
  div.subnav .nav > li:last-child > a:hover {
72
- border-right: 1px solid darken($gray, 15%);
72
+ border-right: 1px solid darken($gray, .15);
73
73
  }
74
74
 
75
75
  div.subnav {
@@ -82,7 +82,7 @@ div.subnav-fixed {
82
82
  }
83
83
 
84
84
  .navbar-search .search-query {
85
- border: 1px solid darken($gray, 15%);
85
+ border: 1px solid darken($gray, .15);
86
86
  }
87
87
 
88
88
  .nav .nav-header {
@@ -120,7 +120,7 @@ div.subnav-fixed {
120
120
  // -----------------------------------------------------
121
121
 
122
122
  .btn {
123
- @include buttonBackground($gray, darken($gray, 10%));
123
+ @include buttonBackground($gray, darken($gray, .1));
124
124
  @include border-radius(3px);
125
125
  border: 1px solid $grayDarker;
126
126
  }
@@ -135,7 +135,7 @@ div.subnav-fixed {
135
135
  @include buttonBackground($btnPrimaryBackground, adjust-hue($btnPrimaryBackground, 20));
136
136
  }
137
137
  .btn-warning {
138
- @include buttonBackground(lighten($orange, 15%), $orange);
138
+ @include buttonBackground(lighten($orange, .15), $orange);
139
139
  }
140
140
 
141
141
  .btn-danger {
@@ -162,16 +162,16 @@ div.subnav-fixed {
162
162
  // -----------------------------------------------------
163
163
 
164
164
  .table th, .table td, .table tbody + tbody {
165
- border-top: 1px solid darken($grayDarker, 5%);
165
+ border-top: 1px solid darken($grayDarker, .05);
166
166
  }
167
167
 
168
168
  .table-bordered {
169
- border: 1px solid darken($grayDarker, 5%);
169
+ border: 1px solid darken($grayDarker, .05);
170
170
  th + th,
171
171
  td + td,
172
172
  th + td,
173
173
  td + th {
174
- border-left: 1px solid darken($grayDarker, 5%);
174
+ border-left: 1px solid darken($grayDarker, .05);
175
175
  }
176
176
  // Prevent a double border
177
177
  thead:first-child tr:first-child th,
@@ -185,7 +185,7 @@ div.subnav-fixed {
185
185
  tbody {
186
186
  tr:nth-child(odd) td,
187
187
  tr:nth-child(odd) th {
188
- background-color: darken($grayDark, 5%);
188
+ background-color: darken($grayDark, .05);
189
189
  }
190
190
  }
191
191
  }
@@ -211,7 +211,7 @@ div.subnav-fixed {
211
211
  .breadcrumb, .pagination > ul a, .pager a {
212
212
  border: 1px solid transparent;
213
213
  @include box-shadow('0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1)');
214
- @include gradient-vertical-three-colors($gray, $grayDark, 70%, $grayDark);
214
+ @include gradient-vertical-three-colors($gray, $grayDark, .7, $grayDark);
215
215
  }
216
216
 
217
217
  .breadcrumb li, .breadcrumb a, .pagination > ul a {
@@ -227,13 +227,13 @@ div.subnav-fixed {
227
227
  .pagination li > a,
228
228
  .pagination li.disabled > a {
229
229
  border-left: 1px solid $gray;
230
- border-right: 1px solid darken($gray, 15%);
230
+ border-right: 1px solid darken($gray, .15);
231
231
  border-top: none;
232
232
  border-bottom: none;
233
233
  }
234
234
 
235
235
  .pagination li.disabled > a {
236
- @include gradient-vertical-three-colors($grayLight, $gray, 70%, $gray);
236
+ @include gradient-vertical-three-colors($grayLight, $gray, .7, $gray);
237
237
  }
238
238
 
239
239
  .pagination > ul > li:not(.disabled) a:hover,
@@ -246,7 +246,7 @@ div.subnav-fixed {
246
246
  .pagination > ul > li.active > a:hover {
247
247
  color: $grayLighter;
248
248
  background-color: $grayDark;
249
- @include gradient-directional(lighten($grayDarker, 4%), lighten($grayDark, 4%), 280deg);
249
+ @include gradient-directional(lighten($grayDarker, .04), lighten($grayDark, .04), 280deg);
250
250
  border-left: 1px solid transparent;
251
251
  }
252
252
 
@@ -298,7 +298,7 @@ div.subnav-fixed {
298
298
  .nav > li > a {
299
299
  border: none;
300
300
  @include box-shadow('0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1)');
301
- @include gradient-vertical-three-colors($gray, $grayDark, 70%, $grayDark);
301
+ @include gradient-vertical-three-colors($gray, $grayDark, .7, $grayDark);
302
302
 
303
303
  }
304
304
 
@@ -308,7 +308,7 @@ div.subnav-fixed {
308
308
  }
309
309
 
310
310
  .nav.nav-list .divider {
311
- border-bottom: 1px solid darken($grayDarker, 5%);
311
+ border-bottom: 1px solid darken($grayDarker, .05);
312
312
  background-color: transparent;
313
313
  }
314
314
 
@@ -336,7 +336,7 @@ label, input, button, select, textarea, legend {
336
336
  }
337
337
 
338
338
  .form-actions {
339
- background-color: darken($grayDarker, 3%);
339
+ background-color: darken($grayDarker, .03);
340
340
  border-top: none;
341
341
  }
342
342
 
@@ -396,18 +396,18 @@ label, input, button, select, textarea, legend {
396
396
 
397
397
  code, pre {
398
398
  background-color: #F7F7F7;
399
- border: 1px solid darken($grayDarker, 5%);
399
+ border: 1px solid darken($grayDarker, .05);
400
400
  text-shadow: none;
401
401
  }
402
402
 
403
403
  hr, legend, .page-header, .dropdown-menu .divider {
404
404
  border-top: none;
405
- border-bottom: 1px solid darken($grayDarker, 5%);
405
+ border-bottom: 1px solid darken($grayDarker, .05);
406
406
  background-color: transparent;
407
407
  }
408
408
 
409
409
  footer.footer {
410
- border-top: 1px solid darken($grayDarker, 5%);
410
+ border-top: 1px solid darken($grayDarker, .05);
411
411
 
412
412
  p {
413
413
  color: $textColor;
@@ -415,14 +415,14 @@ footer.footer {
415
415
  }
416
416
 
417
417
  .well, .progress {
418
- background-color: darken($grayDarker, 3%);
418
+ background-color: darken($grayDarker, .03);
419
419
  @include box-shadow(inset 1px 1px 1px rgba(0, 0, 0, 0.5));
420
420
  }
421
421
 
422
422
  .progress {
423
- @include gradient-vertical(darken($grayDarker, 3%), darken($grayDarker, 3%));
423
+ @include gradient-vertical(darken($grayDarker, .03), darken($grayDarker, .03));
424
424
  }
425
425
 
426
426
  .thumbnail, a.thumbnail:hover {
427
- border: 1px solid darken($grayDarker, 5%);
427
+ border: 1px solid darken($grayDarker, .05);
428
428
  }