@worksafevictoria/wcl7.5 1.17.0-beta.2 → 1.17.0-beta.3

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.17.0-beta.2",
3
+ "version": "1.17.0-beta.3",
4
4
  "description": "WorkSafe Victoria Component Library - GitHub Actions Migration Test",
5
5
  "main": "src/index.js",
6
6
  "license": "MIT",
@@ -4,6 +4,7 @@
4
4
  &.isMobile {
5
5
  padding: 0;
6
6
  width: 100vw;
7
+ overflow-x: visible;
7
8
 
8
9
  .app-header {
9
10
  &__wrap {
@@ -5,8 +5,9 @@
5
5
  z-index: 27;
6
6
  position: relative;
7
7
  padding: 0px;
8
- width: 100vw;
8
+ width: 100%;
9
9
  font-size: 14px;
10
+ overflow-x: hidden;
10
11
 
11
12
  &__wrap {
12
13
  position: relative;
@@ -386,11 +387,11 @@
386
387
 
387
388
  .logo {
388
389
  height: 85px;
389
- padding: 15px 0%;
390
+ padding: 15px 10px 15px 0px;
390
391
  width: 100%;
391
392
  display: flex;
392
393
  align-items: center;
393
- margin-right: 50px;
394
+ margin-right: 0;
394
395
  margin-left: -10px;
395
396
  background-color: white;
396
397
  width: 100vw;
@@ -398,12 +399,12 @@
398
399
  &__nav {
399
400
  display:inline-block;
400
401
  margin-left: 15px;
401
- margin-right: 10px;
402
+ margin-right: 0;
402
403
  color: #000;
403
404
  width: 100%;
404
405
  text-align: right;
405
406
  font-weight: bold;
406
- overflow-y:auto;
407
+ overflow-y: auto;
407
408
 
408
409
  a:focus {
409
410
  border: 1px solid #BABABA !important;