bootswatch 4.1.0 → 4.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (45) hide show
  1. checksums.yaml +4 -4
  2. data/assets/stylesheets/bootswatch/cerulean/_bootswatch.scss +10 -1
  3. data/assets/stylesheets/bootswatch/cerulean/_variables.scss +2 -2
  4. data/assets/stylesheets/bootswatch/cosmo/_bootswatch.scss +1 -1
  5. data/assets/stylesheets/bootswatch/cosmo/_variables.scss +2 -2
  6. data/assets/stylesheets/bootswatch/cyborg/_bootswatch.scss +1 -1
  7. data/assets/stylesheets/bootswatch/cyborg/_variables.scss +1 -1
  8. data/assets/stylesheets/bootswatch/darkly/_bootswatch.scss +1 -1
  9. data/assets/stylesheets/bootswatch/darkly/_variables.scss +3 -3
  10. data/assets/stylesheets/bootswatch/flatly/_bootswatch.scss +1 -1
  11. data/assets/stylesheets/bootswatch/flatly/_variables.scss +3 -3
  12. data/assets/stylesheets/bootswatch/journal/_bootswatch.scss +1 -1
  13. data/assets/stylesheets/bootswatch/journal/_variables.scss +1 -1
  14. data/assets/stylesheets/bootswatch/litera/_bootswatch.scss +1 -1
  15. data/assets/stylesheets/bootswatch/litera/_variables.scss +1 -1
  16. data/assets/stylesheets/bootswatch/lumen/_bootswatch.scss +1 -1
  17. data/assets/stylesheets/bootswatch/lumen/_variables.scss +1 -1
  18. data/assets/stylesheets/bootswatch/lux/_bootswatch.scss +3 -3
  19. data/assets/stylesheets/bootswatch/lux/_variables.scss +11 -1
  20. data/assets/stylesheets/bootswatch/materia/_bootswatch.scss +70 -1
  21. data/assets/stylesheets/bootswatch/materia/_variables.scss +2 -2
  22. data/assets/stylesheets/bootswatch/minty/_bootswatch.scss +1 -1
  23. data/assets/stylesheets/bootswatch/minty/_variables.scss +1 -1
  24. data/assets/stylesheets/bootswatch/pulse/_bootswatch.scss +1 -1
  25. data/assets/stylesheets/bootswatch/pulse/_variables.scss +1 -1
  26. data/assets/stylesheets/bootswatch/sandstone/_bootswatch.scss +1 -1
  27. data/assets/stylesheets/bootswatch/sandstone/_variables.scss +3 -1
  28. data/assets/stylesheets/bootswatch/simplex/_bootswatch.scss +1 -1
  29. data/assets/stylesheets/bootswatch/simplex/_variables.scss +1 -1
  30. data/assets/stylesheets/bootswatch/sketchy/_bootswatch.scss +1 -1
  31. data/assets/stylesheets/bootswatch/sketchy/_variables.scss +1 -1
  32. data/assets/stylesheets/bootswatch/slate/_bootswatch.scss +1 -1
  33. data/assets/stylesheets/bootswatch/slate/_variables.scss +1 -1
  34. data/assets/stylesheets/bootswatch/solar/_bootswatch.scss +1 -1
  35. data/assets/stylesheets/bootswatch/solar/_variables.scss +1 -1
  36. data/assets/stylesheets/bootswatch/spacelab/_bootswatch.scss +1 -1
  37. data/assets/stylesheets/bootswatch/spacelab/_variables.scss +1 -1
  38. data/assets/stylesheets/bootswatch/superhero/_bootswatch.scss +1 -1
  39. data/assets/stylesheets/bootswatch/superhero/_variables.scss +1 -1
  40. data/assets/stylesheets/bootswatch/united/_bootswatch.scss +1 -1
  41. data/assets/stylesheets/bootswatch/united/_variables.scss +1 -1
  42. data/assets/stylesheets/bootswatch/yeti/_bootswatch.scss +1 -1
  43. data/assets/stylesheets/bootswatch/yeti/_variables.scss +1 -1
  44. data/lib/bootswatch/version.rb +1 -1
  45. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a311a146a1b96b9c78abe258dcf28d7deaedde704077a0204589f30d1cb6b45a
4
- data.tar.gz: 577df34cb516167dfdc2711f4855eb28310d5d2c355195ffa9dc55bb0fa526a3
3
+ metadata.gz: f6ddac12cbc511d4ce2a88c81c470f7134a9ed40b712067294634761a5420bdc
4
+ data.tar.gz: d2df2cd04f510ef71025f57587fc3f184fee7a034494a71886adeb654c05185d
5
5
  SHA512:
6
- metadata.gz: 72bdec6f4f90faf1c2ab6ea55c1e6e64b53518da2132969a948ae7e692a3dc024087c41151a37e08f9b784ba9def2027e31d0d3f4e2ec96c40c4f6a9e7442de7
7
- data.tar.gz: 0d2a75c4eba44bfc3e88b55b1f5498a68edcd5a7c6628d54109a1e93b643bfb671cef3aa4a3c58c9c7a157d083a868d4de6fdd1e5ac7a81329f250d86dd0f506
6
+ metadata.gz: b777b418184cad82a7bb4b058808382fcb7fc0438d305114eebbccdfa7d89e478311067c708dc412e31d146491cba113364ddaa45f30fe5425f31bd378e504a8
7
+ data.tar.gz: 25146e5969455f540b96f06604e329a1c72823d0e42189e4c17bfac63f059ddffb658f2ff1795f6e462d17b0da2d774f700da11f671ceccb79f69cb61189ae32
@@ -1,4 +1,4 @@
1
- // Cerulean 4.1.0
1
+ // Cerulean 4.1.1
2
2
  // Bootswatch
3
3
 
4
4
 
@@ -58,6 +58,15 @@ $text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05) !default;
58
58
  @include btn-shadow($danger);
59
59
  }
60
60
 
61
+ .btn-light {
62
+ @include btn-shadow($light);
63
+ }
64
+
65
+ .btn-dark {
66
+ @include btn-shadow($dark);
67
+ }
68
+
69
+
61
70
  // Typography ==================================================================
62
71
 
63
72
  .bg-primary,
@@ -1,4 +1,4 @@
1
- // Cerulean 4.1.0
1
+ // Cerulean 4.1.1
2
2
  // Bootswatch
3
3
 
4
4
  //
@@ -39,7 +39,7 @@ $dark: $gray-800 !default;
39
39
 
40
40
  // Body
41
41
 
42
- $body-color: $gray-600 !default;
42
+ $body-color: $gray-700 !default;
43
43
 
44
44
  // Fonts
45
45
 
@@ -1,4 +1,4 @@
1
- // Cosmo 4.1.0
1
+ // Cosmo 4.1.1
2
2
  // Bootswatch
3
3
 
4
4
 
@@ -1,4 +1,4 @@
1
- // Cosmo 4.1.0
1
+ // Cosmo 4.1.1
2
2
  // Bootswatch
3
3
 
4
4
  //
@@ -65,4 +65,4 @@ $alert-border-width: 0 !default;
65
65
 
66
66
  // Progress bars
67
67
 
68
- $progress-height: 8px !default;
68
+ $progress-height: 0.5rem !default;
@@ -1,4 +1,4 @@
1
- // Cyborg 4.1.0
1
+ // Cyborg 4.1.1
2
2
  // Bootswatch
3
3
 
4
4
 
@@ -1,4 +1,4 @@
1
- // Cyborg 4.1.0
1
+ // Cyborg 4.1.1
2
2
  // Bootswatch
3
3
 
4
4
  //
@@ -1,4 +1,4 @@
1
- // Darkly 4.1.0
1
+ // Darkly 4.1.1
2
2
  // Bootswatch
3
3
 
4
4
 
@@ -1,4 +1,4 @@
1
- // Darkly 4.1.0
1
+ // Darkly 4.1.1
2
2
  // Bootswatch
3
3
 
4
4
  //
@@ -143,8 +143,8 @@ $modal-header-border-color: $gray-700 !default;
143
143
 
144
144
  // Progress bars
145
145
 
146
- $progress-height: 10px !default;
147
- $progress-font-size: 10px !default;
146
+ $progress-height: 0.625rem !default;
147
+ $progress-font-size: 0.625rem !default;
148
148
  $progress-bg: $gray-700 !default;
149
149
 
150
150
  // List group
@@ -1,4 +1,4 @@
1
- // Flatly 4.1.0
1
+ // Flatly 4.1.1
2
2
  // Bootswatch
3
3
 
4
4
 
@@ -1,4 +1,4 @@
1
- // Flatly 4.1.0
1
+ // Flatly 4.1.1
2
2
  // Bootswatch
3
3
 
4
4
  //
@@ -96,8 +96,8 @@ $pagination-disabled-border-color: transparent !default;
96
96
 
97
97
  // Progress bars
98
98
 
99
- $progress-height: 10px !default;
100
- $progress-font-size: 10px !default;
99
+ $progress-height: 0.625rem !default;
100
+ $progress-font-size: 0.625rem !default;
101
101
 
102
102
  // List group
103
103
 
@@ -1,4 +1,4 @@
1
- // Journal 4.1.0
1
+ // Journal 4.1.1
2
2
  // Bootswatch
3
3
 
4
4
 
@@ -1,4 +1,4 @@
1
- // Journal 4.1.0
1
+ // Journal 4.1.1
2
2
  // Bootswatch
3
3
 
4
4
  //
@@ -1,4 +1,4 @@
1
- // Litera 4.1.0
1
+ // Litera 4.1.1
2
2
  // Bootswatch
3
3
 
4
4
 
@@ -1,4 +1,4 @@
1
- // Litera 4.1.0
1
+ // Litera 4.1.1
2
2
  // Bootswatch
3
3
 
4
4
  //
@@ -1,4 +1,4 @@
1
- // Lumen 4.1.0
1
+ // Lumen 4.1.1
2
2
  // Bootswatch
3
3
 
4
4
 
@@ -1,4 +1,4 @@
1
- // Lumen 4.1.0
1
+ // Lumen 4.1.1
2
2
  // Bootswatch
3
3
 
4
4
  //
@@ -1,4 +1,4 @@
1
- // Lux 4.1.0
1
+ // Lux 4.1.1
2
2
  // Bootswatch
3
3
 
4
4
 
@@ -22,7 +22,7 @@ $web-font-path: "https://fonts.googleapis.com/css?family=Nunito+Sans:400,600" !d
22
22
  }
23
23
 
24
24
  &-brand {
25
- margin-right: 3rem;
25
+ margin-right: 2rem;
26
26
  }
27
27
  }
28
28
 
@@ -43,7 +43,7 @@ $web-font-path: "https://fonts.googleapis.com/css?family=Nunito+Sans:400,600" !d
43
43
  }
44
44
 
45
45
  .nav-item {
46
- margin-right: 3rem;
46
+ margin-right: 2rem;
47
47
  }
48
48
 
49
49
  // Buttons =====================================================================
@@ -1,4 +1,4 @@
1
- // Lux 4.1.0
1
+ // Lux 4.1.1
2
2
  // Bootswatch
3
3
 
4
4
  //
@@ -37,6 +37,8 @@ $danger: $red !default;
37
37
  $light: $white !default;
38
38
  $dark: $gray-800 !default;
39
39
 
40
+ $yiq-contrasted-threshold: 185 !default;
41
+
40
42
  // Body
41
43
 
42
44
  $body-color: $gray-600 !default;
@@ -67,8 +69,14 @@ $headings-color: $gray-900 !default;
67
69
 
68
70
  $table-border-color: rgba(0, 0, 0, 0.05) !default;
69
71
 
72
+ // Buttons + Forms
73
+
74
+ $input-btn-border-width: 0 !default;
75
+
70
76
  // Buttons
71
77
 
78
+ $btn-line-height: 1.5rem !default;
79
+
72
80
  $input-btn-padding-y: 0.75rem !default;
73
81
  $input-btn-padding-x: 2rem !default;
74
82
 
@@ -82,6 +90,8 @@ $btn-font-weight: 600 !default;
82
90
 
83
91
  // Forms
84
92
 
93
+ $input-line-height: 1.5rem !default;
94
+
85
95
  $input-bg: $gray-200 !default;
86
96
  $input-disabled-bg: $gray-300 !default;
87
97
 
@@ -1,4 +1,4 @@
1
- // Materia 4.1.0
1
+ // Materia 4.1.1
2
2
  // Bootswatch
3
3
 
4
4
 
@@ -411,6 +411,75 @@ select.form-control {
411
411
  }
412
412
  }
413
413
 
414
+ .input-group {
415
+
416
+ > .input-group-prepend > .input-group-text {
417
+ padding-right: 0.25rem;
418
+ }
419
+
420
+ > .input-group-append > .input-group-text {
421
+ padding-left: 0.25rem;
422
+ }
423
+
424
+ .form-control {
425
+ padding-left: 0.25rem;
426
+ padding-right: 0.25rem;
427
+ }
428
+ }
429
+
430
+ .input-group-sm {
431
+
432
+ > .input-group-prepend > .btn,
433
+ > .input-group-append > .btn {
434
+ padding: $input-btn-padding-y-sm $input-btn-padding-x-sm;
435
+ }
436
+
437
+ > .input-group-prepend > .input-group-text {
438
+ padding: $input-btn-padding-y-sm $input-btn-padding-x-sm $input-btn-padding-y-sm 0;
439
+ }
440
+
441
+ > .input-group-append > .input-group-text {
442
+ padding: $input-btn-padding-y-sm 0 $input-btn-padding-y-sm $input-btn-padding-x-sm;
443
+ }
444
+
445
+ > .input-group-prepend > .btn {
446
+ border-top-left-radius: $btn-border-radius-sm;
447
+ border-bottom-left-radius: $btn-border-radius-sm;
448
+ }
449
+
450
+ > .input-group-append > .btn {
451
+ border-top-right-radius: $btn-border-radius-sm;
452
+ border-bottom-right-radius: $btn-border-radius-sm;
453
+ }
454
+ }
455
+
456
+ .input-group-lg {
457
+
458
+ > .input-group-prepend > .btn,
459
+ > .input-group-append > .btn {
460
+ padding: $input-btn-padding-y-lg $input-btn-padding-x-lg;
461
+ }
462
+
463
+ > .input-group-prepend > .input-group-text {
464
+ padding: $input-btn-padding-y-lg $input-btn-padding-x-lg $input-btn-padding-y-lg 0;
465
+ }
466
+
467
+ > .input-group-append > .input-group-text {
468
+ padding: $input-btn-padding-y-lg 0 $input-btn-padding-y-lg $input-btn-padding-x-lg;
469
+ }
470
+
471
+ > .input-group-prepend > .btn {
472
+ border-top-left-radius: $btn-border-radius-lg;
473
+ border-bottom-left-radius: $btn-border-radius-lg;
474
+ }
475
+
476
+ > .input-group-append > .btn {
477
+ border-top-right-radius: $btn-border-radius-lg;
478
+ border-bottom-right-radius: $btn-border-radius-lg;
479
+ }
480
+ }
481
+
482
+
414
483
  .form-group-lg {
415
484
  select,
416
485
  select.form-control {
@@ -1,4 +1,4 @@
1
- // Materia 4.1.0
1
+ // Materia 4.1.1
2
2
  // Bootswatch
3
3
 
4
4
  //
@@ -120,7 +120,7 @@ $modal-content-border-color: transparent !default;
120
120
 
121
121
  // Progress bars
122
122
 
123
- $progress-height: 6px !default;
123
+ $progress-height: 0.375rem !default;
124
124
  $progress-border-radius: 0 !default;
125
125
 
126
126
  // Close
@@ -1,4 +1,4 @@
1
- // Minty 4.1.0
1
+ // Minty 4.1.1
2
2
  // Bootswatch
3
3
 
4
4
 
@@ -1,4 +1,4 @@
1
- // Minty 4.1.0
1
+ // Minty 4.1.1
2
2
  // Bootswatch
3
3
 
4
4
  //
@@ -1,4 +1,4 @@
1
- // Pulse 4.1.0
1
+ // Pulse 4.1.1
2
2
  // Bootswatch
3
3
 
4
4
 
@@ -1,4 +1,4 @@
1
- // Pulse 4.1.0
1
+ // Pulse 4.1.1
2
2
  // Bootswatch
3
3
 
4
4
  //
@@ -1,4 +1,4 @@
1
- // Sandstone 4.1.0
1
+ // Sandstone 4.1.1
2
2
  // Bootswatch
3
3
 
4
4
 
@@ -1,4 +1,4 @@
1
- // Sandstone 4.1.0
1
+ // Sandstone 4.1.1
2
2
  // Bootswatch
3
3
 
4
4
  //
@@ -37,6 +37,8 @@ $danger: $red !default;
37
37
  $light: $gray-200 !default;
38
38
  $dark: $gray-800 !default;
39
39
 
40
+ $yiq-contrasted-threshold: 170 !default;
41
+
40
42
  // Body
41
43
 
42
44
  $body-color: $gray-800 !default;
@@ -1,4 +1,4 @@
1
- // Simplex 4.1.0
1
+ // Simplex 4.1.1
2
2
  // Bootswatch
3
3
 
4
4
 
@@ -1,4 +1,4 @@
1
- // Simplex 4.1.0
1
+ // Simplex 4.1.1
2
2
  // Bootswatch
3
3
 
4
4
  //
@@ -1,4 +1,4 @@
1
- // Sketchy 4.1.0
1
+ // Sketchy 4.1.1
2
2
  // Bootswatch
3
3
 
4
4
 
@@ -1,4 +1,4 @@
1
- // Sketchy 4.1.0
1
+ // Sketchy 4.1.1
2
2
  // Bootswatch
3
3
 
4
4
  //
@@ -1,4 +1,4 @@
1
- // Slate 4.1.0
1
+ // Slate 4.1.1
2
2
  // Bootswatch
3
3
 
4
4
 
@@ -1,4 +1,4 @@
1
- // Slate 4.1.0
1
+ // Slate 4.1.1
2
2
  // Bootswatch
3
3
 
4
4
  //
@@ -1,4 +1,4 @@
1
- // Solar 4.1.0
1
+ // Solar 4.1.1
2
2
  // Bootswatch
3
3
 
4
4
 
@@ -1,4 +1,4 @@
1
- // Solar 4.1.0
1
+ // Solar 4.1.1
2
2
  // Bootswatch
3
3
 
4
4
  //
@@ -1,4 +1,4 @@
1
- // Spacelab 4.1.0
1
+ // Spacelab 4.1.1
2
2
  // Bootswatch
3
3
 
4
4
 
@@ -1,4 +1,4 @@
1
- // Spacelab 4.1.0
1
+ // Spacelab 4.1.1
2
2
  // Bootswatch
3
3
 
4
4
  //
@@ -1,4 +1,4 @@
1
- // Superhero 4.1.0
1
+ // Superhero 4.1.1
2
2
  // Bootswatch
3
3
 
4
4
 
@@ -1,4 +1,4 @@
1
- // Superhero 4.1.0
1
+ // Superhero 4.1.1
2
2
  // Bootswatch
3
3
 
4
4
  //
@@ -1,4 +1,4 @@
1
- // United 4.1.0
1
+ // United 4.1.1
2
2
  // Bootswatch
3
3
 
4
4
 
@@ -1,4 +1,4 @@
1
- // United 4.1.0
1
+ // United 4.1.1
2
2
  // Bootswatch
3
3
 
4
4
  //
@@ -1,4 +1,4 @@
1
- // Yeti 4.1.0
1
+ // Yeti 4.1.1
2
2
  // Bootswatch
3
3
 
4
4
 
@@ -1,4 +1,4 @@
1
- // Yeti 4.1.0
1
+ // Yeti 4.1.1
2
2
  // Bootswatch
3
3
 
4
4
  //
@@ -1,3 +1,3 @@
1
1
  module Bootswatch
2
- VERSION = '4.1.0'
2
+ VERSION = '4.1.1'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bootswatch
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.1.0
4
+ version: 4.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - mkhairi
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-04-11 00:00:00.000000000 Z
11
+ date: 2018-05-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sass
@@ -144,7 +144,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
144
144
  version: '0'
145
145
  requirements: []
146
146
  rubyforge_project:
147
- rubygems_version: 2.7.3
147
+ rubygems_version: 2.7.6
148
148
  signing_key:
149
149
  specification_version: 4
150
150
  summary: Bootswatches sass for rails.