@worksafevictoria/wcl7.5 1.1.0-beta.55 → 1.1.0-beta.57

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": "@worksafevictoria/wcl7.5",
3
- "version": "1.1.0-beta.55",
3
+ "version": "1.1.0-beta.57",
4
4
  "main": "src/index.js",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -429,4 +429,11 @@ export default {
429
429
 
430
430
  <style lang="scss" scoped>
431
431
  @import './styles';
432
+
433
+ #mainCookieContainer {
434
+ .modal-dialog {
435
+ max-width: var(--bs-modal-width);
436
+ margin: 1.75rem auto;
437
+ }
438
+ }
432
439
  </style>
@@ -13,14 +13,14 @@
13
13
  <column class="contact">
14
14
  <div>Phone</div>
15
15
  <a :href="`tel:${item.contact.mobile || item.contact.phone}`"
16
- ><span class="sr-only">Phone number</span
16
+ ><span class="sr-only visually-hidden">Phone number</span
17
17
  >{{ item.contact.mobile || item.contact.phone }}</a
18
18
  >
19
19
  </column>
20
20
  <column v-if="baseLocation && recordLocation" class="distance">
21
21
  <div>Distance</div>
22
22
  <div tabindex="0">
23
- <span class="sr-only">Distance from your specified location</span>
23
+ <span class="sr-only visually-hidden">Distance from your specified location</span>
24
24
  {{
25
25
  calcDistance(
26
26
  baseLocation.lat,