@mideind/netskrafl-react 3.4.0 → 3.4.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.
@@ -3666,17 +3666,32 @@ div.netskrafl-tile.dragging div.letterscore {
3666
3666
  }
3667
3667
 
3668
3668
  .netskrafl-container div#promo-form {
3669
- top: 64px;
3669
+ top: 16px;
3670
3670
  left: 12px;
3671
- width: 327px;
3672
- height: 364px;
3673
- line-height: 1.5em;
3671
+ right: 12px;
3672
+ bottom: 16px;
3673
+ width: auto;
3674
+ height: auto;
3675
+ line-height: 1.4em;
3676
+ font-size: 14px;
3677
+ display: flex;
3678
+ flex-direction: column;
3674
3679
  }
3675
3680
 
3676
3681
  .netskrafl-container div.promo-content {
3677
- margin-top: 16px;
3678
- margin-left: 16px;
3679
- margin-right: 16px;
3682
+ margin-top: 12px;
3683
+ margin-left: 4px;
3684
+ margin-right: 4px;
3685
+ overflow-y: auto;
3686
+ flex: 1;
3687
+ }
3688
+
3689
+ .netskrafl-container div.promo-content ul {
3690
+ padding-left: 20px;
3691
+ }
3692
+
3693
+ .netskrafl-container div.promo-content li {
3694
+ margin-bottom: 6px;
3680
3695
  }
3681
3696
 
3682
3697
  .netskrafl-container div.promo-fullscreen {
@@ -3687,9 +3702,17 @@ div.netskrafl-tile.dragging div.letterscore {
3687
3702
  display: block;
3688
3703
  }
3689
3704
 
3705
+ .netskrafl-container div.promo-buttons {
3706
+ display: flex;
3707
+ flex-direction: row;
3708
+ gap: 12px;
3709
+ padding: 12px 4px;
3710
+ flex-shrink: 0;
3711
+ }
3712
+
3690
3713
  .netskrafl-container div.btn-promo-yes {
3691
3714
  text-align: center;
3692
- font-size: 18px;
3715
+ font-size: 16px;
3693
3716
  font-weight: 700;
3694
3717
  color: white;
3695
3718
  margin: 0;
@@ -3697,18 +3720,14 @@ div.netskrafl-tile.dragging div.letterscore {
3697
3720
  padding-top: 9px;
3698
3721
  border-radius: 5px;
3699
3722
  cursor: pointer;
3700
- position: absolute;
3701
- width: 200px;
3702
- height: 28px;
3703
- bottom: 24px;
3704
- right: 222px;
3705
- top: auto;
3723
+ flex: 1;
3724
+ height: 26px;
3706
3725
  background-color: var(--ok-button);
3707
3726
  }
3708
3727
 
3709
3728
  .netskrafl-container div.btn-promo-no {
3710
3729
  text-align: center;
3711
- font-size: 18px;
3730
+ font-size: 16px;
3712
3731
  font-weight: 700;
3713
3732
  color: white;
3714
3733
  margin: 0;
@@ -3716,13 +3735,10 @@ div.netskrafl-tile.dragging div.letterscore {
3716
3735
  padding-top: 9px;
3717
3736
  border-radius: 5px;
3718
3737
  cursor: pointer;
3719
- position: absolute;
3720
- width: 80px;
3721
- height: 28px;
3722
- bottom: 24px;
3723
- right: 24px;
3724
- top: auto;
3725
- background-color: var(--ok-button);
3738
+ width: 100px;
3739
+ flex-shrink: 0;
3740
+ height: 26px;
3741
+ background-color: var(--light-shadow);
3726
3742
  }
3727
3743
 
3728
3744
  /* Game limit dialog */
@@ -4918,10 +4934,17 @@ div.highlight1.netskrafl-blanktile {
4918
4934
 
4919
4935
  .netskrafl-container div.promo-content h2 {
4920
4936
  color: var(--ok-button);
4921
- font-size: 24px;
4922
- line-height: 30px;
4937
+ font-size: 20px;
4938
+ line-height: 26px;
4923
4939
  font-weight: bold;
4924
- margin-bottom: 20px;
4940
+ margin-bottom: 12px;
4941
+ display: flex;
4942
+ align-items: first baseline;
4943
+ gap: 6px;
4944
+ }
4945
+
4946
+ .netskrafl-container div.promo-content h2 span.glyphicon {
4947
+ flex-shrink: 0;
4925
4948
  }
4926
4949
 
4927
4950
  .netskrafl-container div.promo-krafla {
@@ -8080,11 +8103,19 @@ div.netskrafl-container input[type="checkbox"] {
8080
8103
  width: 786px;
8081
8104
  height: 500px;
8082
8105
  line-height: 1.62em;
8106
+ font-size: 16px;
8107
+ display: block;
8083
8108
  }
8084
8109
  .netskrafl-container div.promo-content {
8085
- margin-top: 32px;
8086
- margin-left: 48px;
8087
- margin-right: 48px;
8110
+ margin-left: 32px;
8111
+ margin-right: 32px;
8112
+ overflow-y: visible;
8113
+ flex: none;
8114
+ }
8115
+ .netskrafl-container div.promo-content h2 {
8116
+ font-size: 26px;
8117
+ line-height: 32px;
8118
+ margin-bottom: 20px;
8088
8119
  }
8089
8120
  .netskrafl-container div.promo-fullscreen {
8090
8121
  display: block;
@@ -8092,12 +8123,28 @@ div.netskrafl-container input[type="checkbox"] {
8092
8123
  .netskrafl-container div.promo-mobile {
8093
8124
  display: none;
8094
8125
  }
8126
+ .netskrafl-container div.promo-buttons {
8127
+ display: block;
8128
+ }
8129
+ .netskrafl-container div.btn-promo-yes {
8130
+ position: absolute;
8131
+ width: 200px;
8132
+ height: 28px;
8133
+ bottom: 24px;
8134
+ right: 222px;
8135
+ top: auto;
8136
+ flex: none;
8137
+ font-size: 18px;
8138
+ }
8095
8139
  .netskrafl-container div.btn-promo-no {
8140
+ position: absolute;
8096
8141
  width: 160px;
8097
8142
  height: 28px;
8098
8143
  bottom: 24px;
8099
8144
  right: 24px;
8100
8145
  top: auto;
8146
+ flex-shrink: initial;
8147
+ font-size: 18px;
8101
8148
  background-color: var(--light-shadow);
8102
8149
  }
8103
8150
  /* Game limit dialog - fullscreen */