naturescot-frontend 3.1.2 → 3.1.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.
|
@@ -315,4 +315,22 @@
|
|
|
315
315
|
// End adjustments
|
|
316
316
|
}
|
|
317
317
|
|
|
318
|
+
// Styles for the .svg used in the header.
|
|
319
|
+
|
|
320
|
+
.whitename {
|
|
321
|
+
fill: #FFFFFF;
|
|
322
|
+
}
|
|
323
|
+
|
|
324
|
+
.cls-3 {
|
|
325
|
+
fill: #FFFFFF;
|
|
326
|
+
}
|
|
327
|
+
|
|
328
|
+
.cls-4 {
|
|
329
|
+
fill: #FFFFFF;
|
|
330
|
+
}
|
|
331
|
+
|
|
332
|
+
.cls-5 {
|
|
333
|
+
fill: url(#linear-gradient);
|
|
334
|
+
}
|
|
335
|
+
|
|
318
336
|
}
|
|
@@ -6,20 +6,6 @@
|
|
|
6
6
|
<span class="naturescot-header__logotype">
|
|
7
7
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="Web_linear" data-name="Web linear" viewBox="0 0 634.27 132.65" width="200">
|
|
8
8
|
<defs>
|
|
9
|
-
<style>
|
|
10
|
-
.whitename {
|
|
11
|
-
fill: #FFFFFF;
|
|
12
|
-
}
|
|
13
|
-
.cls-3 {
|
|
14
|
-
fill: #FFFFFF;
|
|
15
|
-
}
|
|
16
|
-
.cls-4 {
|
|
17
|
-
fill: #FFFFFF;
|
|
18
|
-
}
|
|
19
|
-
.cls-5 {
|
|
20
|
-
fill: url(#linear-gradient);
|
|
21
|
-
}
|
|
22
|
-
</style>
|
|
23
9
|
<linearGradient id="linear-gradient" x1="133.48" y1="96.61" x2="174.43" y2="8.79"gradientUnits="userSpaceOnUse">
|
|
24
10
|
<stop offset="0" stop-color="#FFFFFF"/>
|
|
25
11
|
<stop offset="1" stop-color="#FFFFFF" stop-opacity="0"/>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "naturescot-frontend",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.3",
|
|
4
4
|
"description": "NatureScot's extensions to GDS' govuk-frontend",
|
|
5
5
|
"author": "Mike Coats <mike.coats@nature.scot>",
|
|
6
6
|
"repository": "github:Scottish-Natural-Heritage/naturescot-frontend",
|