word-games-theme 2.7.8 → 2.7.9
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/assets/css/wordgames-home.css +5 -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: 43b7e164e42efb28082f6d1c1269094f2a4521647ee54a1ed4999244cd1c2d8c
|
|
4
|
+
data.tar.gz: d37352d741caa723f22e6409d2276ef54705bb0439998a66c954761813b3af28
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f09d60ab6836d2b05db75716ce1460b4ee9f9b4ef99a5f111aa45e6347e819082110ffb465b8d41eb7566947cf748b4f7eaf3ba279c64808125f0edf4c066bb1
|
|
7
|
+
data.tar.gz: f1d6b0627176d16a0a6e773fced0b31a5d91863b2a13cbf317e9976afd209107045dd90f1ecba3aaa4133b1ac8363a3d8c43889d96dac266330827a050ea7ddd
|
|
@@ -114,6 +114,11 @@ input[type="number"] {
|
|
|
114
114
|
box-shadow: 3px 6px 1px 0px var(--primary-color);
|
|
115
115
|
}
|
|
116
116
|
|
|
117
|
+
.txtBox:focus{
|
|
118
|
+
box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25) !important;
|
|
119
|
+
border-color: #86b7fe !important;
|
|
120
|
+
}
|
|
121
|
+
|
|
117
122
|
.serachSection .serachBox .letter-close-button {
|
|
118
123
|
position: absolute;
|
|
119
124
|
right: 300px;
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: word-games-theme
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.7.
|
|
4
|
+
version: 2.7.9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- manpreet-appscms
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-04-
|
|
11
|
+
date: 2024-04-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|