@ministryofjustice/hmpps-digital-prison-reporting-frontend 3.26.7 → 3.26.9

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/dpr/all.scss CHANGED
@@ -4,6 +4,11 @@ $dpr-images-path: "/assets/dpr/images/";
4
4
  $govuk-assets-path: "/assets/govuk/";
5
5
  @import 'govuk/all';
6
6
 
7
+ // Configure MoJ Frontend
8
+ $moj-assets-path: '/moj/assets/';
9
+ $moj-images-path: '/moj/assets/images/';
10
+ @import "node_modules/@ministryofjustice/frontend/moj/all";
11
+
7
12
  .govuk-width-container {
8
13
  max-width: 1170px !important;
9
14
  }
@@ -184,6 +189,14 @@ $govuk-assets-path: "/assets/govuk/";
184
189
  }
185
190
  }
186
191
 
192
+ .govuk-error-message--hidden {
193
+ display: none;
194
+ }
195
+
196
+ .query-error-summary--hidden {
197
+ display: none;
198
+ }
199
+
187
200
  .drp-async-reports-heading-container {
188
201
  position: relative;
189
202
  margin-bottom: govuk-spacing(3);
@@ -992,6 +1005,11 @@ ul.dpr-card-group__item__filters-list {
992
1005
  }
993
1006
  }
994
1007
 
1008
+ .dpr-download-message--hidden {
1009
+ display: none;
1010
+ }
1011
+
1012
+
995
1013
  .dpr-filter-item {
996
1014
  .dpr-inline-label {
997
1015
  padding-bottom: 5px;
@@ -1374,6 +1392,10 @@ ul.dpr-card-group__item__filters-list {
1374
1392
  .dpr-show-hide-button {
1375
1393
  display: inline-block
1376
1394
  }
1395
+
1396
+ .dpr-show-more-content {
1397
+ display: inline;
1398
+ }
1377
1399
  }
1378
1400
 
1379
1401
  .dpr-icon:before {