fortitude-sass 0.7.1 → 0.7.2

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: 1037876a9a31833b9efd04ed2453a110053a2979
4
- data.tar.gz: 271a0080a9282655843f65d19f38a7f072a5b681
3
+ metadata.gz: 6cf7c54780eeadf5e53a1a4e10d42eb89f9b0264
4
+ data.tar.gz: 0850e11485b075a6e96791f63f8da6dd1d2b514e
5
5
  SHA512:
6
- metadata.gz: 2780be8c04feacf0e5520b3774d341eb95c35b63c52906f1bbacc46f4c7269ba6924a01f9d2e6dce44bcb6c905fef175b532bd8bfc8a3b580fc58824549f5bfb
7
- data.tar.gz: dee1950c7a122783264cd0a4e708036012c0826e3b4f44cc8e452e6c2e0c68018c9c9d9059edb5097999c391b55e74872a7ba01240eee46374990d85142df075
6
+ metadata.gz: dae07b450b82ae877de3312466d81b3d2ef1e4dad39246560c755b7863c8c20f3f53d68c4f21302d83bef4671b84b1043ff01b4e754d307beff5b55f524ed462
7
+ data.tar.gz: 01f7f2933afcf6cf7ea9ce4d90e94324874b06a76ecb1171cfa470bc43332d87f3dd7f38fbbf5be7662743925a6923f781de8e5cc5495708ddb57f1d61f44d8f
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- fortitude-sass (0.7.1)
4
+ fortitude-sass (0.7.2)
5
5
  autoprefixer-rails
6
6
  execjs
7
7
  sass (~> 3.3)
@@ -10,7 +10,7 @@ PATH
10
10
  GEM
11
11
  remote: http://rubygems.org/
12
12
  specs:
13
- autoprefixer-rails (5.1.7.1)
13
+ autoprefixer-rails (5.1.8)
14
14
  execjs
15
15
  json
16
16
  execjs (2.4.0)
@@ -19,9 +19,10 @@ $fortitude-enable-navigationbar: true;
19
19
  .#{$fortitude-namespace}navigationbar__toggle {
20
20
  float: right;
21
21
 
22
- > .#{$fortitude-namespace}icon {
23
- display: none;
24
- }
22
+ }
23
+
24
+ .#{$fortitude-namespace}navigationbar__toggle__element {
25
+ display: none;
25
26
  }
26
27
 
27
28
  .#{$fortitude-namespace}navigationbar__toggle__helper {
@@ -70,9 +71,10 @@ $fortitude-enable-navigationbar: true;
70
71
  .#{$fortitude-namespace}navigationbar__toggle {
71
72
  float: none;
72
73
 
73
- > .#{$fortitude-namespace}icon {
74
- display: inline-block;
75
- }
74
+ }
75
+
76
+ .#{$fortitude-namespace}navigationbar__toggle__element {
77
+ display: inline-block;
76
78
  }
77
79
 
78
80
  .#{$fortitude-namespace}navigationbar__toggle__helper {
@@ -94,10 +96,17 @@ $fortitude-enable-navigationbar: true;
94
96
  @include fortitude-clearfix;
95
97
 
96
98
  margin-top: -$fortitude-navigationbar-height;
99
+ }
97
100
 
98
- > .#{$fortitude-namespace}icon {
99
- float: right;
100
- display: block;
101
+ .#{$fortitude-namespace}navigationbar__toggle__element {
102
+ float: right;
103
+ width: $fortitude-navigationbar-height;
104
+ height: $fortitude-navigationbar-height;
105
+ text-align: center;
106
+
107
+ > * {
108
+ vertical-align: middle;
109
+ display: inline-block;
101
110
  }
102
111
  }
103
112
 
@@ -108,6 +117,9 @@ $fortitude-enable-navigationbar: true;
108
117
  -webkit-appearance: none;
109
118
  -moz-appearance: none;
110
119
  appearance: none;
120
+ width: $fortitude-navigationbar-height;
121
+ height: $fortitude-navigationbar-height;
122
+ margin-right: -($fortitude-navigationbar-height);
111
123
 
112
124
  &:focus {
113
125
  outline: 0;
data/bower.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "fortitude-sass",
3
3
  "homepage": "http://fortitude.io/",
4
- "version": "0.7.1",
4
+ "version": "0.7.2",
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.7.1'
2
+ VERSION = '0.7.2'
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.7.1
4
+ version: 0.7.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aaron Reisman
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-03-30 00:00:00.000000000 Z
11
+ date: 2015-04-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sass