beyond-rails 0.0.179 → 0.0.184

Sign up to get free protection for your applications and to get access to all the features.
@@ -23,23 +23,28 @@
23
23
  }
24
24
  }
25
25
  .nav-folder + ul {
26
+ margin-bottom: .5rem;
26
27
  .nav-item {
27
- color: #626c98;
28
+ padding-left: 1rem;
28
29
  }
29
30
  }
30
31
  .nav-menu {
31
32
  display: none;
32
33
  }
33
34
  .nav-item {
35
+ font-weight: 400;
34
36
  color: #1a1f36;
35
37
  text-decoration: none;
36
- display: block;
38
+ display: flex;
39
+ align-items: center;
37
40
  padding: 7px;
38
41
  font-size: .875rem;
42
+ > i {
43
+ margin-right: .8rem;
44
+ }
39
45
  }
40
46
  .nav-item.active {
41
47
  color: $color-primary;
42
- font-weight: 700;
43
48
  }
44
49
  }
45
50
  .nav-tabs .nav-item.show .nav-link,
@@ -3,16 +3,19 @@
3
3
  font-weight: 700;
4
4
  }
5
5
  @mixin tab-active-border {
6
- border-bottom-color: $bg-outline;
6
+ border-bottom-color: #3c4356;
7
7
  }
8
8
  @mixin tab-focus-style {
9
- &.js-current {
9
+
10
+ &.js-current,
11
+ &:focus.js-current {
10
12
  @include tab-active-text;
13
+ @include tab-active-border;
11
14
  }
12
- &.js-focus,
15
+
13
16
  &:focus {
14
17
  @include tab-active-text;
15
- @include tab-active-border;
18
+ border-bottom-color: rgba(58, 151, 212, .8);
16
19
  }
17
20
  }
18
21
 
@@ -57,7 +60,7 @@
57
60
  border-left: 0;
58
61
  border-bottom-width: 2px;
59
62
  border-bottom-style: solid;
60
- border-bottom-color: #cdcdcd;
63
+ border-bottom-color: #e3e8ee;
61
64
  outline: 0;
62
65
  transition: all .3s;
63
66
  &:hover {
@@ -81,3 +84,13 @@
81
84
  }
82
85
  }
83
86
  }
87
+ .tabbox.tabbox-uno {
88
+ $tab-active-color: #6772e5;
89
+ .js-slider {
90
+ background-color: $tab-active-color;
91
+ }
92
+ .tab-btn.js-current {
93
+ color: $tab-active-color;
94
+ font-weight: 700;
95
+ }
96
+ }
@@ -8,3 +8,49 @@
8
8
  color: #fff;
9
9
  background-color: #555;
10
10
  }
11
+
12
+ .tooltip.tooltip-popover {
13
+ background-color: #fff;
14
+ color: #3c4257;
15
+ padding: 10px 13px;
16
+ box-shadow: 4px 4px 15px 1px rgba(68, 68, 72, .12);
17
+
18
+ &:after {
19
+ content: ' ';
20
+ display: block;
21
+ border: 0;
22
+ border-top-left-radius: 4px;
23
+ @include size(12px);
24
+ background-color: #fff;
25
+ position: absolute;
26
+ transform: rotate(45deg);
27
+ }
28
+ &.top:after {
29
+ bottom: -6px;
30
+ left: 0;
31
+ right: 0;
32
+ margin-left: auto;
33
+ margin-right: auto;
34
+ }
35
+ &.bottom:after {
36
+ top: -6px;
37
+ left: 0;
38
+ right: 0;
39
+ margin-left: auto;
40
+ margin-right: auto;
41
+ }
42
+ &.left:after {
43
+ right: -6px;
44
+ top: 0;
45
+ bottom: 0;
46
+ margin-top: auto;
47
+ margin-bottom: auto;
48
+ }
49
+ &.right:after {
50
+ left: -6px;
51
+ top: 0;
52
+ bottom: 0;
53
+ margin-top: auto;
54
+ margin-bottom: auto;
55
+ }
56
+ }
metadata CHANGED
@@ -1,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: beyond-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.179
4
+ version: 0.0.184
5
5
  platform: ruby
6
6
  authors:
7
7
  - kmsheng
8
8
  - Eddie Li
9
- autorequire:
9
+ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2020-08-25 00:00:00.000000000 Z
12
+ date: 2020-08-27 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: sassc
@@ -67,16 +67,22 @@ dependencies:
67
67
  - - ">="
68
68
  - !ruby/object:Gem::Version
69
69
  version: '5.0'
70
- description:
70
+ description:
71
71
  email: kmsh3ng@gmail.com
72
72
  executables: []
73
73
  extensions: []
74
74
  extra_rdoc_files: []
75
75
  files:
76
+ - src/font/beyond-full.eot
77
+ - src/font/beyond-full.svg
78
+ - src/font/beyond-full.ttf
79
+ - src/font/beyond-full.woff
80
+ - src/font/beyond-full.woff2
76
81
  - src/font/beyond.eot
77
82
  - src/font/beyond.svg
78
83
  - src/font/beyond.ttf
79
84
  - src/font/beyond.woff
85
+ - src/font/beyond.woff2
80
86
  - src/img/black-cat.svg
81
87
  - src/img/cart.svg
82
88
  - src/img/china-flag.svg
@@ -219,7 +225,7 @@ homepage: https://superlanding.github.io/beyond/
219
225
  licenses:
220
226
  - MIT
221
227
  metadata: {}
222
- post_install_message:
228
+ post_install_message:
223
229
  rdoc_options: []
224
230
  require_paths:
225
231
  - lib
@@ -234,8 +240,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
234
240
  - !ruby/object:Gem::Version
235
241
  version: '0'
236
242
  requirements: []
237
- rubygems_version: 3.0.6
238
- signing_key:
243
+ rubyforge_project:
244
+ rubygems_version: 2.7.6.2
245
+ signing_key:
239
246
  specification_version: 4
240
247
  summary: beyond is a collection of frontend components which aims for admin website.
241
248
  test_files: []