fortitude-sass 0.4.2 → 0.4.3
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/Gemfile.lock +1 -1
- data/app/assets/stylesheets/fortitude/blocks/_navigationbar.scss +5 -9
- data/bower.json +1 -1
- data/lib/fortitude-sass/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0234d1ac90fbcfdb30a2db8121bfd428bcdd389f
|
|
4
|
+
data.tar.gz: 87fffce52eec85f5b49a45b77be30704c2a43a2b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 850b7d9d294847778fb1bb50469194c7df42db69292121bd22a3275ec2ac42e8c6211a8a9f93ccb2faa46f5c026003a0a4f8d881cf80949e56091340297fe5ba
|
|
7
|
+
data.tar.gz: d7ee822b75b10e39453a3adddb5c9dc08d30664b4218f17980b2e153d893d429cd85a387dd114ac6f3ba17cdfc0f7d068828e273a3d1cfa50495ef53c559df31
|
data/Gemfile.lock
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
$navigationbar-height: 4rem !default;
|
|
1
|
+
$fortitude-navigationbar-height: 4rem !default;
|
|
2
2
|
|
|
3
3
|
.navigationbar {
|
|
4
4
|
position: relative;
|
|
5
|
-
line-height: $navigationbar-height;
|
|
6
|
-
min-height: $navigationbar-height;
|
|
5
|
+
line-height: $fortitude-navigationbar-height;
|
|
6
|
+
min-height: $fortitude-navigationbar-height;
|
|
7
7
|
}
|
|
8
8
|
|
|
9
9
|
.navigationbar__header {
|
|
@@ -88,7 +88,7 @@ $navigationbar-height: 4rem !default;
|
|
|
88
88
|
}
|
|
89
89
|
|
|
90
90
|
.navigationbar__toggle {
|
|
91
|
-
margin-top: -$navigationbar-height;
|
|
91
|
+
margin-top: -$fortitude-navigationbar-height;
|
|
92
92
|
|
|
93
93
|
&:after {
|
|
94
94
|
content: "";
|
|
@@ -109,8 +109,6 @@ $navigationbar-height: 4rem !default;
|
|
|
109
109
|
opacity: 0;
|
|
110
110
|
-webkit-appearance: none;
|
|
111
111
|
-moz-appearance: none;
|
|
112
|
-
-ms-appearance: none;
|
|
113
|
-
-o-appearance: none;
|
|
114
112
|
appearance: none;
|
|
115
113
|
|
|
116
114
|
&:checked + .navigationbar__navigation {
|
|
@@ -164,7 +162,7 @@ $navigationbar-height: 4rem !default;
|
|
|
164
162
|
}
|
|
165
163
|
|
|
166
164
|
.navigationbar__toggle {
|
|
167
|
-
margin-top: -$navigationbar-height;
|
|
165
|
+
margin-top: -$fortitude-navigationbar-height;
|
|
168
166
|
|
|
169
167
|
&:after {
|
|
170
168
|
content: "";
|
|
@@ -184,8 +182,6 @@ $navigationbar-height: 4rem !default;
|
|
|
184
182
|
opacity: 0;
|
|
185
183
|
-webkit-appearance: none;
|
|
186
184
|
-moz-appearance: none;
|
|
187
|
-
-ms-appearance: none;
|
|
188
|
-
-o-appearance: none;
|
|
189
185
|
appearance: none;
|
|
190
186
|
|
|
191
187
|
&:checked + .navigationbar__navigation {
|
data/bower.json
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fortitude-sass
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Aaron Reisman
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-12-
|
|
11
|
+
date: 2014-12-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: sass
|