forever_style_guide 3.3.5 → 3.3.6
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
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: da4c40a45d3f6895529c03bf9523d7e523d28a04
|
4
|
+
data.tar.gz: 318c9394f7d09ffbf4fa474a7d8b150ddb980c2e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 953ae14866de98ca935db66ce1dde0d6197f37c2c28347f7df7e1d3a487202a811c35134fa7ad9e580ac050abe7d65457a51b2bbb65bb450bc8262b56596b6d6
|
7
|
+
data.tar.gz: fc13e1545e9cf8fcdacfb230620a7f3cd8a10a2376eea08aa12df8c0a2abe0a54c50536b2f3e851287491082318e2fefaf6a9e57264b2ef3920cd1229e851451
|
@@ -1,5 +1,6 @@
|
|
1
1
|
$navigation-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
|
2
2
|
$nav-height: 50px;
|
3
|
+
$nav-height-screen-sm: 40px;
|
3
4
|
|
4
5
|
$lg-logo-vertical-align: 5px;
|
5
6
|
$sm-logo-vertical-align: 8px;
|
@@ -204,6 +205,7 @@ a.navigation-items-link-deals {
|
|
204
205
|
}
|
205
206
|
@media (max-width: $screen-sm) {
|
206
207
|
margin: 3.5px 0;
|
208
|
+
max-height: $nav-height-screen-sm;
|
207
209
|
}
|
208
210
|
}
|
209
211
|
}
|
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.3.
|
4
|
+
version: 3.3.6
|
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-02-
|
11
|
+
date: 2018-02-20 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -306,4 +306,3 @@ signing_key:
|
|
306
306
|
specification_version: 4
|
307
307
|
summary: A live style guide and component API for the Forever brand
|
308
308
|
test_files: []
|
309
|
-
has_rdoc:
|