word-games-theme 2.3.5 → 2.3.6
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 70cd1125f8709bd3e4af6effe41303dd69a7cedb53027cc49b223e8f7ff0e8df
|
4
|
+
data.tar.gz: fe5a792f620eede33cb427abbe45486ab451539412e06c0cb60f0449cb62c056
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 11aecd8522c65251f9b6ea7e2d11f8b4328af98fd7e7f375dbc1604fcfbe49a1ba02ba2ec41473e165b7d1a3ca3531fcb5453bf0fdadcb38e0c334caa57e33c2
|
7
|
+
data.tar.gz: 4f64bd040d1105551bfd1594c68465ab05995260b42bce380050b247715bb12a7eb0b686424ccbf5432dfc9905cc338ff56f417f9cde0e3a70d7e730b766ce1f
|
@@ -15,7 +15,7 @@
|
|
15
15
|
transition: all 0.3s ease-in-out;
|
16
16
|
}
|
17
17
|
|
18
|
-
.modal-content{
|
18
|
+
.word-game .modal-content{
|
19
19
|
background-color: var(--primary-color);
|
20
20
|
box-shadow: 2px 2px 0px 0px #131313FC;
|
21
21
|
border-radius: 11px;
|
@@ -58,7 +58,7 @@ border-radius: 11px;
|
|
58
58
|
.create-wordle .custom-word {
|
59
59
|
font-weight: 600;
|
60
60
|
text-transform: uppercase;
|
61
|
-
width: 376px
|
61
|
+
width: 376px;
|
62
62
|
height: 56px;
|
63
63
|
margin: 18px auto;
|
64
64
|
text-align: center;
|
@@ -498,9 +498,12 @@ border-radius: 11px;
|
|
498
498
|
padding: 0 10px;
|
499
499
|
}
|
500
500
|
|
501
|
-
.create-wordle .custom-word {
|
501
|
+
.create-wordle .custom-word,.wordle-game-link {
|
502
502
|
width: 100%;
|
503
503
|
}
|
504
|
+
.wordle-game-play-links{
|
505
|
+
padding: 1rem;
|
506
|
+
}
|
504
507
|
|
505
508
|
.tile {
|
506
509
|
caret-color: transparent;
|