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 +4 -4
- data/app/assets/stylesheets/forever_style_guide/globals/_breakpoints.scss +4 -0
- data/app/assets/stylesheets/forever_style_guide/globals/_variables.scss +0 -2
- data/app/assets/stylesheets/forever_style_guide/modules/_modal.scss +4 -1
- data/app/assets/stylesheets/forever_style_guide/modules/_nav.scss +1 -1
- data/lib/forever_style_guide/version.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 15ebd2c95af9da92ab1834db286896b59de977d1
|
4
|
+
data.tar.gz: 403767ee888a503f86ae651d7017f53263b83595
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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;
|
@@ -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;
|
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.
|
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-
|
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.
|
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:
|