fortitude-sass 0.4.3 → 0.4.4

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
  SHA1:
3
- metadata.gz: 0234d1ac90fbcfdb30a2db8121bfd428bcdd389f
4
- data.tar.gz: 87fffce52eec85f5b49a45b77be30704c2a43a2b
3
+ metadata.gz: 36b021fad9f6479da4962fcd81e56e78841176a7
4
+ data.tar.gz: 24ea0c1f5e6a1b97748b443a32652759a918e6c8
5
5
  SHA512:
6
- metadata.gz: 850b7d9d294847778fb1bb50469194c7df42db69292121bd22a3275ec2ac42e8c6211a8a9f93ccb2faa46f5c026003a0a4f8d881cf80949e56091340297fe5ba
7
- data.tar.gz: d7ee822b75b10e39453a3adddb5c9dc08d30664b4218f17980b2e153d893d429cd85a387dd114ac6f3ba17cdfc0f7d068828e273a3d1cfa50495ef53c559df31
6
+ metadata.gz: cba266cfb430a53c519aaf4d44610ec09479ce2bcf09bd33b494cef76d79a1de51f54e05b170a8bf4a9640c58683183585767a3b5b00dfa85a0d62ab3ee2168e
7
+ data.tar.gz: 15a46a879525985124bf77cd12005c248941be7c080e5cca3692eb84c12d4aad468ff171a0d97f9e4d0c03f7eaaec892cd7ec67b0a661850b4d03b26ed1b6651
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- fortitude-sass (0.4.3)
4
+ fortitude-sass (0.4.4)
5
5
  autoprefixer-rails
6
6
  sass (~> 3.3)
7
7
  thor
@@ -57,7 +57,7 @@ $fortitude-navigationbar-height: 4rem !default;
57
57
  z-index: 1;
58
58
  }
59
59
 
60
- @media (max-width: 767px) {
60
+ @include fortitude-breakpoint(xs, $fortitude-breakpoints) {
61
61
  .navigationbar__header {
62
62
  float: none;
63
63
  }
@@ -120,6 +120,9 @@ $fortitude-navigationbar-height: 4rem !default;
120
120
  clear: both;
121
121
  display: none;
122
122
  margin-right: 0;
123
+ position: absolute;
124
+ top: 100%;
125
+ width: 100%;
123
126
  }
124
127
 
125
128
  .navigationbar__item {
@@ -133,76 +136,3 @@ $fortitude-navigationbar-height: 4rem !default;
133
136
  }
134
137
  }
135
138
  }
136
-
137
- @media (min-width: 768px) and (max-width: 991px) {
138
- .navigationbar--employers-offers {
139
- .navigationbar__header {
140
- float: none;
141
- }
142
-
143
- .navigationbar__toggle {
144
- float: none;
145
-
146
- > .icon {
147
- display: inline-block;
148
- }
149
- }
150
-
151
- .navigationbar__toggle__helper {
152
- display: inline-block;
153
- }
154
-
155
- .navigationbar__dropdown {
156
- display: block;
157
- position: static;
158
- }
159
-
160
- .navigationbar__item {
161
- display: block;
162
- }
163
-
164
- .navigationbar__toggle {
165
- margin-top: -$fortitude-navigationbar-height;
166
-
167
- &:after {
168
- content: "";
169
- display: table;
170
- clear: both;
171
- }
172
-
173
- > .icon {
174
- float: right;
175
- display: block;
176
- }
177
- }
178
- .navigationbar__toggle__helper {
179
- float: right;
180
- position: relative;
181
- outline: 0;
182
- opacity: 0;
183
- -webkit-appearance: none;
184
- -moz-appearance: none;
185
- appearance: none;
186
-
187
- &:checked + .navigationbar__navigation {
188
- display: block;
189
- }
190
- }
191
-
192
- .navigationbar__navigation {
193
- clear: both;
194
- display: none;
195
- }
196
-
197
- .navigationbar__item {
198
- + .navigationbar__item {
199
- margin-top: -0.1rem;
200
- }
201
-
202
- a {
203
- display: block;
204
- padding: 0 1rem;
205
- }
206
- }
207
- }
208
- }
data/bower.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "fortitude-sass",
3
3
  "homepage": "http://fortitude.io/",
4
- "version": "0.4.3",
4
+ "version": "0.4.4",
5
5
  "main": [
6
6
  "app/assets/stylesheets/fortitude/tools/_functions.scss",
7
7
  "app/assets/stylesheets/fortitude/tools/_mixins.scss",
@@ -1,3 +1,3 @@
1
1
  module Fortitude
2
- VERSION = '0.4.3'
2
+ VERSION = '0.4.4'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fortitude-sass
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.3
4
+ version: 0.4.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aaron Reisman