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: 66f113888dcb4019162fda904d9bfb43169c96fa
4
- data.tar.gz: 63fa02aab31236c7a4405b5c97308e165e6a4643
3
+ metadata.gz: fc07f78ebdc940487819517f5781bd8d1e28a7e3
4
+ data.tar.gz: 6203b0bf57823e429a6fad55c23ba4f133be7854
5
5
  SHA512:
6
- metadata.gz: 16c0156d7f516c08fd309975e49924f46817b9a1204fe925d0c66e037aa1358e8a98398f31be41ec632f76b9a2edcea5d9ef6f86e9f98a82cab7678e813cb8be
7
- data.tar.gz: 0cd3873bf0a76672d6b7e5a9ae925dc3645077419c54f322d33da4122864785055b0cdb5ab25dfa67f5e514463872695e7f47e835b3275d1c98af76eba3c940b
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-indicator,
124
- .environment-integration .environment-indicator {
123
+ .environment-preview .environment-label,
124
+ .environment-integration .environment-label {
125
125
  background-color: $integration-color;
126
126
  color: #000;
127
127
  }
@@ -1,3 +1,3 @@
1
1
  module GovukAdminTemplate
2
- VERSION = "4.0.0"
2
+ VERSION = "4.0.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: govuk_admin_template
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.0.0
4
+ version: 4.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - GOV.UK Dev