forever_style_guide 3.4.15 → 3.4.16
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
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 73c194c2ed30b4d1db2bf5edad39cc25a367b89bd1cb02f29b3e581fef2bc437
|
|
4
|
+
data.tar.gz: f498bccf5d759dfc3a9b19e332afc5393d47a9191e7a82609f1ee992d5294af7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3c8a4936ab9ee1ddb39f2a29febcae41086df9a85c68c88f7b3968f08653aba3e0c55b758320b48e338885b935350840c5ee9279ecac6d773be44759386d1cbd
|
|
7
|
+
data.tar.gz: 8a130f9b4335640be2bd358fb4d913f7be58cad0e6c33eff773754eebcf4b3a84339b1c6ac5518379853fdb95abddc70c5132619f799d029a8e247784e03301a
|
|
@@ -20,6 +20,9 @@ $color-forever_gray: colorify('gray', #434445) !default;
|
|
|
20
20
|
$color-forever_silver: set_color('silver', #f6f7fb) !default;
|
|
21
21
|
|
|
22
22
|
// Deprecated brand color declarations, colors that should eventually be removed
|
|
23
|
+
// !IMPORTANT! When defining colors please follow the syntax pattern of $var_name: function_name('color_word', hex_value)
|
|
24
|
+
// Forever store promotions depend on it.
|
|
25
|
+
|
|
23
26
|
$color-forever_purple: colorify('purple', #731472) !default;
|
|
24
27
|
|
|
25
28
|
// B&W, these colors just get registered they don't have dark/light variations
|
|
@@ -85,6 +85,7 @@ $deals-icon-vertical-position: -5px;
|
|
|
85
85
|
// main product nav links
|
|
86
86
|
.navigation-menu-list {
|
|
87
87
|
height: $nav-height; // TODO - this hsould probably be the $header-height variable, pending further confirmation
|
|
88
|
+
overflow: hidden; //make sure the navigation inner elements do not overflow their main container.
|
|
88
89
|
|
|
89
90
|
.navbar-nav.navbar-text_center > li > a {
|
|
90
91
|
padding-left: $nav-horizontal-spacing;
|
|
@@ -13,14 +13,12 @@ module ForeverStyleGuide
|
|
|
13
13
|
"Forever Retreat", "Forever Ambassador", "Forever Ambassadors", "Forever Deal of the Day", "Forever App", "Forever Digital Art",
|
|
14
14
|
"Forever Digital Art Store", "Forever Founder's Club", "Forever Gift Certificate", "Forever Gift Certificates", "Forever Intro Account", "Forever Library",
|
|
15
15
|
"Forever Media Conversion", "Forever Mobile", "Forever Owner", "Forever Vault", "Forever Print Shop", "Forever Services",
|
|
16
|
-
"Forever Software", "Forever Store", "Forever Premium Video Plan", "Forever Club", "Forever Print", "Forever Historian", "Forever Valet"
|
|
16
|
+
"Forever Software", "Forever Store", "Forever Premium Video Plan", "Forever Club", "Forever Print", "Forever Historian", "Forever Valet", "Forever Live!"
|
|
17
17
|
copy[0..6].upcase + "®" + copy[7..copy.length-1]
|
|
18
18
|
when "Forever Artisan", "Forever Storage"
|
|
19
19
|
copy[0..6].upcase + copy[7..copy.length-1] + "®"
|
|
20
20
|
when "Artisan", "Panstoria"
|
|
21
21
|
copy + "®"
|
|
22
|
-
when "Forever Live!"
|
|
23
|
-
copy[0..6].upcase + copy[7..copy.length-1] + "™"
|
|
24
22
|
else
|
|
25
23
|
copy
|
|
26
24
|
end
|
|
@@ -314,10 +312,6 @@ module ForeverStyleGuide
|
|
|
314
312
|
end
|
|
315
313
|
|
|
316
314
|
# External Paths
|
|
317
|
-
def forever_live_url
|
|
318
|
-
"http://www.foreverlive2016.com"
|
|
319
|
-
end
|
|
320
|
-
|
|
321
315
|
def facebook_url
|
|
322
316
|
"https://www.facebook.com/Forever"
|
|
323
317
|
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.4.
|
|
4
|
+
version: 3.4.16
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Nicholas McClay
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-
|
|
11
|
+
date: 2018-10-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|