govuk_admin_template 4.0.0 → 4.0.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.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fc07f78ebdc940487819517f5781bd8d1e28a7e3
|
|
4
|
+
data.tar.gz: 6203b0bf57823e429a6fad55c23ba4f133be7854
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8d24b777a28d576b647e00d103a7e1f013446a180d24b0bf114e0d521d2d582df18311174c977000dd05741a46c4c9211ef54b59e8109c2f219dd67c2e7e4a8b
|
|
7
|
+
data.tar.gz: 95cd4c335e2855936fb09a42a86faf99753715e999102ef66c0d25fce7ee603b0a168196d991031c0a5b33489c95d9eb743b45f911547af155e48ee350eaa285
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
# 4.0.1
|
|
2
|
+
|
|
3
|
+
* Fix environment-label styles for integration #114
|
|
4
|
+
|
|
1
5
|
# 4.0.0
|
|
2
6
|
|
|
3
7
|
* Allow environment style and labels to be set to integration. When using integration as the environment style the custom favicon in the application must also be present. eg `favicon-preview.png` must be duplicated as `favicon-integration.png`. #102
|
|
@@ -120,8 +120,8 @@ header .navbar-header {
|
|
|
120
120
|
color: #fff;
|
|
121
121
|
}
|
|
122
122
|
|
|
123
|
-
.environment-preview .environment-
|
|
124
|
-
.environment-integration .environment-
|
|
123
|
+
.environment-preview .environment-label,
|
|
124
|
+
.environment-integration .environment-label {
|
|
125
125
|
background-color: $integration-color;
|
|
126
126
|
color: #000;
|
|
127
127
|
}
|