@mideind/netskrafl-react 1.5.0 → 1.6.1
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/cjs/css/netskrafl.css +46 -25
- package/dist/cjs/index.js +6671 -7015
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/css/netskrafl.css +46 -25
- package/dist/esm/index.js +6671 -7015
- package/dist/esm/index.js.map +1 -1
- package/dist/types.d.ts +1 -1
- package/package.json +1 -1
|
@@ -341,7 +341,7 @@ div.netskrafl-container {
|
|
|
341
341
|
--light-shadow: #666666;
|
|
342
342
|
--blank-tile: #999999;
|
|
343
343
|
--middle-shadow: #cccccc;
|
|
344
|
-
--container-bg-color: #
|
|
344
|
+
--container-bg-color: #fafafa;
|
|
345
345
|
--light-header-color: #eaf5f7;
|
|
346
346
|
--header-color: hsl(from var(--malfridur-accent) h 50% 60%);
|
|
347
347
|
--header-hover-color: hsl(from var(--malfridur-accent) h 50% 70%);
|
|
@@ -434,6 +434,10 @@ div.netskrafl-container * {
|
|
|
434
434
|
animation: blinkOutline 1s infinite;
|
|
435
435
|
}
|
|
436
436
|
|
|
437
|
+
.netskrafl-container .hidden {
|
|
438
|
+
visibility: hidden;
|
|
439
|
+
}
|
|
440
|
+
|
|
437
441
|
.netskrafl-container div.game-container {
|
|
438
442
|
position: absolute;
|
|
439
443
|
top: 0;
|
|
@@ -521,8 +525,8 @@ div.netskrafl-container * {
|
|
|
521
525
|
}
|
|
522
526
|
|
|
523
527
|
.netskrafl-container .ui-tabs .ui-tabs-nav .ui-tabs-anchor.sp {
|
|
524
|
-
/* Single page version */
|
|
525
|
-
min-width:
|
|
528
|
+
/* Single page version, mobile */
|
|
529
|
+
min-width: 61px;
|
|
526
530
|
}
|
|
527
531
|
|
|
528
532
|
.netskrafl-container .ui-tabs .ui-tabs-nav li.ui-tabs-active {
|
|
@@ -698,7 +702,7 @@ div.netskrafl-container * {
|
|
|
698
702
|
div.netskrafl-container {
|
|
699
703
|
transform: scale(0.96, 1);
|
|
700
704
|
/* 0.96 = 360/375 */
|
|
701
|
-
transform-origin:
|
|
705
|
+
transform-origin: left top;
|
|
702
706
|
}
|
|
703
707
|
}
|
|
704
708
|
|
|
@@ -706,7 +710,7 @@ div.netskrafl-container * {
|
|
|
706
710
|
display: block;
|
|
707
711
|
float: left;
|
|
708
712
|
padding-left: 4px;
|
|
709
|
-
padding-top:
|
|
713
|
+
padding-top: 14px;
|
|
710
714
|
}
|
|
711
715
|
|
|
712
716
|
.netskrafl-container div.header-button {
|
|
@@ -734,6 +738,12 @@ div.netskrafl-container * {
|
|
|
734
738
|
height: 30px;
|
|
735
739
|
}
|
|
736
740
|
|
|
741
|
+
.netskrafl-container div.logo .glyphicon-home,
|
|
742
|
+
.netskrafl-container div.header-logo .glyphicon-home {
|
|
743
|
+
color: #f17736;
|
|
744
|
+
font-size: 24px;
|
|
745
|
+
}
|
|
746
|
+
|
|
737
747
|
.netskrafl-container div.rightcol {
|
|
738
748
|
position: relative;
|
|
739
749
|
width: 362px;
|
|
@@ -1373,6 +1383,15 @@ div.netskrafl-tile.dragging div.letterscore {
|
|
|
1373
1383
|
top: 0;
|
|
1374
1384
|
}
|
|
1375
1385
|
|
|
1386
|
+
.netskrafl-container div.modal-close .glyphicon {
|
|
1387
|
+
top: 0;
|
|
1388
|
+
}
|
|
1389
|
+
|
|
1390
|
+
.netskrafl-container div#user-friend .glyphicon {
|
|
1391
|
+
top: -1px;
|
|
1392
|
+
margin-right: 4px;
|
|
1393
|
+
}
|
|
1394
|
+
|
|
1376
1395
|
.netskrafl-container .bottom-button {
|
|
1377
1396
|
text-align: center;
|
|
1378
1397
|
font-size: 18px;
|
|
@@ -2550,9 +2569,7 @@ div.netskrafl-tile.dragging div.letterscore {
|
|
|
2550
2569
|
}
|
|
2551
2570
|
|
|
2552
2571
|
.netskrafl-container div#main-tabs div.header-logo {
|
|
2553
|
-
|
|
2554
|
-
padding-right: 4px;
|
|
2555
|
-
padding-top: 12px;
|
|
2572
|
+
display: none;
|
|
2556
2573
|
}
|
|
2557
2574
|
|
|
2558
2575
|
.netskrafl-container div#tabs {
|
|
@@ -2995,8 +3012,8 @@ div.netskrafl-tile.dragging div.letterscore {
|
|
|
2995
3012
|
position: absolute;
|
|
2996
3013
|
width: 200px;
|
|
2997
3014
|
height: 28px;
|
|
2998
|
-
bottom:
|
|
2999
|
-
right:
|
|
3015
|
+
bottom: 24px;
|
|
3016
|
+
right: 222px;
|
|
3000
3017
|
top: auto;
|
|
3001
3018
|
background-color: var(--ok-button);
|
|
3002
3019
|
}
|
|
@@ -4247,11 +4264,13 @@ div.highlight1.netskrafl-blanktile {
|
|
|
4247
4264
|
font-size: 24px;
|
|
4248
4265
|
line-height: 30px;
|
|
4249
4266
|
font-weight: bold;
|
|
4267
|
+
margin-bottom: 20px;
|
|
4250
4268
|
}
|
|
4251
4269
|
|
|
4252
4270
|
.netskrafl-container div.promo-content h2 span.glyphicon-coffee-cup,
|
|
4253
4271
|
.netskrafl-container div.help-container span.glyphicon-coffee-cup {
|
|
4254
4272
|
color: var(--triple-word-color);
|
|
4273
|
+
margin-right: 6px;
|
|
4255
4274
|
}
|
|
4256
4275
|
|
|
4257
4276
|
.netskrafl-container div.promo-krafla {
|
|
@@ -5299,7 +5318,7 @@ div.highlight1.netskrafl-blanktile {
|
|
|
5299
5318
|
}
|
|
5300
5319
|
|
|
5301
5320
|
.netskrafl-container div#user-friend {
|
|
5302
|
-
left:
|
|
5321
|
+
left: 166px;
|
|
5303
5322
|
width: 280px;
|
|
5304
5323
|
/* Override */
|
|
5305
5324
|
background-color: var(--ok-button);
|
|
@@ -5976,9 +5995,6 @@ div.netskrafl-container input[type="checkbox"] {
|
|
|
5976
5995
|
.netskrafl-container p.help-center {
|
|
5977
5996
|
text-align: center;
|
|
5978
5997
|
}
|
|
5979
|
-
.netskrafl-container div.heading div.header-logo {
|
|
5980
|
-
display: none;
|
|
5981
|
-
}
|
|
5982
5998
|
.netskrafl-container div.logowrapper {
|
|
5983
5999
|
width: 0%;
|
|
5984
6000
|
}
|
|
@@ -6176,6 +6192,12 @@ div.netskrafl-container input[type="checkbox"] {
|
|
|
6176
6192
|
.netskrafl-container div#blank-form {
|
|
6177
6193
|
display: none;
|
|
6178
6194
|
}
|
|
6195
|
+
.netskrafl-container div.modal-dialog {
|
|
6196
|
+
position: absolute;
|
|
6197
|
+
display: flex;
|
|
6198
|
+
justify-content: center;
|
|
6199
|
+
align-items: center;
|
|
6200
|
+
}
|
|
6179
6201
|
}
|
|
6180
6202
|
|
|
6181
6203
|
@media all and (min-width: 667px) and (max-height: 360px) {
|
|
@@ -6260,8 +6282,8 @@ div.netskrafl-container input[type="checkbox"] {
|
|
|
6260
6282
|
width: 40px;
|
|
6261
6283
|
height: 40px;
|
|
6262
6284
|
}
|
|
6263
|
-
.netskrafl-container div
|
|
6264
|
-
|
|
6285
|
+
.netskrafl-container div.logo .glyphicon-home {
|
|
6286
|
+
font-size: 38px;
|
|
6265
6287
|
}
|
|
6266
6288
|
.netskrafl-container div.circle {
|
|
6267
6289
|
height: 38px;
|
|
@@ -6981,9 +7003,6 @@ div.netskrafl-container input[type="checkbox"] {
|
|
|
6981
7003
|
left: auto;
|
|
6982
7004
|
background-color: transparent;
|
|
6983
7005
|
}
|
|
6984
|
-
.netskrafl-container div.modal-dialog {
|
|
6985
|
-
position: absolute;
|
|
6986
|
-
}
|
|
6987
7006
|
.netskrafl-container .bottom-message {
|
|
6988
7007
|
position: absolute;
|
|
6989
7008
|
text-align: center;
|
|
@@ -7391,11 +7410,13 @@ div.netskrafl-container input[type="checkbox"] {
|
|
|
7391
7410
|
background-size: 48px 48px;
|
|
7392
7411
|
}
|
|
7393
7412
|
.netskrafl-container div#promo-form {
|
|
7413
|
+
position: relative;
|
|
7414
|
+
top: auto;
|
|
7394
7415
|
left: auto;
|
|
7395
|
-
|
|
7396
|
-
|
|
7397
|
-
width:
|
|
7398
|
-
height:
|
|
7416
|
+
right: auto;
|
|
7417
|
+
bottom: auto;
|
|
7418
|
+
width: 768px;
|
|
7419
|
+
height: 512px;
|
|
7399
7420
|
line-height: 1.62em;
|
|
7400
7421
|
}
|
|
7401
7422
|
.netskrafl-container div.promo-content {
|
|
@@ -7412,8 +7433,8 @@ div.netskrafl-container input[type="checkbox"] {
|
|
|
7412
7433
|
.netskrafl-container div.btn-promo-no {
|
|
7413
7434
|
width: 160px;
|
|
7414
7435
|
height: 28px;
|
|
7415
|
-
bottom:
|
|
7416
|
-
right:
|
|
7436
|
+
bottom: 24px;
|
|
7437
|
+
right: 24px;
|
|
7417
7438
|
top: auto;
|
|
7418
7439
|
background-color: var(--light-shadow);
|
|
7419
7440
|
}
|