active_frontend 12.1.25 → 12.1.26
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7f967a366bf6283945019bde92a019f6795ce92f
|
|
4
|
+
data.tar.gz: 49daeb082fb7003f113dc306d08e368f525f49d6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4bd477e0adb545067dd764ffa21776efedf924d66403534f02ce4c53ab4c36c39177f19d8cc2c382ac24075417352533d980a1614d3d066d34dfe784b1e81d4a
|
|
7
|
+
data.tar.gz: d9f06e582c5c3fd834124d9def7ffb05720d5d9131efaf1b691eb80b44b10d80f2eeb5db042210448664d5592b2e1751bac26701e4f7b85bbc73749d239c798e
|
|
@@ -87,10 +87,7 @@
|
|
|
87
87
|
.header-btn-group > li > a:hover,
|
|
88
88
|
.header-btn-group > li > a.active,
|
|
89
89
|
.header-btn-group > li > a:active,
|
|
90
|
-
.header-btn-group > li > a:focus {
|
|
91
|
-
border-color: $color-primary;
|
|
92
|
-
color: $color-primary;
|
|
93
|
-
}
|
|
90
|
+
.header-btn-group > li > a:focus { border-color: $color-primary; }
|
|
94
91
|
.header-btn-group-label {
|
|
95
92
|
background: $color-primary;
|
|
96
93
|
border-radius: 2px;
|
|
@@ -257,9 +254,9 @@
|
|
|
257
254
|
background: linear-gradient(45deg, $color-secondary 0%, $color-tertiary 100%);
|
|
258
255
|
}
|
|
259
256
|
.header-stripe-primary-secondary-and-tertiary {
|
|
260
|
-
background: -webkit-linear-gradient(45deg, $color-
|
|
261
|
-
background: -ms-linear-gradient(45deg, $color-
|
|
262
|
-
background: linear-gradient(45deg, $color-
|
|
257
|
+
background: -webkit-linear-gradient(45deg, $color-primary 0%, $color-secondary 50%, $color-tertiary 100%);
|
|
258
|
+
background: -ms-linear-gradient(45deg, $color-primary 0%, $color-secondary 50%, $color-tertiary 100%);
|
|
259
|
+
background: linear-gradient(45deg, $color-primary 0%, $color-secondary 50%, $color-tertiary 100%);
|
|
263
260
|
}
|
|
264
261
|
|
|
265
262
|
/* # Media Queries
|
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.26
|
|
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-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|
|
@@ -258,7 +258,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
258
258
|
version: '0'
|
|
259
259
|
requirements: []
|
|
260
260
|
rubyforge_project:
|
|
261
|
-
rubygems_version: 2.5.
|
|
261
|
+
rubygems_version: 2.5.1
|
|
262
262
|
signing_key:
|
|
263
263
|
specification_version: 4
|
|
264
264
|
summary: ActiveFrontend Responsive Web Framework
|