kayessess 0.2.4 → 0.2.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 34f1a396a0dde113c6fb9350be2d920af903d037
4
- data.tar.gz: b0d4b5e85c230b912b1881823c87f659412e10c2
3
+ metadata.gz: ae1c355da8d69878e44269093a594bd7b0e491c0
4
+ data.tar.gz: 9eb212ef365366e53bd194447b12d6af6bde2760
5
5
  SHA512:
6
- metadata.gz: 8820826c0c3dddfbc9e50190b622c0b309e9ba4745d3243bb79fb29ea7f7deacf576eea8bd68b3073fbd2aa29c0cfe94767c76125e0d11876272cc73b3d0cd99
7
- data.tar.gz: 75c0858487b41642cf75b068df64be447cf3e0582508d76fa96a6911eca7b913e400c6d42aaeb68edc9caccf1b1f4e00b0c3b4512d0d9c12468bb769b1fb4c52
6
+ metadata.gz: 13cf17cc3073a52a3c61ce2fb1a855a17b19a3fbab98bdf0fe6b78d85d4da39aac1052e5cbcdba82c22f54a55f08b1a36b28ea375b837fe59438fc88b6e4fa9a
7
+ data.tar.gz: 99bd468a72f27166e4b502ea1415352ccf412e46c4073f98e4eee28db8400930534b7cf0feac4ea09b03678dd6509ed19b698b465ad0a2ac0aff0e9b32d7d0c4
@@ -2,5 +2,7 @@
2
2
  @extend .padding-medium-top;
3
3
  @extend .padding-medium-bottom;
4
4
 
5
- background-color: #F0F3F5;
5
+ background-color: #1DAFEA;
6
+ color: #fff;
7
+ font-family: $font-family;
6
8
  }
@@ -8,6 +8,7 @@
8
8
  @include clearfix;
9
9
 
10
10
  position: relative;
11
+ min-height: 100px;
11
12
  }
12
13
 
13
14
  .kayessess__examples__example > .kayessess__code {
@@ -13,9 +13,13 @@
13
13
  .kayessess__section__header {
14
14
  @extend .padding-wide-left;
15
15
  @extend .padding-wide-right;
16
+
17
+ font-family: $font-family;
16
18
  }
17
19
 
18
20
  .kayessess__breadcrumb {
21
+ a { color: #1DAFEA; }
22
+
19
23
  @for $i from 1 through 5 {
20
24
  $x: 5 - $i;
21
25
  a:nth-last-child(#{$x}) { opacity: (1.0 - $x * 0.2); }
@@ -64,6 +68,7 @@
64
68
  .kayessess__section__info {
65
69
  @extend .padding-wide;
66
70
 
71
+ font-family: $font-family;
67
72
  border-bottom: 2px solid #e5e5e5;
68
73
  }
69
74
 
@@ -1,4 +1,4 @@
1
1
  module Kayessess
2
2
  PACKAGE = 'kayessess'
3
- VERSION = '0.2.4'
3
+ VERSION = '0.2.5'
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kayessess
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.4
4
+ version: 0.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Morris