active_frontend 10.1.2 → 10.2.0

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: d3c1d496c3cc782a5c7e8b7efcdfef4ff107c979
4
- data.tar.gz: 7af4556614da5403682615be1fc653d89094d8d8
3
+ metadata.gz: 0d4d8e62558ac68f6683fa2b59d61ca1652aaad1
4
+ data.tar.gz: 495f57bd2a4f70797b5971c9a8427486822ba35a
5
5
  SHA512:
6
- metadata.gz: dca424cbcd5997f2654762be9207e3dc97950b715a3f8be9972178f3784cf6495f32eb19fa1b879cd5f4bb93984210f42cb585fe08119764aa81202b6facd90f
7
- data.tar.gz: 0a4bb6069ca39b4c486abc92cf969072dd557f1fb278494d45fcb787671a8bee4c5b61e3c5321bb92decaabbf1ada6f4e850284639b1805e55cb451bfedddcd1
6
+ metadata.gz: 5556e1315b57cd81d6dbbd31ea7fa8467b5aa72089805e2593338c029a5f2194bbb2f80583ecc1bc8a9de162747665add2159cfd03e9a042d846f94efbc2b23a
7
+ data.tar.gz: d1b20fef38ace94899b54bdfc9145eae23d32b0e15d027ec7002638bbaf7a33897b8d5e77c2e566057f7fb160e208a3eec585d87471a8d85398c3963ccf94be3
@@ -1,3 +1,3 @@
1
1
  module ActiveFrontend
2
- VERSION = "10.1.2"
2
+ VERSION = "10.2.0"
3
3
  end
@@ -11,6 +11,7 @@
11
11
  /* # Required Variables
12
12
  ================================================== */
13
13
  $color-primary: $color-blue;
14
+ $color-secondary: $color-green;
14
15
 
15
16
  /* # Optional Imports
16
17
  ================================================== */
@@ -23,6 +23,12 @@
23
23
  padding: 17px 0;
24
24
  width: 100%;
25
25
  }
26
+ .header-stripe {
27
+ background: $color-primary;
28
+ height: 5px;
29
+ margin: -17px 0 12px 0;
30
+ width: 100%;
31
+ }
26
32
  .header-brand { float: left; }
27
33
  .header-brand > a {
28
34
  color: $color-primary;
@@ -257,6 +263,7 @@
257
263
  height: 50px;
258
264
  padding: 0;
259
265
  }
266
+ .header-stripe { display: none; }
260
267
  .header-brand > a {
261
268
  font-size: 36px;
262
269
  line-height: 57px;
@@ -19,6 +19,11 @@
19
19
  border-right: 1px solid $color-haze;
20
20
  border-left: 0;
21
21
  }
22
+ .sidebar-stripe {
23
+ background: $color-primary;
24
+ height: 5px;
25
+ width: 100%;
26
+ }
22
27
  .sidebar-header {
23
28
  border-bottom: 1px solid $color-haze;
24
29
  font-size: 12px;
@@ -11,6 +11,7 @@
11
11
  /* # Required Variables
12
12
  ================================================== */
13
13
  $color-primary: $color-blue;
14
+ $color-secondary: $color-green;
14
15
 
15
16
  /* # Optional Imports
16
17
  ================================================== */
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_frontend
3
3
  version: !ruby/object:Gem::Version
4
- version: 10.1.2
4
+ version: 10.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Gomez