@worksafevictoria/wcl7.5 1.17.0 → 1.17.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/package.json
CHANGED
|
@@ -5,8 +5,9 @@
|
|
|
5
5
|
z-index: 27;
|
|
6
6
|
position: relative;
|
|
7
7
|
padding: 0px;
|
|
8
|
-
width:
|
|
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
|
|
390
|
+
padding: 15px 10px 15px 0px;
|
|
390
391
|
width: 100%;
|
|
391
392
|
display: flex;
|
|
392
393
|
align-items: center;
|
|
393
|
-
margin-right:
|
|
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:
|
|
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;
|