fortitude-sass 0.4.0 → 0.4.1

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: 76a31101af3969d6afbc3f29fb1867b2f97621c3
4
- data.tar.gz: b37d3bec1a18610ccc565808ef1fc82262c39c24
3
+ metadata.gz: a25cef408d6b8b78ea999e8c643652d98d7cd06b
4
+ data.tar.gz: bf4d91dcdead0bbf173c0284767d58f23b92389f
5
5
  SHA512:
6
- metadata.gz: 8249bba22db5b68b4f7f5986dbfa8c3febdc8fcd48644ffe17cb109534b7cb57dcc783fb8e9e73b5a9b953c73cc7c422fa117432405c460609c7c5a5ad8fa784
7
- data.tar.gz: c6970f3bbefea6b182d57f28a2fbcbb3cad5d27d579cdb346a2ff8392d02bd81888e3a77a3e77198ca26eaead059db8f76b61399a008e0115c36a53f5f95c27b
6
+ metadata.gz: 9cc63ec2075af352c89e330bfd7fb16d8c63fff5f16cd1c5424cb59aeb8be5660bd0e53b1107ba2db415353197a3acb1b51f69db15e82a031ae95c0b5ba60697
7
+ data.tar.gz: a8492fb3252e7aac8990920e863c88f54d0fe44ebc7753363e4d61ae5896043a08df2965a1dfab04b4997f7f04ea00409336ba6bb99a0783664d0bb230b89c1c
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- fortitude-sass (0.4.0)
4
+ fortitude-sass (0.4.1)
5
5
  autoprefixer-rails
6
6
  sass (~> 3.3)
7
7
  thor
@@ -29,10 +29,15 @@ $navigationbar-height: 4rem !default;
29
29
 
30
30
  .navigationbar__navigation {
31
31
  margin-right: -1rem;
32
+
33
+ .fluid-container & {
34
+ margin-right: 0;
35
+ }
32
36
  }
33
37
 
34
38
  .navigationbar__item {
35
39
  display: inline-block;
40
+ position: relative;
36
41
 
37
42
  &:hover .navigationbar__dropdown {
38
43
  display: block;
@@ -47,6 +52,7 @@ $navigationbar-height: 4rem !default;
47
52
  .navigationbar__dropdown {
48
53
  display: none;
49
54
  position: absolute;
55
+ right: 0;
50
56
  list-style: none;
51
57
  z-index: 1;
52
58
  }
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.0",
4
+ "version": "0.4.1",
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.0'
2
+ VERSION = '0.4.1'
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.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aaron Reisman