forever_style_guide 3.4.12 → 3.4.13
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/base/_typography.scss +1 -0
- data/app/assets/stylesheets/forever_style_guide/modules/_nav-account_dropdown.scss +2 -0
- data/app/helpers/forever_style_guide/application_helper.rb +2 -2
- data/lib/forever_style_guide/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a2615142b91345937966ec0be8a737355741b551fdabdbe287099fd2a61eac34
|
|
4
|
+
data.tar.gz: 8b77447d433813e763ebd16db4f58b548fa7afcc52b511e03709de1fa0e41ec8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 44a8ddb798fa11daffe3b86e79e61e873de03c4b394dedbfe334ade2da71409890010b7a9792aa148e1372ce1343da4e29337ad03ecdc9e204f2e4efb59c5d76
|
|
7
|
+
data.tar.gz: c5f393118268300ad9ab38aa026a6dacccac76355f5b650553cd45144b465cd88196597e32f6a3aae6234e333561788be1eae882fd5979876674b1b061e5dc37
|
|
@@ -15,9 +15,11 @@ $padding-small-horizontal: 3px;
|
|
|
15
15
|
$cart-with-count-offset: 10px; //offsets .navigation-user_info-cart-with_count when there is a signed in user
|
|
16
16
|
|
|
17
17
|
$forever-club-badge-size: 50px;
|
|
18
|
+
|
|
18
19
|
$forever-club-badge-position-top: 48px;
|
|
19
20
|
$forever-club-badge-position-left: 43px;
|
|
20
21
|
|
|
22
|
+
|
|
21
23
|
.navigation-user_info {
|
|
22
24
|
height: 100%;
|
|
23
25
|
margin-top: 7px;
|
|
@@ -7,13 +7,13 @@ module ForeverStyleGuide
|
|
|
7
7
|
case copy
|
|
8
8
|
when "Forever"
|
|
9
9
|
copy.upcase + "®"
|
|
10
|
-
when "pixels2Pages", "Historian", "ClickCollage", "It's like insurance for your photos", "Paper Tray Studio", "p2P", "StoryBook Legacy", "Templates & Co", "Valet"
|
|
10
|
+
when "pixels2Pages", "Historian", "ClickCollage", "It's like insurance for your photos", "Paper Tray Studio", "p2P", "StoryBook Legacy", "Templates & Co", "Valet", "Forever Live!"
|
|
11
11
|
copy + "™"
|
|
12
12
|
when "Forever Account", "Forever Guarantee", "Forever Guarantee Fund", "Forever Membership", "Forever Retreats",
|
|
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
|
|
16
|
+
"Forever Software", "Forever Store", "Forever Premium Video Plan", "Forever Club", "Forever Print", "Forever Historian", "Forever Valet"
|
|
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] + "®"
|