active_frontend 12.1.35 → 12.1.36
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 +4 -4
- data/lib/active_frontend/version.rb +1 -1
- data/vendor/assets/stylesheets/_header.scss +12 -10
- 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: 147a351358290bba0f7e477738aa06a1b903ec26
|
|
4
|
+
data.tar.gz: ad37d84df5d08e30581dd9769c10329138cbf6ce
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e1ef5f1a7152f65b0660275fbcd0cb541eb28070aa152002ea4908051e088bc69a87ee71df88cd0d1793e521f3fcb3b5002333ffb6c65611b80a83d1cb669c45
|
|
7
|
+
data.tar.gz: b7b9fefcb740f11c5ffe88de11b5379156b4da59de4b83f15bbd43565b5dd0a630c3fa3ed440b8902523d96c0eec7cfb6ad3b1afbc939b7be08d21145f2fb2b7
|
|
@@ -149,10 +149,20 @@
|
|
|
149
149
|
padding-left: 20px;
|
|
150
150
|
padding-right: 20px;
|
|
151
151
|
}
|
|
152
|
+
.header-nav-alt > li.inverse.secondary > a {
|
|
153
|
+
background: $color-secondary;
|
|
154
|
+
border-color: $color-secondary;
|
|
155
|
+
}
|
|
156
|
+
.header-nav-alt > li.inverse.tertiary > a {
|
|
157
|
+
background: $color-tertiary;
|
|
158
|
+
border-color: $color-tertiary;
|
|
159
|
+
}
|
|
152
160
|
.header-nav-alt > li.inverse.outline > a {
|
|
153
161
|
background: $color-transparent;
|
|
154
162
|
color: $color-primary;
|
|
155
163
|
}
|
|
164
|
+
.header-nav-alt > li.inverse.outline.secondary > a { color: $color-secondary; }
|
|
165
|
+
.header-nav-alt > li.inverse.outline.tertiary > a { color: $color-tertiary; }
|
|
156
166
|
.header-nav-alt > li.inverse > a:hover,
|
|
157
167
|
.header-nav-alt > li.inverse > a.active,
|
|
158
168
|
.header-nav-alt > li.inverse > a:active,
|
|
@@ -161,29 +171,21 @@
|
|
|
161
171
|
border-color: darken($color-primary, 2%);
|
|
162
172
|
color: $color-white;
|
|
163
173
|
}
|
|
164
|
-
.header-nav-alt > li.inverse.secondary > a {
|
|
165
|
-
background: $color-secondary;
|
|
166
|
-
border-color: $color-secondary;
|
|
167
|
-
}
|
|
168
|
-
.header-nav-alt > li.inverse.outline.secondary > a { color: $color-primary; }
|
|
169
174
|
.header-nav-alt > li.inverse.secondary > a:hover,
|
|
170
175
|
.header-nav-alt > li.inverse.secondary > a.active,
|
|
171
176
|
.header-nav-alt > li.inverse.secondary > a:active,
|
|
172
177
|
.header-nav-alt > li.inverse.secondary > a:focus {
|
|
173
178
|
background: darken($color-secondary, 2%);
|
|
174
179
|
border-color: darken($color-secondary, 2%);
|
|
180
|
+
color: $color-white;
|
|
175
181
|
}
|
|
176
|
-
.header-nav-alt > li.inverse.tertiary > a {
|
|
177
|
-
background: $color-tertiary;
|
|
178
|
-
border-color: $color-tertiary;
|
|
179
|
-
}
|
|
180
|
-
.header-nav-alt > li.inverse.outline.tertiary > a { color: $color-tertiary; }
|
|
181
182
|
.header-nav-alt > li.inverse.tertiary > a:hover,
|
|
182
183
|
.header-nav-alt > li.inverse.tertiary > a.active,
|
|
183
184
|
.header-nav-alt > li.inverse.tertiary > a:active,
|
|
184
185
|
.header-nav-alt > li.inverse.tertiary > a:focus {
|
|
185
186
|
background: darken($color-tertiary, 2%);
|
|
186
187
|
border-color: darken($color-tertiary, 2%);
|
|
188
|
+
color: $color-white;
|
|
187
189
|
}
|
|
188
190
|
.header-user {
|
|
189
191
|
float: right;
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: active_frontend
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 12.1.
|
|
4
|
+
version: 12.1.36
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Juan Gomez
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-12-
|
|
11
|
+
date: 2015-12-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|