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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9b9c6c49a765181aaec57ccd510606451bc4727d
4
- data.tar.gz: 6fce8443db5ce5bc7eef2759a77da210f1788e1e
3
+ metadata.gz: 0234d1ac90fbcfdb30a2db8121bfd428bcdd389f
4
+ data.tar.gz: 87fffce52eec85f5b49a45b77be30704c2a43a2b
5
5
  SHA512:
6
- metadata.gz: 692f88baf762f2b7720ec94f17b27093f51df0594907075b6dd08ae850649fe74193e941652770424881b2f8499f0197123c066d208013ef0ac556fe50d21e3a
7
- data.tar.gz: 75156c110dc16273c2de3c85415e4a8726a044f0991ccf01106dc0567a3376dd47074507636e29fe154a961c94d62ec62b4a64a517646d461abc5e48deacf678
6
+ metadata.gz: 850b7d9d294847778fb1bb50469194c7df42db69292121bd22a3275ec2ac42e8c6211a8a9f93ccb2faa46f5c026003a0a4f8d881cf80949e56091340297fe5ba
7
+ data.tar.gz: d7ee822b75b10e39453a3adddb5c9dc08d30664b4218f17980b2e153d893d429cd85a387dd114ac6f3ba17cdfc0f7d068828e273a3d1cfa50495ef53c559df31
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- fortitude-sass (0.4.2)
4
+ fortitude-sass (0.4.3)
5
5
  autoprefixer-rails
6
6
  sass (~> 3.3)
7
7
  thor
@@ -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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "fortitude-sass",
3
3
  "homepage": "http://fortitude.io/",
4
- "version": "0.4.2",
4
+ "version": "0.4.3",
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.2'
2
+ VERSION = '0.4.3'
3
3
  end
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.2
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-01 00:00:00.000000000 Z
11
+ date: 2014-12-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sass