beyond-rails 0.0.179 → 0.0.180
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/src/sass/components/_tabbox.scss +7 -4
- metadata +7 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5f44230ee6c1d21759129066cbba0236dcccc53a1afffbad6ee145c950634d97
|
|
4
|
+
data.tar.gz: b8665b72f6eb17ec45973a5901183387265f4f8ab657aa1f869b256059b78b6b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 31ecee3167149a43c24caf508ed8b4a59619e278b9006baf1d035d1ddd6e6a1d2cfe6ba4f45ef8613bc861a4086dc5b3ef05b342d8a5d66130183310cb8e67ed
|
|
7
|
+
data.tar.gz: 3e9975b88d74f542b18ec82736816cda2ecfb6b90aa1c462f360530cd53b1571ff0c4c84f505977a674c175e2a8fb2a7144b283e34720f59243eb94bdb5b260e
|
|
@@ -3,16 +3,19 @@
|
|
|
3
3
|
font-weight: 700;
|
|
4
4
|
}
|
|
5
5
|
@mixin tab-active-border {
|
|
6
|
-
border-bottom-color:
|
|
6
|
+
border-bottom-color: #3c4356;
|
|
7
7
|
}
|
|
8
8
|
@mixin tab-focus-style {
|
|
9
|
-
|
|
9
|
+
|
|
10
|
+
&.js-current,
|
|
11
|
+
&:focus.js-current {
|
|
10
12
|
@include tab-active-text;
|
|
13
|
+
@include tab-active-border;
|
|
11
14
|
}
|
|
12
|
-
|
|
15
|
+
|
|
13
16
|
&:focus {
|
|
14
17
|
@include tab-active-text;
|
|
15
|
-
|
|
18
|
+
border-bottom-color: rgba(58, 151, 212, .8);
|
|
16
19
|
}
|
|
17
20
|
}
|
|
18
21
|
|
metadata
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: beyond-rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.180
|
|
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
12
|
date: 2020-08-25 00:00:00.000000000 Z
|
|
@@ -67,7 +67,7 @@ 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: []
|
|
@@ -219,7 +219,7 @@ homepage: https://superlanding.github.io/beyond/
|
|
|
219
219
|
licenses:
|
|
220
220
|
- MIT
|
|
221
221
|
metadata: {}
|
|
222
|
-
post_install_message:
|
|
222
|
+
post_install_message:
|
|
223
223
|
rdoc_options: []
|
|
224
224
|
require_paths:
|
|
225
225
|
- lib
|
|
@@ -234,8 +234,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
234
234
|
- !ruby/object:Gem::Version
|
|
235
235
|
version: '0'
|
|
236
236
|
requirements: []
|
|
237
|
-
|
|
238
|
-
|
|
237
|
+
rubyforge_project:
|
|
238
|
+
rubygems_version: 2.7.6.2
|
|
239
|
+
signing_key:
|
|
239
240
|
specification_version: 4
|
|
240
241
|
summary: beyond is a collection of frontend components which aims for admin website.
|
|
241
242
|
test_files: []
|