forever_style_guide 4.2.2 → 4.2.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bd2d4bc807d4f937f4f652edbddb382f2894cb78afa593b4bb339d337bb7efc4
4
- data.tar.gz: d7e9d2ee85a01a0c932f864d11a117cc877f6fde0a007837992b5aea5cc9e8ad
3
+ metadata.gz: 83aec694cbd4d7a15ce1bc2830d57c2666f1f6be3abb3ad2fb10107e6a605e0b
4
+ data.tar.gz: c4607319549ff3f2f9b98bb612391536b385314860dff6bcfc9bb1b4de77c0c6
5
5
  SHA512:
6
- metadata.gz: 69cf32f4750b350af7c7dd5eb9d847872447e007936129534f81523b7d2465f9b972b89e18e14aa08b1444187507e027c2a0ed51cfd0128ae7c47365fc371866
7
- data.tar.gz: 8da0e5e251da0d14a95b11c64bdb3d8f0e3c91957de354f25aed8b06fd33a4077e6732c398879e6733f9c66ca8675c9aba813bbf4c38e4e5385ecdd8167c2da0
6
+ metadata.gz: 77f9175f8d8fcee669a126b88375a2aac359843f7c21dd658b5ecb9721d6468167ea62f68dadd441a0c10cd08603b2d0b6e6711574ef726f254059532d9020e8
7
+ data.tar.gz: ee5fdbea1ae3905f27e7c9b27e2a5cddb037d9aa77ed05a9d83ab0f0db4157734c2f97d533906ba4a74d46bd4de7dd10a2951b20a1fb389de8a071b939f594f3
@@ -87,3 +87,19 @@ $font-weight-inherit: weightify('inherit', inherit) !default;
87
87
  font-weight: #{$font-weight};
88
88
  }
89
89
  }
90
+
91
+
92
+ /*caladea serif font*/
93
+ @font-face {
94
+ font-family: 'Caladea';
95
+ src: font-url('caladea-regular.woff2') format('woff2'),
96
+ font-url('caladea-regular.woff') format('woff');
97
+ }
98
+
99
+ .font-serif {
100
+ font-family: 'Caladea', serif;
101
+ font-weight: normal;
102
+ letter-spacing: 0.035rem;
103
+ }
104
+
105
+ $font-face-serif: 'Caladea, serif';
@@ -13,7 +13,7 @@
13
13
  @import "input_groups";
14
14
  @import "list";
15
15
  @import "message_box";
16
- @import "primary_nav";
16
+ //@import "primary_nav";
17
17
  @import "progress";
18
18
  @import "promo_banner";
19
19
  @import "responsive_utilities";
@@ -27,20 +27,18 @@
27
27
  .f-subnav-container {
28
28
  display: block;
29
29
  visibility: visible;
30
- position: sticky;
31
30
  height: 47px;
32
31
  padding-top: 6px;
33
32
  padding-bottom: 6px;
34
33
  padding-right: 15px;
35
34
  padding-left: 15px;
36
35
  background: transparentize($color-white, 0.15);
37
- z-index: 1029;
38
36
  -webkit-backdrop-filter: blur(10px);
39
- backdrop-filter: blur(10px);
37
+ backdrop-filter: blur(10px);
40
38
  }
41
39
 
42
40
  @media (max-width: 768px) {
43
- .f-subnav-container{
41
+ .f-subnav-container{
44
42
  visibility: hidden;
45
43
  overflow: hidden;
46
44
  position: relative;
@@ -69,10 +67,10 @@
69
67
 
70
68
  & > * {
71
69
  font-size: 15px;
72
- -webkit-user-select: none;
70
+ -webkit-user-select: none;
73
71
  -moz-user-select: none;
74
72
  -ms-user-select: none;
75
- user-select: none;
73
+ user-select: none;
76
74
  }
77
75
 
78
76
  & > .links {
@@ -148,12 +146,12 @@
148
146
  & :hover > span, :active > span, :focus > span {
149
147
  background: transparentize($color-black, 0.95);
150
148
  color: $color-secondary;
151
- border-radius: 32px;
149
+ border-radius: 32px;
152
150
  }
153
151
  }
154
152
 
155
153
  .f-subnav-dropdown {
156
-
154
+
157
155
  display: flex;
158
156
  flex-direction: column;
159
157
  position: absolute;
@@ -161,7 +159,7 @@
161
159
  white-space: nowrap;
162
160
  transition: opacity 0.15s ease;
163
161
  -webkit-backdrop-filter: blur(10px);
164
- backdrop-filter: blur(10px);
162
+ backdrop-filter: blur(10px);
165
163
  border-radius: 2px;
166
164
  visibility: visible;
167
165
  top: 28px;
@@ -201,8 +199,8 @@
201
199
  transform: translateX(-50%);
202
200
  content: ' ';
203
201
  display: block;
204
- width: 0;
205
- height: 0;
202
+ width: 0;
203
+ height: 0;
206
204
  border-left: 8px solid transparent;
207
205
  border-right: 8px solid transparent;
208
206
  border-bottom: 8px solid transparentize($color-white, 0.14);
@@ -1,3 +1,3 @@
1
1
  module ForeverStyleGuide
2
- VERSION = "4.2.2"
2
+ VERSION = "4.2.5"
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: 4.2.2
4
+ version: 4.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nicholas McClay
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-05-24 00:00:00.000000000 Z
11
+ date: 2022-07-18 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Install this as a gem in your Forever app and it will expose style guide
14
14
  through /style-guide route
@@ -42,6 +42,8 @@ files:
42
42
  - app/assets/fonts/ProximaNova-Sbold-webfont.svg
43
43
  - app/assets/fonts/ProximaNova-Sbold-webfont.ttf
44
44
  - app/assets/fonts/ProximaNova-Sbold-webfont.woff
45
+ - app/assets/fonts/caladea-regular.woff
46
+ - app/assets/fonts/caladea-regular.woff2
45
47
  - app/assets/images/forever_style_guide/artisan-logo-sm.png
46
48
  - app/assets/images/forever_style_guide/artisan-logo.png
47
49
  - app/assets/images/forever_style_guide/check.png