krad 3.5.0 → 3.5.1

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: 0db42bd77968b79da02c8bc0a0de02bc9fc7fb1b
4
- data.tar.gz: 33a15547d09f782a098bcc81e3cb1e9367123669
3
+ metadata.gz: 4958bda9c6d359aa02fd962bf0f9469ebee70b72
4
+ data.tar.gz: 053863ca33681e8885cbffb177a66f28d106d080
5
5
  SHA512:
6
- metadata.gz: bb52092ebbb34e178fd98c6d9f5580031dc8610ee1d21c3e118dd929ac4c6f532cb1f71c68b2e07dfc616a223a616a88f6b0e8cf6f0a5a40a61a121fb49dea92
7
- data.tar.gz: 3a1799eabd9f4df1cfba0223c3abcf898663afb81464ebd1fef53d1bebe77dc77f1aa1279b32b5e38af6e1e904eb7cd26c4f63a229920b64e256bbb63da854bb
6
+ metadata.gz: f3e6fb6f6887cfda887ec10d62cdcdc83cfa893c6aad95822dcbb835a5ce719ee436f4a4f4bbea1f04f524b8fd328867f289625a5494806542a7acd21fc5c454
7
+ data.tar.gz: 3cb36f2053dcbb05f76fb95a0a3c80e1cafb8fb8905b25c7ab12d8d2df6d0f278178dfec94b5f122eb98bab0e1bd51f589bc0589ca788a526fea2889cf42c7e8
@@ -14,8 +14,7 @@
14
14
  text-align: center;
15
15
  @include transition(all, 1s);
16
16
  &:before {
17
- height: 0;
18
- background-color: transparent;
17
+ content: none;
19
18
  }
20
19
  &:hover {
21
20
  span {
@@ -13,5 +13,30 @@
13
13
  #posts-list {
14
14
  li {
15
15
  margin-bottom: 0.25rem;
16
+ list-style: none;
17
+ position: relative;
18
+ &:before {
19
+ content: "";
20
+ position: absolute;
21
+ background-color: $color-gray-dark;
22
+ top: 15px;
23
+ left: -18px;
24
+ width: 6px;
25
+ height: 6px;
26
+ border-radius: 5px;
27
+ @include transition(all, .2s, ease-in-out);
28
+ }
29
+ &:hover:before {
30
+ background-color: $color-main;
31
+ top: 0;
32
+ height: 100%;
33
+ border-radius: 0;
34
+ }
35
+ }
36
+
37
+ a {
38
+ &:before {
39
+ content: none;
40
+ }
16
41
  }
17
42
  }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: krad
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.5.0
4
+ version: 3.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lê Thanh Tùng
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-03-21 00:00:00.000000000 Z
11
+ date: 2018-04-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll