beyond-rails 1.0.5 → 1.0.6
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/_base.scss +4 -7
- data/src/sass/abstracts/_variables.scss +2 -0
- data/src/sass/components/_input.scss +1 -1
- data/src/sass/themes/_dark.scss +2 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9c6104fc8a7f4a27a23188327e88a68f2bbd819e4428a907c2b498607629910b
|
|
4
|
+
data.tar.gz: 75a210a6eefa328d6edd63a49668e9a1e55ca3bd0a875e78aaeef8a3ab5d5ff3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7d67b93c66178300379b6f17e32ea08344b9b4b916b16ec70f3405c71a93aefbb159b1edba0e9c793a3c31801236a8a7c3a3871308a898794761a238fbcc5c16
|
|
7
|
+
data.tar.gz: f398a32e666208dc246641a7492b74ae6fcd27adb7e7a0d28b3abb70d837fe5d23ff327d8da4dc9b8a86ba3f2af4e2d18ac5795302f905ebeffff236bb18c551
|
data/src/sass/_base.scss
CHANGED
|
@@ -69,9 +69,6 @@ a {
|
|
|
69
69
|
}
|
|
70
70
|
}
|
|
71
71
|
|
|
72
|
-
// active style
|
|
73
|
-
$color-active: #5469d4;
|
|
74
|
-
|
|
75
72
|
.select,
|
|
76
73
|
.select.select-outline,
|
|
77
74
|
.select.select-outline-strong,
|
|
@@ -79,7 +76,7 @@ $color-active: #5469d4;
|
|
|
79
76
|
.search-input,
|
|
80
77
|
.input {
|
|
81
78
|
&.active {
|
|
82
|
-
color: $
|
|
79
|
+
color: $txt-active;
|
|
83
80
|
box-shadow: 0 1px 1px 0 rgba(54, 59, 255, .6),
|
|
84
81
|
rgba(14, 48, 173, .3) 0 0 0 1px,
|
|
85
82
|
rgba(14, 26, 62, .12) 0 2px 5px 0;
|
|
@@ -87,7 +84,7 @@ $color-active: #5469d4;
|
|
|
87
84
|
}
|
|
88
85
|
.search-input.active .input,
|
|
89
86
|
.search-input.active .icon-search:before {
|
|
90
|
-
color: $
|
|
87
|
+
color: $txt-active;
|
|
91
88
|
}
|
|
92
89
|
|
|
93
90
|
.input,
|
|
@@ -95,7 +92,7 @@ $color-active: #5469d4;
|
|
|
95
92
|
.select.select-outline,
|
|
96
93
|
.select.select-outline-strong {
|
|
97
94
|
&:focus.active {
|
|
98
|
-
color: $
|
|
95
|
+
color: $txt-active;
|
|
99
96
|
box-shadow: 0 1px 1px 0 rgba(54, 59, 255, .6),
|
|
100
97
|
rgba(14, 48, 173, .3) 0 0 0 1px,
|
|
101
98
|
rgba(14, 26, 62, .12) 0 2px 5px 0,
|
|
@@ -103,7 +100,7 @@ $color-active: #5469d4;
|
|
|
103
100
|
}
|
|
104
101
|
}
|
|
105
102
|
.search-input.active.outline {
|
|
106
|
-
color: $
|
|
103
|
+
color: $txt-active;
|
|
107
104
|
box-shadow: 0 1px 1px 0 rgba(54, 59, 255, .6),
|
|
108
105
|
rgba(14, 48, 173, .3) 0 0 0 1px,
|
|
109
106
|
rgba(14, 26, 62, .12) 0 2px 5px 0,
|
data/src/sass/themes/_dark.scss
CHANGED
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: 1.0.
|
|
4
|
+
version: 1.0.6
|
|
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:
|
|
12
|
+
date: 2022-01-03 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: sassc
|