word-games-theme 2.3.0 → 2.3.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 96cad48088447c9ec0140db951de1a25e8832acc6e15b4378ae60d9677ae0bf8
4
- data.tar.gz: c6e2836da80c3d26ca9fda08fb4d2de19797bc02f851f67e621f00c81470b1aa
3
+ metadata.gz: b21d628ba93073a7a4674fdb53fcf8768167653e799e88071eff886ef8f95f89
4
+ data.tar.gz: 075da3a40a36fce9e46e46a05a35bdcecec546c352572f65df4e774c56a24559
5
5
  SHA512:
6
- metadata.gz: 3f0d56b0de3958ad03d17f1cd0bff74947c88279378b3296c6a729548ee47748efb1090cf747ff489d35de5abc6a4dc3372dc470730052fe8bf3cdd4d84d2748
7
- data.tar.gz: 79788395a53d18f68ca420d2e0064760d920cebe35d7c8dfdec8ddf2cd65d626827c3cac948865e063826e28be80bfbfb21b4bfaf1a626515e6ddb3f918fe7fa
6
+ metadata.gz: 177b8f676125e9e2c71913d7c45b30a6103451f92a3ea1b6262cfbf9418d8b95794f717572a23759fd26cf4e807cb55dfd15eec0071d77099a142620cd1a638c
7
+ data.tar.gz: d7d364f2813b43b07f81d704e970f5c01258b0057098347193aa1104b5513fab74c0559bbe86a0744e4295994a890f15b4ee1f995cd0953f5f8aacc46a5d6bab
@@ -1,7 +1,7 @@
1
1
  <div class="container">
2
2
  <div class="row">
3
3
  <div class="col-lg-12 my-3">
4
- <h3 class="text-center w-100 mb-5 infographics-title"><b>Other useful information</b>
4
+ <h3 class="mb-5 infographics-title"><b>Other useful information</b>
5
5
  </h3>
6
6
  </div>
7
7
  </div>
@@ -95,27 +95,42 @@
95
95
  text-decoration: none;
96
96
  }
97
97
 
98
+ .allGroupWords {
99
+ background-color: #fff!important;
100
+ width: auto;
101
+ height: auto;
102
+ border-radius: 15px;
103
+ box-shadow: 0 0 2px rgba(0,0,0,.2);
104
+ margin: 10px 0;
105
+ border: 2px solid var(--black-color);
106
+ }
98
107
  .allfiveletterswords {
99
- background-color: white !important;
100
- width: 75%;
101
- margin: 10px auto;
108
+ background-color: #fff!important;
109
+ width: auto;
102
110
  height: auto;
103
- box-shadow: 0 0 2px rgb(0 0 0 / 20%);
104
- /* margin: 10px 0; */
105
111
  border-radius: 15px;
112
+ box-shadow: 0 0 2px rgba(0,0,0,.2);
113
+ margin: 10px 0;
114
+ border: 2px solid var(--black-color);
106
115
  }
107
116
 
108
117
  .allfiveletterswords>.wordListHeading {
109
- background: gray;
110
- padding: 10px 0px 5px 25px;
118
+ background: var(--black-color);
119
+ padding: 10px 0 5px 25px;
120
+ border-top-right-radius: 13px;
121
+ border-top-left-radius: 13px;
111
122
  color: #fff;
112
- border-top-right-radius: 15px;
113
- border-top-left-radius: 15px;
114
123
  }
115
124
 
125
+ .wordList .anchor__style {
126
+ color: #000!important;
127
+ font-size: 15px;
128
+ text-decoration: none!important;
129
+ font-weight: 600;
130
+ }
116
131
  #wordleWordCount {
117
132
  font-size: 18px;
118
- width: 75%;
133
+ /* width: 75%; */
119
134
  margin: 10px auto;
120
135
  }
121
136
 
@@ -133,6 +148,17 @@
133
148
  color: #fff !important;
134
149
  background-color: #3D3D3E !important;
135
150
  }
151
+ .wordList>ul li{
152
+ padding: 8px 0;
153
+ background: #f8f9fa;
154
+ border-radius: 5px;
155
+ margin: 6px 6px;
156
+ width: auto;
157
+ min-width: 100px;
158
+ text-align: center;
159
+ border: solid 1px var(--black-color) !important;
160
+ box-shadow: 2px 2px 1px 0 var(--black-color) !important;
161
+ }
136
162
 
137
163
  .related_post_heading {
138
164
  width: 100%;
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: word-games-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.0
4
+ version: 2.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - manpreet-appscms