beyond-rails 0.0.187 → 0.0.188

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: fc1a2f20f1ad5420ea9f42be5223fff92b69278a4984d01416c87dec84d16238
4
- data.tar.gz: 2d4319f9383eea996fad2c5b31b844ded13a9366677c63a79be7a8de7ae5bfcc
3
+ metadata.gz: a72c8e57a80e8c6a653ea5356f23c3be9ce034f88d23ec5e42c3a2a6256bda6f
4
+ data.tar.gz: cb191ff4300f1f09c79162109b85d44f0e07f0c86f4926b40654f83f25d2dc98
5
5
  SHA512:
6
- metadata.gz: b9a6fb15c1957154200249b6418892e8ba802f72a6c98bb12f59a954b8cc1e3002d11a8126f3e74a9381ec8c44ba69f1043658dc3c4b8be7cb15afbd500d6c4e
7
- data.tar.gz: 74759c3373679f383b886dc85f04a3e2c79279ec9e2ddae86255518728eca253e95f4b0247f2540ccd1de1737984d0ce988fd6d28c62c288b7cee95438e7d6bc
6
+ metadata.gz: 12b25834e8759f6c421a785e1fc6e41d5095e197a383f8df7c8f8c85ed9cb35bd6651793e63dfcdb8071cf7a94cb495ac95b42c924f02c453b9e45599a25af00
7
+ data.tar.gz: 6b308a81c3ae0cadb78dcacf76fcf41ef76b5f0bae1b79685333632938eb697690093cba2f4db84d3fb131e9fdb934a9b57407809191c9f7d86719c962f8118c
@@ -1,7 +1,7 @@
1
1
  $beyond-use-helper: false !default;
2
2
 
3
3
  // texts
4
- $text-color-strong: #3c4257;
4
+ $text-color-strong: #1a1f36;
5
5
  $text-color: #3c4257;
6
6
  $text-color-light: #828695;
7
7
 
@@ -9,13 +9,14 @@
9
9
  padding: .7rem 1.5rem;
10
10
  flex-grow: 1;
11
11
  transition: .3s background-color;
12
- &:hover {
13
- background-color: #f6f6f6;
14
- }
15
12
  min-width: 180px;
16
13
  color: $text-color;
17
14
  display: flex;
18
15
  align-items: center;
16
+ &:hover {
17
+ color: $text-color-strong;
18
+ background-color: #f6f6f6;
19
+ }
19
20
  i {
20
21
  margin-right: .6rem;
21
22
  }
@@ -29,12 +30,13 @@
29
30
  }
30
31
  .mega-menu-item {
31
32
  transition: .3s background-color;
32
- &:hover {
33
- background-color: #f6f6f6;
34
- }
35
33
  color: $text-color;
36
34
  display: block;
37
35
  padding: .5rem 2.2rem;
36
+ &:hover {
37
+ color: $text-color-strong;
38
+ background-color: #f6f6f6;
39
+ }
38
40
  }
39
41
  .mega-menu-icon-box {
40
42
  display: table;
@@ -46,14 +48,14 @@
46
48
  .mega-menu-icon-box-item {
47
49
  cursor: pointer;
48
50
  transition: .3s all;
49
- &:hover {
50
- color: $text-color;
51
- background-color: #f6f6f6;
52
- }
53
51
  display: table-cell;
54
52
  padding: 1rem 1.8rem;
55
53
  color: $color-primary;
56
54
  text-align: center;
55
+ &:hover {
56
+ color: $text-color-strong;
57
+ background-color: #f6f6f6;
58
+ }
57
59
  i {
58
60
  display: block;
59
61
  margin-bottom: .4rem;
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.187
4
+ version: 0.0.188
5
5
  platform: ruby
6
6
  authors:
7
7
  - kmsheng