forever_style_guide 3.0.28 → 3.0.29

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 09c6f397141c6d4fd1e62e41cd592295f31d13ca
4
- data.tar.gz: 9dac71601e2f51d642dbc68fbd96c4b28c668f89
3
+ metadata.gz: 15ebd2c95af9da92ab1834db286896b59de977d1
4
+ data.tar.gz: 403767ee888a503f86ae651d7017f53263b83595
5
5
  SHA512:
6
- metadata.gz: c302d1a5bcc520f7fd861b527d2a68f90eab215d6d27a948b9a6ae29e5a6169605868ee0260f39b265a83ef9ebeca615db8abbf1e61c1063fa149fa7c64916c2
7
- data.tar.gz: 3521df0bf2efc2f9f44ad3007d3baaded1d957cb46835eb00503003d78778f4dcdb3726f06835a8c6739b0226381cb889b24f8fc1f0257ebc7e29946a41aa62d
6
+ metadata.gz: ead9eb3f048d5c95189b8dee680ecff69e1ab5073aea454d732f87be2d38326b074c74ade921fbb5d078e056b7acca8219808beb8cbecccc1cfd7d1f1548053a
7
+ data.tar.gz: 05be523085405ba029ed9b0a45c240c55f0595fd583f738a78f053e4e04c4b79b4bf2113cc02dd98fcfb079b1f7ae465eb99653f406f24ab6af1dfa69f74a0ea
@@ -48,3 +48,7 @@ $screen-xl-max: ($screen-xxl-min - 1) !global;
48
48
  $grid-float-breakpoint: 920px!global;
49
49
  //** Point at which the navbar begins collapsing.
50
50
  $grid-float-breakpoint-max: ($grid-float-breakpoint - 1) !global;
51
+
52
+ // Assign a minimum body width for the application
53
+ $minimum-application-width: 320px;
54
+ $minimum-application-width-xs-max: ($minimum-application-width - 1) !global;
@@ -20,8 +20,6 @@ $padding-xs-horizontal: 6px !global;
20
20
 
21
21
  /* =variables
22
22
  ---------------------------------------------------------------------------- */
23
- $minimum-application-width: 320px;
24
-
25
23
  $header-height: 50px;
26
24
 
27
25
  $footer-height: 455px;
@@ -79,11 +79,14 @@ $border-radius-modal: 6px;
79
79
  }
80
80
 
81
81
  .modal-content.modal-promo {
82
- background-image: url('modals/promobg.jpg');
83
82
  background-size: cover;
84
83
  height: $modal-promo-height;
85
84
  }
86
85
 
86
+ .modal-promo-sample {
87
+ background-image: url('modals/promobg.jpg');
88
+ }
89
+
87
90
  .modal-promo-content {
88
91
  color: $color-gray-600;
89
92
  font-size: $font-size-500;
@@ -27,7 +27,7 @@ $nav-bg-color: color('gray-700');
27
27
  display: none;
28
28
  }
29
29
 
30
- @media (max-width: $minimum-application-width) {
30
+ @media (max-width: $minimum-application-width-xs-max) {
31
31
  padding-top: 0;
32
32
  padding-right: $header-height;
33
33
  padding-left: $header-height;
@@ -1,3 +1,3 @@
1
1
  module ForeverStyleGuide
2
- VERSION = "3.0.28"
2
+ VERSION = "3.0.29"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: forever_style_guide
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.28
4
+ version: 3.0.29
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nicholas McClay
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-09-20 00:00:00.000000000 Z
11
+ date: 2016-09-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -314,8 +314,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
314
314
  version: '0'
315
315
  requirements: []
316
316
  rubyforge_project:
317
- rubygems_version: 2.2.2
317
+ rubygems_version: 2.4.6
318
318
  signing_key:
319
319
  specification_version: 4
320
320
  summary: A live style guide and component API for the Forever brand
321
321
  test_files: []
322
+ has_rdoc: