@mideind/netskrafl-react 3.1.0 → 3.2.0
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.
- package/dist/esm/css/netskrafl.css +37 -0
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -2633,6 +2633,7 @@ div.netskrafl-tile.dragging div.letterscore {
|
|
|
2633
2633
|
.netskrafl-container div#blank-form,
|
|
2634
2634
|
.netskrafl-container div#chall-form,
|
|
2635
2635
|
.netskrafl-container div#promo-form,
|
|
2636
|
+
.netskrafl-container div#gamelimit-form,
|
|
2636
2637
|
.netskrafl-container div#wait-form,
|
|
2637
2638
|
.netskrafl-container div#thanks-form,
|
|
2638
2639
|
.netskrafl-container div#cancel-form,
|
|
@@ -3521,6 +3522,25 @@ div.netskrafl-tile.dragging div.letterscore {
|
|
|
3521
3522
|
background-color: var(--ok-button);
|
|
3522
3523
|
}
|
|
3523
3524
|
|
|
3525
|
+
/* Game limit dialog */
|
|
3526
|
+
|
|
3527
|
+
.netskrafl-container div#gamelimit-form {
|
|
3528
|
+
top: 64px;
|
|
3529
|
+
left: 50%;
|
|
3530
|
+
transform: translateX(-50%);
|
|
3531
|
+
width: 327px;
|
|
3532
|
+
height: 268px;
|
|
3533
|
+
line-height: 1.5em;
|
|
3534
|
+
}
|
|
3535
|
+
|
|
3536
|
+
.netskrafl-container div#gamelimit-form div.btn-promo-no {
|
|
3537
|
+
width: 140px;
|
|
3538
|
+
left: 50%;
|
|
3539
|
+
transform: translateX(-50%);
|
|
3540
|
+
right: auto;
|
|
3541
|
+
background-color: var(--ok-button);
|
|
3542
|
+
}
|
|
3543
|
+
|
|
3524
3544
|
.netskrafl-container div #userlist,
|
|
3525
3545
|
.netskrafl-container div #elolist {
|
|
3526
3546
|
height: 396px;
|
|
@@ -8041,6 +8061,23 @@ div.netskrafl-container input[type="checkbox"] {
|
|
|
8041
8061
|
top: auto;
|
|
8042
8062
|
background-color: var(--light-shadow);
|
|
8043
8063
|
}
|
|
8064
|
+
/* Game limit dialog - fullscreen */
|
|
8065
|
+
.netskrafl-container div#gamelimit-form {
|
|
8066
|
+
position: relative;
|
|
8067
|
+
top: 160px;
|
|
8068
|
+
left: 50%;
|
|
8069
|
+
right: auto;
|
|
8070
|
+
bottom: auto;
|
|
8071
|
+
width: 512px;
|
|
8072
|
+
line-height: 1.62em;
|
|
8073
|
+
}
|
|
8074
|
+
.netskrafl-container div#gamelimit-form div.btn-promo-no {
|
|
8075
|
+
width: 160px;
|
|
8076
|
+
left: 50%;
|
|
8077
|
+
transform: translateX(-50%);
|
|
8078
|
+
right: auto;
|
|
8079
|
+
background-color: var(--ok-button);
|
|
8080
|
+
}
|
|
8044
8081
|
.netskrafl-container div.challenge {
|
|
8045
8082
|
width: 48px;
|
|
8046
8083
|
height: 48px;
|