fortitude-sass 0.7.1 → 0.7.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +2 -2
- data/app/assets/stylesheets/fortitude/blocks/_navigationbar.scss +21 -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: 6cf7c54780eeadf5e53a1a4e10d42eb89f9b0264
|
4
|
+
data.tar.gz: 0850e11485b075a6e96791f63f8da6dd1d2b514e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
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.
|
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
|
-
|
23
|
-
|
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
|
-
|
74
|
-
|
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
|
-
|
99
|
-
|
100
|
-
|
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
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.
|
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-
|
11
|
+
date: 2015-04-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: sass
|