beyond-rails 0.0.192 → 0.0.193

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
  SHA256:
3
- metadata.gz: b6454b3f8506a63482385f68ac87aad1024ff1527e0b66c43faed75dcef83c7c
4
- data.tar.gz: 967ce7aa6a0fcbe69cbf4393c52a906afe9d38a7b9bd4105b22fe433de2f6032
3
+ metadata.gz: d61bb2b7f5dafc4fab6358ca8c032488a4875977edfab11d8b7f3ffe0ac0cf39
4
+ data.tar.gz: 9c139ae7a4e414096c3a9549aecddb07fe662b021032b97bb6c1667ba48cd94d
5
5
  SHA512:
6
- metadata.gz: 38d44f307931f8155b9f9660bc22eae0f87d1ca74273cb80366fceb44d25ece3ad9aef1ff60ec54feb3e0aa584dbbba386fa26ee84dcb096d6298b9789053b88
7
- data.tar.gz: c2dd56c84389d4c4ffffd0c2bbcb0aac5b4544eaa2ca5efc6f8e167dbb697fc9315b1c3ba870cfedb8096b59da08d736ccf53f5a89f4bce17914b2cc8b1d67d3
6
+ metadata.gz: 240333d51da01189d62bdcb0e46ee6e23dfb9293afb633eda0e981cf8e6dfb6246a6b5daff0f024586c005ae740bf7c77b14524aedcd0a728e570da654f6bab8
7
+ data.tar.gz: 275a9b0ad65ff19125d3c9420101e7cd0a29467a404cbe171c3d189aab11f9d4daf2a1801a0d231127ce805a036e542ed7cb877b0ba2e6e8430ac3558db2f6c9
@@ -4,17 +4,14 @@
4
4
  padding: .75rem 1rem;
5
5
  margin-bottom: 1rem;
6
6
  list-style: none;
7
- .breadcrumb-item + .breadcrumb-item::before {
7
+ li + li::before {
8
8
  display: inline-block;
9
9
  padding-right: .7rem;
10
10
  padding-left: .7rem;
11
- color: #6c757d;
11
+ color: $text-color-strong;
12
12
  content: '/';
13
13
  }
14
- .breadcrumb-item.active {
15
- color: #6c757d;
16
- }
17
- .breadcrumb-item a {
18
- color: #000;
14
+ li:last-child {
15
+ color: $text-color-strong;
19
16
  }
20
17
  }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: beyond-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.192
4
+ version: 0.0.193
5
5
  platform: ruby
6
6
  authors:
7
7
  - kmsheng
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2020-09-08 00:00:00.000000000 Z
12
+ date: 2020-09-10 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: sassc