forever_style_guide 3.4.9 → 3.4.10
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: 98306cbaccd9b24d23f48eb4c66060e2d7a76c2891507bbb7dd55eda4b5b7bef
|
|
4
|
+
data.tar.gz: 0e0864eb18baed1e7c4a58e6d4587d1e2a472fafe07dcb2b57d11ec6b2cee54b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 41114d399ed3d1b546c1f8a36f38a412e2edf7a21ae0ac4fb25f023cb01388cd6f853c5a83d00592eb390ee26665e7f20254de450d9bd5cf85d4a3bb8cf7e86e
|
|
7
|
+
data.tar.gz: 18bd4dabfc725ed3a47aa09a665320844996ffa60f1398684fa0bd67fbedda2eac7c73352d8d5e276442ea9347fb7cd98492f49fa91238197e70abb1c4797e35
|
|
@@ -50,6 +50,11 @@ $sign-up-btn-top-padding: 8px;
|
|
|
50
50
|
margin-right: -10px; // equalize padding between right-side icons
|
|
51
51
|
}
|
|
52
52
|
|
|
53
|
+
@media (max-width: $screen-xs-max) {
|
|
54
|
+
margin-right: -12px;
|
|
55
|
+
margin-left: -4px;
|
|
56
|
+
}
|
|
57
|
+
|
|
53
58
|
&:hover {
|
|
54
59
|
.icon-bar {
|
|
55
60
|
background-color: $color-secondary;
|
|
@@ -3,13 +3,18 @@ $nav-height: 50px;
|
|
|
3
3
|
$nav-horizontal-spacing: 8px;
|
|
4
4
|
$nav-icon-padding: 4px;
|
|
5
5
|
|
|
6
|
-
$logo-height-
|
|
7
|
-
$logo-
|
|
8
|
-
$logo-max-width: 175px;
|
|
9
|
-
$logo-max-width-small: 138px;
|
|
6
|
+
$logo-height-lg: 28px;
|
|
7
|
+
$logo-max-width-lg: 175px;
|
|
10
8
|
$logo-vertical-align-lg: 5px;
|
|
9
|
+
|
|
10
|
+
$logo-height-sm: 22px;
|
|
11
|
+
$logo-max-width-sm: 138px;
|
|
11
12
|
$logo-vertical-align-sm: 6px;
|
|
12
13
|
|
|
14
|
+
$logo-height-xs: 26px;
|
|
15
|
+
$logo-max-width-xs: 162px;
|
|
16
|
+
$logo-vertical-align-xs: 6px;
|
|
17
|
+
|
|
13
18
|
$hover-border-size: 4px;
|
|
14
19
|
$navigation-link-hover-transition: color 0.15s ease-in-out;
|
|
15
20
|
|
|
@@ -42,9 +47,14 @@ $deals-icon-vertical-position: -5px;
|
|
|
42
47
|
box-shadow: $navigation-shadow;
|
|
43
48
|
|
|
44
49
|
.container-fluid {
|
|
50
|
+
@media (max-width: $screen-xs-max) {
|
|
51
|
+
padding-right: $nav-horizontal-spacing;
|
|
52
|
+
padding-left: $nav-horizontal-spacing;
|
|
53
|
+
}
|
|
54
|
+
|
|
45
55
|
@media (min-width: $grid-float-breakpoint) and (max-width: $screen-md) {
|
|
46
|
-
padding-right:
|
|
47
|
-
padding-left:
|
|
56
|
+
padding-right: $nav-horizontal-spacing;
|
|
57
|
+
padding-left: $nav-horizontal-spacing;
|
|
48
58
|
}
|
|
49
59
|
> .navbar-header {
|
|
50
60
|
margin-left: 0;
|
|
@@ -54,21 +64,21 @@ $deals-icon-vertical-position: -5px;
|
|
|
54
64
|
|
|
55
65
|
.navbar-logo_image,
|
|
56
66
|
.navbar-logo {
|
|
57
|
-
|
|
67
|
+
display: inline-block;
|
|
68
|
+
height: $logo-height-lg;
|
|
58
69
|
margin-top: $logo-vertical-align-lg;
|
|
59
|
-
max-width: $logo-max-width; // you need to constrain your svg for IE
|
|
70
|
+
max-width: $logo-max-width-lg; // you need to constrain your svg for IE
|
|
60
71
|
|
|
61
|
-
@media (max-width: $screen-
|
|
62
|
-
height: $logo-height-
|
|
63
|
-
max-width: $logo-max-width-
|
|
64
|
-
margin-top: $logo-vertical-align-
|
|
72
|
+
@media (max-width: $screen-xs-max) {
|
|
73
|
+
height: $logo-height-xs;
|
|
74
|
+
max-width: $logo-max-width-xs;
|
|
75
|
+
margin-top: $logo-vertical-align-xs;
|
|
65
76
|
}
|
|
66
77
|
|
|
67
|
-
@media (
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
margin-top: $logo-vertical-align-
|
|
71
|
-
max-width: $logo-max-width; // you need to constrain your svg for IE
|
|
78
|
+
@media (min-width: $grid-float-breakpoint) and (max-width: $screen-md_to_lg-plus) {
|
|
79
|
+
height: $logo-height-sm;
|
|
80
|
+
max-width: $logo-max-width-sm;
|
|
81
|
+
margin-top: $logo-vertical-align-sm;
|
|
72
82
|
}
|
|
73
83
|
}
|
|
74
84
|
|
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.10
|
|
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-06-
|
|
11
|
+
date: 2018-06-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|