File tree 2 files changed +13
-9
lines changed
2 files changed +13
-9
lines changed Original file line number Diff line number Diff line change @@ -37,15 +37,16 @@ class VacHeaderEn extends Component {
37
37
< a
38
38
href = "https://www.canada.ca/en.html"
39
39
className = "h6 light-grey"
40
+ rel = "noopener"
40
41
>
41
- Canada.ca
42
+ < span className = "hidden-xs" > Canada.ca</ span >
42
43
< img
43
44
id = "maple-leaf"
44
45
src = {
45
46
path +
46
47
"/GCWeb/assets/2018-redesign/vector-maple-leaf.svg"
47
48
}
48
- alt = ""
49
+ alt = "maple leaf "
49
50
/>
50
51
</ a >
51
52
</ li >
@@ -61,13 +62,13 @@ class VacHeaderEn extends Component {
61
62
} }
62
63
className = "h6 light-grey"
63
64
>
64
- Français
65
+ < span className = "hidden-xs" > Français</ span >
65
66
< img
66
67
id = "language-globe"
67
68
src = {
68
69
path + "/GCWeb/assets/2018-redesign/vector-globe.svg"
69
70
}
70
- alt = ""
71
+ alt = "globe "
71
72
/>
72
73
</ a >
73
74
</ li >
@@ -78,15 +79,17 @@ class VacHeaderEn extends Component {
78
79
href = { path + "/eng/e_services/" + utm }
79
80
className = "h6 light-grey"
80
81
>
81
- My < abbr title = "Veterans Affairs Canada" > VAC</ abbr > { " " }
82
- Account
82
+ < span className = "hidden-xs" >
83
+ My < abbr title = "Veterans Affairs Canada" > VAC</ abbr > { " " }
84
+ Account
85
+ </ span >
83
86
< img
84
87
id = "mva-logo"
85
88
className = "mrgn-lft-sm"
86
89
src = {
87
90
path + "/GCWeb/assets/2018-redesign/vector-mva-logo.svg"
88
91
}
89
- alt = ""
92
+ alt = "open folder "
90
93
/>
91
94
</ a >
92
95
</ li >
Original file line number Diff line number Diff line change 20
20
}
21
21
# header_css img {
22
22
border : 0 ;
23
+ vertical-align : middle;
23
24
}
24
25
# header_css hr {
25
26
-webkit-box-sizing : content-box;
372
373
# header_css # wb-bnr ,
373
374
# header_css # wb-bnr a {
374
375
font-family : Montserrat, sans-serif;
376
+ padding : 0 8px ;
377
+ text-transform : uppercase;
375
378
}
376
379
# header_css # wb-bnr .brand {
377
380
margin : 16px 0 ;
380
383
height : 26px ;
381
384
}
382
385
# header_css # wb-bnr img # mva-logo {
383
- height : 20px ;
384
386
position : relative;
385
387
top : 1px ;
386
388
}
389
391
}
390
392
# header_css # wb-bnr img # language-globe ,
391
393
# header_css img # maple-leaf {
392
- height : 20px ;
393
394
margin-left : 5px ;
394
395
position : relative;
395
396
top : -2px ;
You can’t perform that action at this time.
0 commit comments