@fmidev/smartmet-alert-client 4.0.5 → 4.0.8

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fmidev/smartmet-alert-client",
3
- "version": "4.0.5",
3
+ "version": "4.0.8",
4
4
  "description": "Web application for viewing weather and flood alerts",
5
5
  "author": "Finnish Meteorological Institute",
6
6
  "license": "MIT",
@@ -97,6 +97,7 @@ span.region-warning-symbol-text {
97
97
  div.current-description-text-cell {
98
98
  display: table-cell;
99
99
  vertical-align: middle;
100
+ text-align: left;
100
101
  padding-left: 10px;
101
102
  }
102
103
 
@@ -235,6 +235,8 @@ div.symbol-list-header-row {
235
235
  }
236
236
 
237
237
  .legends-text {
238
+ display: block;
239
+ text-align: left;
238
240
  line-height: $current-warning-height;
239
241
  white-space: nowrap;
240
242
  overflow: hidden;
@@ -1094,9 +1094,19 @@ div.day-map-large
1094
1094
 
1095
1095
  .dark-theme .fmi-warnings-popup {
1096
1096
  background-color: $dark-popup-background-color;
1097
+ box-shadow: 0 0 0 1px $dark-gray;
1098
+ }
1099
+
1100
+ .light-gray-theme .fmi-warnings-popup {
1101
+ background-color: $light-popup-background-color;
1097
1102
  box-shadow: 0 0 0 1px $light-gray;
1098
1103
  }
1099
1104
 
1105
+ .dark-gray-theme .fmi-warnings-popup {
1106
+ background-color: $dark-popup-background-color;
1107
+ box-shadow: 0 0 0 1px $dark-gray;
1108
+ }
1109
+
1100
1110
  :deep(.tooltip.bs-tooltip-top) {
1101
1111
  .arrow,
1102
1112
  .arrow::before {
@@ -1430,13 +1440,15 @@ span.region-popup-header-text {
1430
1440
  .popup-table {
1431
1441
  border-top: solid 1px $light-gray;
1432
1442
  }
1433
- #day-map-large-base-popup {
1434
- box-shadow: 0 0 0 1px $light-gray;
1435
- }
1436
1443
  }
1437
1444
 
1438
- .dark-gray-theme .popup-table-heading {
1439
- background-color: $dark-gray-popup-table-background-color;
1445
+ .dark-gray-theme {
1446
+ .popup-table-heading {
1447
+ background-color: $dark-gray-popup-table-background-color;
1448
+ }
1449
+ .popup-table {
1450
+ border-top: solid 1px $dark-gray;
1451
+ }
1440
1452
  }
1441
1453
 
1442
1454
  .popup-table-head {
@@ -207,6 +207,7 @@ button {
207
207
 
208
208
  .region-item-text {
209
209
  display: block;
210
+ text-align: left;
210
211
  line-height: $current-warning-height;
211
212
  white-space: nowrap;
212
213
  overflow: hidden;
@@ -197,6 +197,7 @@ div.accordion-region {
197
197
  }
198
198
 
199
199
  h3.header-region {
200
+ text-align: left;
200
201
  font-size: $font-size;
201
202
  font-weight: bold;
202
203
  line-height: 1.1;