forever_style_guide 4.2.4 → 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: ab0832c2cd8a53c5a6c17ab0e612ddb7528a8ad04bdae90f7d6075f7a75c97b1
4
- data.tar.gz: 59c5f93333852a9568de4e98e64214946682217061c837f924a56e58dcf85d5f
3
+ metadata.gz: 83aec694cbd4d7a15ce1bc2830d57c2666f1f6be3abb3ad2fb10107e6a605e0b
4
+ data.tar.gz: c4607319549ff3f2f9b98bb612391536b385314860dff6bcfc9bb1b4de77c0c6
5
5
  SHA512:
6
- metadata.gz: 719364ab8034d54956607cb3fc676b7c80490bff6aa25c03a6e421d25ae773d449ea55753d4be56282595b49eb19c7c91c2bced02202b6004032b20664789340
7
- data.tar.gz: 1ef778b4379eda5239a82c10ac59b90679f804d7272a0066676ce13bd34d352b3d87866f7cd67f71ec600b4287b54ccda4b97d3fa0b089d96f6a70a6ca8cdfaa
6
+ metadata.gz: 77f9175f8d8fcee669a126b88375a2aac359843f7c21dd658b5ecb9721d6468167ea62f68dadd441a0c10cd08603b2d0b6e6711574ef726f254059532d9020e8
7
+ data.tar.gz: ee5fdbea1ae3905f27e7c9b27e2a5cddb037d9aa77ed05a9d83ab0f0db4157734c2f97d533906ba4a74d46bd4de7dd10a2951b20a1fb389de8a071b939f594f3
@@ -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.4"
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.4
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-07-14 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