@digigov/css 0.29.2 → 0.29.5

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.
@@ -17,7 +17,7 @@
17
17
  @apply text-white;
18
18
  }
19
19
  .govgr-phase-banner_header {
20
- @apply bg-focus sticky top-0 z-10;
20
+ @apply bg-focus top-0 z-30;
21
21
  .govgr-phase-banner {
22
22
  @apply mb-0;
23
23
  }
@@ -25,22 +25,26 @@
25
25
  @apply border-0;
26
26
  }
27
27
  .govgr-summary-list__key {
28
- @apply font-bold mb-1 sm:w-4/12 lg:w-3/12;
28
+ @apply font-bold mb-1 sm:w-9/12;
29
29
  }
30
+
30
31
  .govgr-summary-list__value {
31
- @apply sm:w-5/12;
32
+ @apply sm:w-9/12;
33
+
32
34
  &:last-child {
33
- @apply sm:w-8/12 lg:w-9/12;
35
+ @apply w-full;
34
36
  }
37
+
35
38
  .govgr-link {
36
39
  @apply pl-4;
37
40
  }
41
+
38
42
  .govgr-btn {
39
43
  @apply ml-4;
40
44
  }
41
45
  }
42
46
  .govgr-summary-list__actions {
43
- @apply sm:w-3/12 lg:w-4/12 sm:pr-0 sm:text-right;
47
+ @apply sm:w-3/12 sm:pr-0 sm:text-right;
44
48
  }
45
49
  .govgr-summary-list__key, .govgr-summary-list__value {
46
50
  @apply break-words;
package/src/fonts.css ADDED
@@ -0,0 +1 @@
1
+ @import "@fontsource/roboto/index.css";
package/src/pages/form.js CHANGED
@@ -227,7 +227,7 @@ export default function Home() {
227
227
  Επιλογή αρχείου
228
228
  <p className="govgr-hint"> Ανεβάστε το αρχείο που χρειάζεται.</p>
229
229
  <div className="upload-file" >
230
- <input className="govgr-file-upload" type="file" name="filename" />
230
+ <input className="govgr-file-input" type="file" name="filename" />
231
231
  </div>
232
232
  </label>
233
233
  </div>
@@ -237,7 +237,7 @@ export default function Home() {
237
237
  <p className="govgr-hint"> Ανεβάστε το αρχείο που χρειάζεται.</p>
238
238
  <div className="upload-file">
239
239
  <p className="govgr-error-message"> Το αρχείο πρέπει να είναι μέχρι 2MB. </p>
240
- <input className="govgr-file-upload" type="file" name="filename" />
240
+ <input className="govgr-file-input" type="file" name="filename" />
241
241
  </div>
242
242
  </label>
243
243
  </div>
@@ -383,7 +383,7 @@ export default function Home() {
383
383
  Επιλογή αρχείου
384
384
  <p className="govgr-hint"> Ανεβάστε το αρχείο που χρειάζεται.</p>
385
385
  <div className="upload-file" >
386
- <input className="govgr-file-upload" type="file" name="filename" disabled />
386
+ <input className="govgr-file-input" type="file" name="filename" disabled />
387
387
  </div>
388
388
  </label>
389
389
  </div>
@@ -38,6 +38,7 @@ module.exports = {
38
38
  },
39
39
  minWidth: {
40
40
  '10': '2.5rem',
41
+ '52': '13rem',
41
42
  },
42
43
  minHeight: {
43
44
  '4': '1rem',