dta_rapid 1.4.10 → 1.4.11

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. metadata +2 -3
  3. data/assets/uikit.css +0 -2001
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 54191f266ef10b36d14e5e94d5bce918a2342be2
4
- data.tar.gz: 286d699fdc49f6abe2490d9471788978585b21ef
3
+ metadata.gz: fb66c7a8f291e79e3a0fb701fc9b8e54dbb18b78
4
+ data.tar.gz: 5e3773cce0497083207a708f7b7d14448c732ac5
5
5
  SHA512:
6
- metadata.gz: 4ce39c97d46fefc4797078097dff253716b467ad5d63ddedc07a57d5fe3a84b253614cca4d14bd21cf82eb2ad3aa0f0b9812dd7eb2c0650eb8992eeda5cb74cd
7
- data.tar.gz: c24692b86d0272739df4c444f892b71ffb08e0da56618afe59df4280115f935f308c29aaf0c0e3da300c7884c4557d4a3085dd9f0a690a06a3f347800147b45d
6
+ metadata.gz: d037357d24eb66b4c4730245dc6d7e9b1a31f1668347e4b507c31e8cd62c7486f919995c65901c3782ffe70719d9271e6cc42ecb8d5fba4efaf811885488dc2a
7
+ data.tar.gz: e9028aaee513a05df5833629601149b25a817ab987ff39ae720f8de6d99088dbf9bfa753086d53168146b1e29b64883a27180eb72aec92192226f4dcb7f572fa
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dta_rapid
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.10
4
+ version: 1.4.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gareth Rogers
@@ -105,7 +105,6 @@ files:
105
105
  - assets/js/vendor/parsley.min.js
106
106
  - assets/js/vendor/typeahead.bundle.min.js
107
107
  - assets/media/green.svg
108
- - assets/uikit.css
109
108
  homepage: https://github.com/gtrogers/dta_rapid
110
109
  licenses:
111
110
  - MIT
@@ -126,7 +125,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
126
125
  version: '0'
127
126
  requirements: []
128
127
  rubyforge_project:
129
- rubygems_version: 2.6.8
128
+ rubygems_version: 2.6.10
130
129
  signing_key:
131
130
  specification_version: 4
132
131
  summary: Converting the DTA UI kit (see https://github.com/AusDTO/gov-au-ui-kit) into
@@ -1,2001 +0,0 @@
1
- @charset "UTF-8";
2
- /*! PANCAKE v1.1.0 PANCAKE-SASS v1.1.0 */
3
- /*
4
- * THIS FILE IS AUTOGENERATED EVERY TIME YOU INSTALL A PANCAKE MODULE.
5
- * DO NOT EDIT THIS FILE AND AVOID COMMITTING IT TO VERSION CONTROL.
6
- */
7
- /**
8
- * Sass versioning
9
- *
10
- * @description Version your scss modules and test them at compile time
11
- * @author @dominikwilkowski
12
- * @website https://dominikwilkowski.github.io/sass-versioning/sassdoc/
13
- * @repository https://github.com/dominikwilkowski/sass-versioning
14
- * @license https://raw.githubusercontent.com/dominikwilkowski/sass-versioning/master/LICENSE GPL-3.0
15
- */
16
- /*! @gov.au/core v0.1.2 */
17
- /**
18
- * Breakpoints
19
- */
20
- /**
21
- * Line-height (‘leading’)
22
- */
23
- /**
24
- * Font stacks
25
- */
26
- /**
27
- * max-width for line lengths (the ‘measure’)
28
- */
29
- /**
30
- * Colours
31
- */
32
- /**
33
- * Border vars and styles
34
- */
35
- /**
36
- * Clearing floats
37
- */
38
- /**
39
- * Create media queries and wraps the @content code inside of it
40
- *
41
- * @param {keywords} $breakpoint - Either one of the following keywords: xs, sm, md, lg
42
- *
43
- * @return {string} - The code passed in via @content wrapped inside a media query
44
- */
45
- /**
46
- * Hide an element from the screen but not a screen reader
47
- */
48
- /**
49
- * The outline for focus
50
- */
51
- /**
52
- * Add the outline to focus
53
- */
54
- /**
55
- * Return a space value based on the line-height and the unit em
56
- *
57
- * @param {number} $number - The space as a multiplier of line-height
58
- * @param {number} $number - The line-height [optional]
59
- *
60
- * @return {number} - The space in ems
61
- */
62
- /**
63
- * Replace a string with a string
64
- * http://codepen.io/jakob-e/pen/doMoML
65
- *
66
- * @author @eriksen_dk <https://twitter.com/eriksen_dk>
67
- *
68
- * @param {string} $string - The haystack string to be manipulated
69
- * @param {string} $search - The needle to be replace
70
- * @param {string} $replace - The replacement
71
- *
72
- * @return {string} - The manipulated string with replaced values
73
- */
74
- /**
75
- * Generate an optimized SVG data-uri for
76
- * https://codepen.io/tigt/post/optimizing-svgs-in-data-uris
77
- * http://codepen.io/jakob-e/pen/doMoML
78
- *
79
- * @author @eriksen_dk <https://twitter.com/eriksen_dk>
80
- *
81
- * @param {string} $svg - The SVG to be converted
82
- *
83
- * @return {string} - An optimized data-uri
84
- */
85
- /**
86
- * Returns the factorial of a non-negative integer.
87
- * https://github.com/terkel/mathsass
88
- *
89
- * @author Pascal Duez @pascalduez <http://pascalduez.me/>
90
- *
91
- * @param {integer} $number - A non-negative integer.
92
- *
93
- * @return {integer} - The factorial log
94
- */
95
- /**
96
- * Returns base to the exponent power.
97
- * https://github.com/terkel/mathsass
98
- *
99
- * @author Pascal Duez @pascalduez <http://pascalduez.me/>
100
- *
101
- * @param {integers} $base - The base number
102
- * @param {integers} $exponent - The exponent to which to raise base
103
- *
104
- * @return {integers} - The result of the math
105
- */
106
- /**
107
- * Calculate color luminance
108
- *
109
- * https://github.com/voxpelli/sass-color-helpers/blob/master/stylesheets/color-helpers/_contrast.scss
110
- * Adapted from: https://github.com/LeaVerou/contrast-ratio/blob/gh-pages/color.js
111
- * Formula: http://www.w3.org/TR/2008/REC-WCAG20-20081211/#relativeluminancedef
112
- *
113
- * @author Pelle Wessman @voxpelli <http://kodfabrik.se/>
114
- *
115
- * @param {string} $colour - The color to calculate the luminance from
116
- *
117
- * @return {float} - The luminance
118
- */
119
- /**
120
- * Get the contrast ratio of two colors and warn when it is below WCAG 2.0 AA standard 4.5:1
121
- *
122
- * https://github.com/voxpelli/sass-color-helpers/blob/master/stylesheets/color-helpers/_contrast.scss
123
- * Adapted from: https://github.com/LeaVerou/contrast-ratio/blob/gh-pages/color.js
124
- * Formula: http://www.w3.org/TR/2008/REC-WCAG20-20081211/#contrast-ratiodef
125
- *
126
- * @author Pelle Wessman @voxpelli <http://kodfabrik.se/>
127
- *
128
- * @param {string} $forground - Color one
129
- * @param {string} $background - Color two
130
- *
131
- * @return {integer} - The contrast ratio
132
- */
133
- /*! @gov.au/body v0.1.1 */
134
- @media print {
135
- .uikit-body * {
136
- text-shadow: none !important;
137
- color: #000 !important;
138
- background: #fff !important;
139
- box-shadow: none !important;
140
- border-color: #000 !important;
141
- }
142
- .uikit-body a,
143
- .uikit-body a:visited {
144
- text-decoration: underline;
145
- }
146
- .uikit-body a[href]:after {
147
- content: " (" attr(href) ")";
148
- }
149
- .uikit-body abbr[title]:after {
150
- content: " (" attr(title) ")";
151
- }
152
- .uikit-body a[href^="javascript:"]:after,
153
- .uikit-body a[href^="#"]:after {
154
- content: "";
155
- }
156
- .uikit-body a[rel~='external']:after {
157
- display: none !important;
158
- }
159
- .uikit-body pre,
160
- .uikit-body blockquote {
161
- border: 1px solid #000;
162
- padding: 6px;
163
- page-break-inside: avoid;
164
- }
165
- .uikit-body thead {
166
- display: table-header-group;
167
- }
168
- .uikit-body tr,
169
- .uikit-body img {
170
- page-break-inside: avoid;
171
- }
172
- .uikit-body img {
173
- max-width: 100% !important;
174
- }
175
- .uikit-body p,
176
- .uikit-body h2,
177
- .uikit-body h3 {
178
- orphans: 3;
179
- widows: 3;
180
- }
181
- .uikit-body h2,
182
- .uikit-body h3 {
183
- page-break-after: avoid;
184
- }
185
- .uikit-body p a {
186
- word-wrap: break-word;
187
- }
188
- .uikit-body select {
189
- background: #fff !important;
190
- }
191
- }
192
-
193
- .uikit-body {
194
- margin: 0;
195
- -ms-text-size-adjust: 100%;
196
- -webkit-text-size-adjust: 100%;
197
- line-height: 1.6;
198
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
199
- color: #313131;
200
- /**
201
- * Highlighting in-page sections that are in focus
202
- */
203
- /**
204
- * Text selection and `mark` styling.
205
- */
206
- /**
207
- * Vertical spacing of common text elements.
208
- */
209
- /**
210
- * Emphasis and alt. voice/mood/diff. from prose text.
211
- */
212
- /**
213
- * Important (leaving `b` out for now (and `u` also)).
214
- */
215
- /**
216
- * `small`: for less important information (not stylistic purposes).
217
- */
218
- /**
219
- * `s`: represents contents no longer accurate/relevant.
220
- */
221
- /**
222
- * `del` & `ins`: editorial markup.
223
- *
224
- */
225
- /**
226
- * Defining definition of a term.
227
- *
228
- * The paragraph, description list group, or section that is the nearest
229
- * ancestor of the `dfn` element must also contain the definition(s) for the term
230
- * given by the `dfn` element.
231
- *
232
- * Note: `abbr` can be nested inside `dfn`.
233
- */
234
- /**
235
- * Abbreviations/acronyms.
236
- *
237
- * This styling removes any custom casing (mixing of u&lc chars in the `abbr`).
238
- *
239
- * Todo: test font stack fallbacks with the font-size adj.
240
- */
241
- /**
242
- * Variables, eg. as used in mathematical expressions.
243
- *
244
- * We also provide semantic support for nested vars, and things like indices.
245
- */
246
- /**
247
- * Code snippets and code blocks.
248
- */
249
- /**
250
- * Pre-formatted text set by typographic characters.
251
- */
252
- /**
253
- * Keyboard strokes.
254
- */
255
- /**
256
- * Horizontal rule, used for paragraph-level thematic breaks.
257
- */
258
- }
259
-
260
- .uikit-body a {
261
- -webkit-text-decoration-skip: objects;
262
- color: #313131;
263
- text-decoration: none;
264
- border-bottom: solid 1px #1B7991;
265
- transition: background-color 0.1s ease-in-out, border-color 0.1s ease-in-out;
266
- }
267
-
268
- .uikit-body a:hover, .uikit-body a:focus {
269
- background-color: #5bcbe3;
270
- border-color: transparent;
271
- }
272
-
273
- .uikit-body a:focus {
274
- outline: 1px solid #313131;
275
- outline-offset: 1px;
276
- }
277
-
278
- .uikit-body a[rel~='external']:after {
279
- content: ' ';
280
- display: inline-block;
281
- width: 0.7em;
282
- height: 0.8em;
283
- margin: 0 0.1em 0 0.25em;
284
- background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 128'%3E %3Cpath fill='%231B7991' d='M24.002 8C15.155 8 8 15.164 8 24.002v79.996C8 112.845 15.164 120 24.002 120h79.996c8.847 0 16.002-7.164 16.002-16.002V82.005c0-1.107-.895-2.005-1.994-2.005h-12.012c-1.1 0-1.994.893-1.994 1.995v16.008c0 3.312-2.685 5.997-5.997 5.997H29.997C26.685 104 24 101.315 24 98.003V29.997C24 26.685 26.685 24 29.997 24h16.008C47.107 24 48 23.105 48 22.006V9.994C48 8.894 47.103 8 45.995 8H24.002z'/%3E %3Cpath fill='%231B7991' d='M127.416.584c-.36-.36-.86-.584-1.41-.584H73.994C72.904 0 72 .893 72 1.994v12.012c0 1.1.892 1.994 1.993 1.994H96L49.41 62.59c-.777.777-.774 2.046.01 2.83l13.16 13.16c.793.793 2.052.788 2.83.01L112 32v22.007c0 1.09.893 1.993 1.994 1.993h12.012c1.1 0 1.994-.892 1.994-1.993V1.993c0-.545-.223-1.043-.584-1.405V.584z'/%3E %3C/svg%3E");
285
- background-repeat: no-repeat;
286
- background-position-y: 0.12em;
287
- }
288
-
289
- .ie8 .uikit-body a[rel~='external']:after,
290
- .lt-ie8 .uikit-body a[rel~='external']:after {
291
- content: '⇗';
292
- color: #1B7991;
293
- }
294
-
295
- .uikit-body [tabindex="0"]:focus,
296
- .uikit-body :target {
297
- outline: 1px solid #313131;
298
- outline-offset: 1px;
299
- }
300
-
301
- .uikit-body mark,
302
- .uikit-body ::-moz-selection {
303
- background-color: rgba(250, 194, 102, 0.5);
304
- }
305
-
306
- .uikit-body mark,
307
- .uikit-body ::selection {
308
- background-color: rgba(250, 194, 102, 0.5);
309
- }
310
-
311
- .uikit-body p {
312
- max-width: 42em;
313
- margin: 0 0 1.6em 0;
314
- }
315
-
316
- .uikit-body ul,
317
- .uikit-body ol,
318
- .uikit-body dl,
319
- .uikit-body pre {
320
- margin-top: 0;
321
- margin-bottom: 1.6em;
322
- }
323
-
324
- .uikit-body ul,
325
- .uikit-body ol,
326
- .uikit-body dd {
327
- margin-left: 0;
328
- padding-left: 1.6em;
329
- }
330
-
331
- .uikit-body ul > li,
332
- .uikit-body ol > li {
333
- margin-bottom: 0.4em;
334
- }
335
-
336
- .uikit-body ul > li > ul,
337
- .uikit-body ul > li > ol,
338
- .uikit-body ol > li > ul,
339
- .uikit-body ol > li > ol {
340
- margin-top: 0.4em;
341
- margin-bottom: 0.8em;
342
- }
343
-
344
- .uikit-body ul > ul,
345
- .uikit-body ol > ul {
346
- list-style-type: disc;
347
- }
348
-
349
- .uikit-body dl > dd {
350
- margin-bottom: 1.6em;
351
- }
352
-
353
- .uikit-body dl > dt {
354
- font-weight: bold;
355
- margin-top: 0.8em;
356
- margin-bottom: 0.8em;
357
- }
358
-
359
- .uikit-body dl > dt:first-of-type {
360
- margin-top: 0;
361
- }
362
-
363
- .uikit-body em,
364
- .uikit-body i {
365
- font-style: italic;
366
- }
367
-
368
- .uikit-body strong {
369
- font-weight: bold;
370
- }
371
-
372
- .uikit-body small {
373
- font-size: 87.5%;
374
- color: #464646;
375
- }
376
-
377
- .uikit-body s {
378
- text-decoration: line-through;
379
- }
380
-
381
- .uikit-body del {
382
- text-decoration: line-through;
383
- color: #5a5a5a;
384
- }
385
-
386
- .uikit-body ins {
387
- -webkit-text-decoration-line: underline;
388
- text-decoration-line: underline;
389
- -webkit-text-decoration-style: dashed;
390
- text-decoration-style: dashed;
391
- }
392
-
393
- .uikit-body dfn {
394
- font-style: normal;
395
- }
396
-
397
- .uikit-body abbr,
398
- .uikit-body abbr[title] {
399
- font-size: 18px;
400
- font-variant: small-caps;
401
- text-transform: lowercase;
402
- letter-spacing: 1px;
403
- text-decoration: none;
404
- border-bottom: 1px dotted #555;
405
- cursor: help;
406
- }
407
-
408
- .uikit-body a abbr {
409
- padding-bottom: 1px;
410
- }
411
-
412
- .uikit-body var {
413
- padding: 0 1px;
414
- font-style: italic;
415
- font-family: serif;
416
- }
417
-
418
- .uikit-body var sup,
419
- .uikit-body var sub {
420
- font-family: "Open Sans", Verdana, "Bitstream Vera Sans", sans-serif;
421
- font-style: normal;
422
- padding: 0 1px;
423
- }
424
-
425
- .uikit-body sub,
426
- .uikit-body sup {
427
- font-size: 75%;
428
- line-height: 0;
429
- position: relative;
430
- vertical-align: baseline;
431
- }
432
-
433
- .uikit-body sub {
434
- bottom: -0.25em;
435
- }
436
-
437
- .uikit-body sup {
438
- top: -0.5em;
439
- }
440
-
441
- .uikit-body code,
442
- .uikit-body kbd,
443
- .uikit-body pre {
444
- font-family: "Lucida Sans Typewriter", "Lucida Console", Monaco, "Bitstream Vera Sans Mono", monospace;
445
- }
446
-
447
- .uikit-body pre code,
448
- .uikit-body pre samp,
449
- .uikit-body pre kbd {
450
- font-size: 14px;
451
- }
452
-
453
- .uikit-body kbd {
454
- display: inline-block;
455
- font-size: 14px;
456
- border: solid 1px #1B7991;
457
- border-radius: 3px;
458
- box-shadow: 0 1px 0 0 #1B7991;
459
- background-color: #fefefe;
460
- text-align: center;
461
- padding: 0 0.8em;
462
- margin: 0 2px;
463
- }
464
-
465
- .uikit-body hr {
466
- box-sizing: content-box;
467
- height: 0;
468
- overflow: visible;
469
- border: none;
470
- border-top: 1px solid #555;
471
- margin-bottom: 1.6em;
472
- }
473
-
474
- /*! @gov.au/buttons v0.3.0 */
475
- @media print {
476
- .uikit-btn {
477
- background-color: #fff !important;
478
- border: 2px solid #000 !important;
479
- color: #000 !important;
480
- }
481
- .uikit-btn:disabled {
482
- background-color: #ccc !important;
483
- }
484
- }
485
-
486
- .uikit-btn {
487
- display: inline-block;
488
- -webkit-appearance: none;
489
- border: none;
490
- background: none;
491
- font-size: 17px;
492
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
493
- font-weight: bold;
494
- color: #fff;
495
- text-decoration: none;
496
- border-radius: 3px;
497
- background-color: #1B7991;
498
- padding: 0.8em 1.2em;
499
- cursor: pointer;
500
- transition: background 0.1s ease;
501
- }
502
-
503
- .uikit-btn:focus, .uikit-btn:hover {
504
- background-color: #135566;
505
- }
506
-
507
- .uikit-btn:focus {
508
- outline: 1px solid #313131;
509
- outline-offset: 1px;
510
- }
511
-
512
- .uikit-btn:disabled {
513
- background-color: #cccccc;
514
- font-weight: normal;
515
- color: #313131;
516
- border: 1px dotted #313131;
517
- cursor: not-allowed;
518
- }
519
-
520
- .uikit-btn:disabled:focus, .uikit-btn:disabled:hover {
521
- background-color: #cccccc;
522
- }
523
-
524
- /**
525
- * SECONDARY
526
- */
527
- .uikit-btn--secondary {
528
- background-color: #313131;
529
- }
530
-
531
- .uikit-btn--secondary:focus, .uikit-btn--secondary:hover {
532
- background-color: #6f6f6f;
533
- }
534
-
535
- /**
536
- * TERTIARY
537
- */
538
- .uikit-btn--tertiary {
539
- background-color: #fff;
540
- color: #313131;
541
- border: 1px solid #1B7991;
542
- }
543
-
544
- .uikit-btn--tertiary:focus, .uikit-btn--tertiary:hover {
545
- background-color: #e8f2f4;
546
- }
547
-
548
- /**
549
- * BLOCK
550
- */
551
- .uikit-btn--block {
552
- display: block;
553
- width: 100%;
554
- box-sizing: border-box;
555
- text-align: center;
556
- }
557
-
558
- .uikit-btn--block + .uikit-btn--block {
559
- margin-top: 0.4em;
560
- }
561
-
562
- /*! @gov.au/callout v0.1.1 */
563
- @media print {
564
- .uikit-callout {
565
- border-top: 1px solid #000 !important;
566
- border-right: 1px solid #000 !important;
567
- border-bottom: 1px solid #000 !important;
568
- }
569
- }
570
-
571
- /**
572
- * The generic callout.
573
- */
574
- .uikit-callout {
575
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
576
- color: #313131;
577
- line-height: 1.6;
578
- margin: 1.6em 0.4em;
579
- padding: 1.2em 1.2em 1.2em 0.8em;
580
- border-left: 6px solid #1B7991;
581
- border-radius: 3px;
582
- box-shadow: 2px 0 6px rgba(49, 49, 49, 0.7);
583
- max-width: 42em;
584
- }
585
-
586
- .uikit-callout :first-child {
587
- margin-top: 0;
588
- }
589
-
590
- .uikit-callout :last-child {
591
- margin-bottom: 0;
592
- }
593
-
594
- .ie8 .uikit-callout,
595
- .lt-ie8 .uikit-callout {
596
- border-top: 1px solid #555;
597
- border-right: 1px solid #555;
598
- border-bottom: 1px solid #555;
599
- }
600
-
601
- /**
602
- * The calendar event callout
603
- */
604
- .uikit-callout--calendar-event {
605
- background-color: #f0f3f5;
606
- }
607
-
608
- .uikit-callout--calendar-event__lede,
609
- .uikit-callout--calendar-event__time,
610
- .uikit-callout--calendar-event__name {
611
- display: block;
612
- }
613
-
614
- .uikit-callout--calendar-event__lede,
615
- .uikit-callout--calendar-event__time,
616
- .uikit-callout--calendar-event__name {
617
- margin-bottom: 0.8em;
618
- }
619
-
620
- .uikit-callout--calendar-event__lede {
621
- font-size: 18px;
622
- }
623
-
624
- .uikit-callout--calendar-event__time,
625
- .uikit-callout--calendar-event__name {
626
- font-size: 32px;
627
- }
628
-
629
- .uikit-callout--calendar-event__time {
630
- font-weight: bold;
631
- margin-bottom: 0;
632
- }
633
-
634
- /*! @gov.au/control-input v0.1.0 */
635
- @media print {
636
- .uikit-control-input__text:after {
637
- display: none !important;
638
- }
639
- }
640
-
641
- .uikit-control-input {
642
- display: inline-block;
643
- position: relative;
644
- }
645
-
646
- .uikit-control-input__input {
647
- display: inline-block;
648
- line-height: 1.6;
649
- margin: 0 0px 0 7px;
650
- }
651
-
652
- .uikit-control-input__input:hover {
653
- cursor: pointer;
654
- }
655
-
656
- .uikit-control-input__input:hover + .uikit-control-input__text {
657
- cursor: pointer;
658
- }
659
-
660
- .uikit-control-input__input[type=checkbox] + .uikit-control-input__text:after {
661
- background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 128'%3E %3Cpath fill='%23313131' d='M0 0h128v128H0z'/%3E %3Cpath fill='%23fff' d='M8 8h112v112H8z'/%3E %3C/svg%3E");
662
- }
663
-
664
- .uikit-control-input__input[type=checkbox]:checked + .uikit-control-input__text:after {
665
- background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 128'%3E %3Cpath fill='%23313131' d='M0 0h128v128H0z'/%3E %3Cpath fill='%23fff' d='M8 8h112v112H8z'/%3E %3Cpath fill='%23313131' d='M16 16h96v96H16z'/%3E %3Cpath fill='%23fff' d='M102.59 45.41c.778-.778.782-2.038-.002-2.822l-9.176-9.176c-.78-.78-2.052-.772-2.823 0L56 68 41.42 53.42c-.784-.784-2.048-.792-2.832-.008l-9.176 9.176c-.78.78-.775 2.05-.004 2.82l25.184 25.184c.778.778 2.04.775 2.82-.003l45.177-45.18z'/%3E %3C/svg%3E");
666
- }
667
-
668
- .uikit-control-input--full > .uikit-control-input__input[type=checkbox] + .uikit-control-input__text:after {
669
- background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 128'%3E %3Cpath fill='%23313131' d='M0 0h128v128H0z'/%3E %3Cpath fill='%23fff' d='M8 8h112v112H8z'/%3E %3C/svg%3E");
670
- }
671
-
672
- .uikit-control-input--full > .uikit-control-input__input[type=checkbox]:checked + .uikit-control-input__text:after {
673
- background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 128'%3E %3Cpath fill='%23313131' d='M0 0h128v128H0z'/%3E %3Cpath fill='%23fff' d='M8 8h112v112H8z'/%3E %3Cpath fill='%23313131' d='M16 16h96v96H16z'/%3E %3C/svg%3E");
674
- }
675
-
676
- .uikit-control-input__input[type=radio] + .uikit-control-input__text:after {
677
- background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 128'%3E %3Ccircle fill='%23313131' cx='64' cy='64' r='64'/%3E %3Ccircle fill='%23fff' cx='64' cy='64' r='56'/%3E %3C/svg%3E");
678
- }
679
-
680
- .uikit-control-input__input[type=radio]:checked + .uikit-control-input__text:after {
681
- background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 128'%3E %3Ccircle fill='%23313131' cx='64' cy='64' r='64'/%3E %3Ccircle fill='%23fff' cx='64' cy='64' r='56'/%3E %3Ccircle fill='%23313131' cx='64' cy='64' r='44'/%3E %3Cpath fill='%23fff' fill-rule='nonzero' d='M94.588 53.412c.78-.78.784-2.04 0-2.824l-9.176-9.176c-.78-.78-2.05-.775-2.82-.004L56 68 45.412 57.412c-.78-.78-2.04-.784-2.824 0l-9.176 9.176c-.78.78-.782 2.042 0 2.824l21.176 21.176c.78.78 2.04.784 2.824 0l37.176-37.176z'/%3E %3C/svg%3E");
682
- }
683
-
684
- .uikit-control-input--full > .uikit-control-input__input[type=radio] + .uikit-control-input__text:after {
685
- background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 128'%3E %3Ccircle fill='%23313131' cx='64' cy='64' r='64'/%3E %3Ccircle fill='%23fff' cx='64' cy='64' r='56'/%3E %3C/svg%3E");
686
- }
687
-
688
- .uikit-control-input--full > .uikit-control-input__input[type=radio]:checked + .uikit-control-input__text:after {
689
- background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 128'%3E %3Ccircle fill='%23313131' cx='64' cy='64' r='64'/%3E %3Ccircle fill='%23fff' cx='64' cy='64' r='56'/%3E %3Ccircle fill='%23313131' cx='64' cy='64' r='44'/%3E %3C/svg%3E");
690
- }
691
-
692
- .uikit-control-input__input:checked + .uikit-control-input__text {
693
- font-weight: bold;
694
- }
695
-
696
- .uikit-control-input__input:focus + .uikit-control-input__text {
697
- outline: 1px solid #313131;
698
- outline-offset: 1px;
699
- }
700
-
701
- .uikit-control-input__input:disabled + .uikit-control-input__text {
702
- color: #6f6f6f;
703
- }
704
-
705
- .uikit-control-input__input:disabled + .uikit-control-input__text:before {
706
- background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 128'%3E %3Cpath fill='rgba(255, 255, 255, 0.3)' d='M0 0h128v128H0z'/%3E %3C/svg%3E");
707
- z-index: 2;
708
- }
709
-
710
- .uikit-control-input__input:disabled:hover {
711
- cursor: not-allowed;
712
- }
713
-
714
- .uikit-control-input__input:disabled:hover + .uikit-control-input__text {
715
- cursor: not-allowed;
716
- }
717
-
718
- /**
719
- * The label text
720
- */
721
- .uikit-control-input__text {
722
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
723
- color: #313131;
724
- line-height: 1.6;
725
- font-size: 17px;
726
- margin-left: 12px;
727
- }
728
-
729
- .uikit-control-input__text:before, .uikit-control-input__text:after {
730
- content: ' ';
731
- display: block;
732
- position: absolute;
733
- left: 0;
734
- top: 0;
735
- width: 27px;
736
- height: 27px;
737
- background-repeat: no-repeat;
738
- z-index: 1;
739
- }
740
-
741
- /*! @gov.au/footer v0.1.0 */
742
- @media print {
743
- .uikit-footer {
744
- background: #fff !important;
745
- border-color: #000 !important;
746
- }
747
- }
748
-
749
- /**
750
- * Basic footer block styling.
751
- */
752
- .uikit-footer {
753
- background-color: #f0f3f5;
754
- border-top: 6px solid #555;
755
- padding: 1.6em;
756
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
757
- color: #313131;
758
- }
759
-
760
- .uikit-footer p:last-child {
761
- margin: 0;
762
- }
763
-
764
- /**
765
- * Footer `nav` navigation styling.
766
- */
767
- .uikit-footer__navigation .uikit-link-list > li {
768
- margin-left: 0;
769
- }
770
-
771
- .uikit-footer__navigation + .uikit-footer__end {
772
- padding-top: 1.6em;
773
- border-top: 1px solid #555;
774
- margin-top: 1.6em;
775
- }
776
-
777
- /*! @gov.au/grid-12 v0.1.0 */
778
- /**
779
- * Iterates through all 12 columns (≥2) to calculate the correct amount of left
780
- * and right padding for each of the classes.
781
- */
782
- /**
783
- * Iterates through the columns to create a new list and then sets the float.
784
- */
785
- /**
786
- * Calculates the correct widths as a percentage based on the column count,
787
- * column breakpoint class, and type (pull or offset).
788
- */
789
- /**
790
- * Calls the above mixins and combines them.
791
- */
792
- /**
793
- * Finally, we create the grid and all the necessary classes.
794
- */
795
- .uikit-grid .container {
796
- box-sizing: border-box;
797
- }
798
-
799
- @media (min-width: 768px) {
800
- .uikit-grid .container {
801
- width: 744px;
802
- }
803
- }
804
-
805
- @media (min-width: 992px) {
806
- .uikit-grid .container {
807
- width: 968px;
808
- }
809
- }
810
-
811
- @media (min-width: 1200px) {
812
- .uikit-grid .container {
813
- width: 1176px;
814
- }
815
- }
816
-
817
- .uikit-grid .container,
818
- .uikit-grid .container-fluid {
819
- box-sizing: border-box;
820
- margin-right: auto;
821
- margin-left: auto;
822
- padding-left: 12px;
823
- padding-right: 12px;
824
- }
825
-
826
- .uikit-grid .container:before, .uikit-grid .container:after,
827
- .uikit-grid .container-fluid:before,
828
- .uikit-grid .container-fluid:after {
829
- content: " ";
830
- display: table;
831
- }
832
-
833
- .uikit-grid .container:after,
834
- .uikit-grid .container-fluid:after {
835
- clear: both;
836
- }
837
-
838
- .uikit-grid .row {
839
- margin-left: -12px;
840
- margin-right: -12px;
841
- }
842
-
843
- .uikit-grid .row:before, .uikit-grid .row:after {
844
- content: " ";
845
- display: table;
846
- }
847
-
848
- .uikit-grid .row:after {
849
- clear: both;
850
- }
851
-
852
- .uikit-grid .col-xs-1, .uikit-grid .col-sm-1, .uikit-grid .col-md-1, .uikit-grid .col-lg-1, .uikit-grid .col-xs-2, .uikit-grid .col-sm-2, .uikit-grid .col-md-2, .uikit-grid .col-lg-2, .uikit-grid .col-xs-3, .uikit-grid .col-sm-3, .uikit-grid .col-md-3, .uikit-grid .col-lg-3, .uikit-grid .col-xs-4, .uikit-grid .col-sm-4, .uikit-grid .col-md-4, .uikit-grid .col-lg-4, .uikit-grid .col-xs-5, .uikit-grid .col-sm-5, .uikit-grid .col-md-5, .uikit-grid .col-lg-5, .uikit-grid .col-xs-6, .uikit-grid .col-sm-6, .uikit-grid .col-md-6, .uikit-grid .col-lg-6, .uikit-grid .col-xs-7, .uikit-grid .col-sm-7, .uikit-grid .col-md-7, .uikit-grid .col-lg-7, .uikit-grid .col-xs-8, .uikit-grid .col-sm-8, .uikit-grid .col-md-8, .uikit-grid .col-lg-8, .uikit-grid .col-xs-9, .uikit-grid .col-sm-9, .uikit-grid .col-md-9, .uikit-grid .col-lg-9, .uikit-grid .col-xs-10, .uikit-grid .col-sm-10, .uikit-grid .col-md-10, .uikit-grid .col-lg-10, .uikit-grid .col-xs-11, .uikit-grid .col-sm-11, .uikit-grid .col-md-11, .uikit-grid .col-lg-11, .uikit-grid .col-xs-12, .uikit-grid .col-sm-12, .uikit-grid .col-md-12, .uikit-grid .col-lg-12 {
853
- box-sizing: border-box;
854
- position: relative;
855
- min-height: 1px;
856
- padding-left: 12px;
857
- padding-right: 12px;
858
- }
859
-
860
- .uikit-grid .col-xs-1, .uikit-grid .col-xs-2, .uikit-grid .col-xs-3, .uikit-grid .col-xs-4, .uikit-grid .col-xs-5, .uikit-grid .col-xs-6, .uikit-grid .col-xs-7, .uikit-grid .col-xs-8, .uikit-grid .col-xs-9, .uikit-grid .col-xs-10, .uikit-grid .col-xs-11, .uikit-grid .col-xs-12 {
861
- float: left;
862
- }
863
-
864
- .uikit-grid .col-xs-1 {
865
- width: 8.33333%;
866
- }
867
-
868
- .uikit-grid .col-xs-2 {
869
- width: 16.66667%;
870
- }
871
-
872
- .uikit-grid .col-xs-3 {
873
- width: 25%;
874
- }
875
-
876
- .uikit-grid .col-xs-4 {
877
- width: 33.33333%;
878
- }
879
-
880
- .uikit-grid .col-xs-5 {
881
- width: 41.66667%;
882
- }
883
-
884
- .uikit-grid .col-xs-6 {
885
- width: 50%;
886
- }
887
-
888
- .uikit-grid .col-xs-7 {
889
- width: 58.33333%;
890
- }
891
-
892
- .uikit-grid .col-xs-8 {
893
- width: 66.66667%;
894
- }
895
-
896
- .uikit-grid .col-xs-9 {
897
- width: 75%;
898
- }
899
-
900
- .uikit-grid .col-xs-10 {
901
- width: 83.33333%;
902
- }
903
-
904
- .uikit-grid .col-xs-11 {
905
- width: 91.66667%;
906
- }
907
-
908
- .uikit-grid .col-xs-12 {
909
- width: 100%;
910
- }
911
-
912
- .uikit-grid .col-xs-pull-0 {
913
- right: auto;
914
- }
915
-
916
- .uikit-grid .col-xs-pull-1 {
917
- right: 8.33333%;
918
- }
919
-
920
- .uikit-grid .col-xs-pull-2 {
921
- right: 16.66667%;
922
- }
923
-
924
- .uikit-grid .col-xs-pull-3 {
925
- right: 25%;
926
- }
927
-
928
- .uikit-grid .col-xs-pull-4 {
929
- right: 33.33333%;
930
- }
931
-
932
- .uikit-grid .col-xs-pull-5 {
933
- right: 41.66667%;
934
- }
935
-
936
- .uikit-grid .col-xs-pull-6 {
937
- right: 50%;
938
- }
939
-
940
- .uikit-grid .col-xs-pull-7 {
941
- right: 58.33333%;
942
- }
943
-
944
- .uikit-grid .col-xs-pull-8 {
945
- right: 66.66667%;
946
- }
947
-
948
- .uikit-grid .col-xs-pull-9 {
949
- right: 75%;
950
- }
951
-
952
- .uikit-grid .col-xs-pull-10 {
953
- right: 83.33333%;
954
- }
955
-
956
- .uikit-grid .col-xs-pull-11 {
957
- right: 91.66667%;
958
- }
959
-
960
- .uikit-grid .col-xs-pull-12 {
961
- right: 100%;
962
- }
963
-
964
- .uikit-grid .col-xs-push-0 {
965
- left: auto;
966
- }
967
-
968
- .uikit-grid .col-xs-push-1 {
969
- left: 8.33333%;
970
- }
971
-
972
- .uikit-grid .col-xs-push-2 {
973
- left: 16.66667%;
974
- }
975
-
976
- .uikit-grid .col-xs-push-3 {
977
- left: 25%;
978
- }
979
-
980
- .uikit-grid .col-xs-push-4 {
981
- left: 33.33333%;
982
- }
983
-
984
- .uikit-grid .col-xs-push-5 {
985
- left: 41.66667%;
986
- }
987
-
988
- .uikit-grid .col-xs-push-6 {
989
- left: 50%;
990
- }
991
-
992
- .uikit-grid .col-xs-push-7 {
993
- left: 58.33333%;
994
- }
995
-
996
- .uikit-grid .col-xs-push-8 {
997
- left: 66.66667%;
998
- }
999
-
1000
- .uikit-grid .col-xs-push-9 {
1001
- left: 75%;
1002
- }
1003
-
1004
- .uikit-grid .col-xs-push-10 {
1005
- left: 83.33333%;
1006
- }
1007
-
1008
- .uikit-grid .col-xs-push-11 {
1009
- left: 91.66667%;
1010
- }
1011
-
1012
- .uikit-grid .col-xs-push-12 {
1013
- left: 100%;
1014
- }
1015
-
1016
- .uikit-grid .col-xs-offset-0 {
1017
- margin-left: 0%;
1018
- }
1019
-
1020
- .uikit-grid .col-xs-offset-1 {
1021
- margin-left: 8.33333%;
1022
- }
1023
-
1024
- .uikit-grid .col-xs-offset-2 {
1025
- margin-left: 16.66667%;
1026
- }
1027
-
1028
- .uikit-grid .col-xs-offset-3 {
1029
- margin-left: 25%;
1030
- }
1031
-
1032
- .uikit-grid .col-xs-offset-4 {
1033
- margin-left: 33.33333%;
1034
- }
1035
-
1036
- .uikit-grid .col-xs-offset-5 {
1037
- margin-left: 41.66667%;
1038
- }
1039
-
1040
- .uikit-grid .col-xs-offset-6 {
1041
- margin-left: 50%;
1042
- }
1043
-
1044
- .uikit-grid .col-xs-offset-7 {
1045
- margin-left: 58.33333%;
1046
- }
1047
-
1048
- .uikit-grid .col-xs-offset-8 {
1049
- margin-left: 66.66667%;
1050
- }
1051
-
1052
- .uikit-grid .col-xs-offset-9 {
1053
- margin-left: 75%;
1054
- }
1055
-
1056
- .uikit-grid .col-xs-offset-10 {
1057
- margin-left: 83.33333%;
1058
- }
1059
-
1060
- .uikit-grid .col-xs-offset-11 {
1061
- margin-left: 91.66667%;
1062
- }
1063
-
1064
- .uikit-grid .col-xs-offset-12 {
1065
- margin-left: 100%;
1066
- }
1067
-
1068
- @media (min-width: 768px) {
1069
- .uikit-grid .col-sm-1, .uikit-grid .col-sm-2, .uikit-grid .col-sm-3, .uikit-grid .col-sm-4, .uikit-grid .col-sm-5, .uikit-grid .col-sm-6, .uikit-grid .col-sm-7, .uikit-grid .col-sm-8, .uikit-grid .col-sm-9, .uikit-grid .col-sm-10, .uikit-grid .col-sm-11, .uikit-grid .col-sm-12 {
1070
- float: left;
1071
- }
1072
- .uikit-grid .col-sm-1 {
1073
- width: 8.33333%;
1074
- }
1075
- .uikit-grid .col-sm-2 {
1076
- width: 16.66667%;
1077
- }
1078
- .uikit-grid .col-sm-3 {
1079
- width: 25%;
1080
- }
1081
- .uikit-grid .col-sm-4 {
1082
- width: 33.33333%;
1083
- }
1084
- .uikit-grid .col-sm-5 {
1085
- width: 41.66667%;
1086
- }
1087
- .uikit-grid .col-sm-6 {
1088
- width: 50%;
1089
- }
1090
- .uikit-grid .col-sm-7 {
1091
- width: 58.33333%;
1092
- }
1093
- .uikit-grid .col-sm-8 {
1094
- width: 66.66667%;
1095
- }
1096
- .uikit-grid .col-sm-9 {
1097
- width: 75%;
1098
- }
1099
- .uikit-grid .col-sm-10 {
1100
- width: 83.33333%;
1101
- }
1102
- .uikit-grid .col-sm-11 {
1103
- width: 91.66667%;
1104
- }
1105
- .uikit-grid .col-sm-12 {
1106
- width: 100%;
1107
- }
1108
- .uikit-grid .col-sm-pull-0 {
1109
- right: auto;
1110
- }
1111
- .uikit-grid .col-sm-pull-1 {
1112
- right: 8.33333%;
1113
- }
1114
- .uikit-grid .col-sm-pull-2 {
1115
- right: 16.66667%;
1116
- }
1117
- .uikit-grid .col-sm-pull-3 {
1118
- right: 25%;
1119
- }
1120
- .uikit-grid .col-sm-pull-4 {
1121
- right: 33.33333%;
1122
- }
1123
- .uikit-grid .col-sm-pull-5 {
1124
- right: 41.66667%;
1125
- }
1126
- .uikit-grid .col-sm-pull-6 {
1127
- right: 50%;
1128
- }
1129
- .uikit-grid .col-sm-pull-7 {
1130
- right: 58.33333%;
1131
- }
1132
- .uikit-grid .col-sm-pull-8 {
1133
- right: 66.66667%;
1134
- }
1135
- .uikit-grid .col-sm-pull-9 {
1136
- right: 75%;
1137
- }
1138
- .uikit-grid .col-sm-pull-10 {
1139
- right: 83.33333%;
1140
- }
1141
- .uikit-grid .col-sm-pull-11 {
1142
- right: 91.66667%;
1143
- }
1144
- .uikit-grid .col-sm-pull-12 {
1145
- right: 100%;
1146
- }
1147
- .uikit-grid .col-sm-push-0 {
1148
- left: auto;
1149
- }
1150
- .uikit-grid .col-sm-push-1 {
1151
- left: 8.33333%;
1152
- }
1153
- .uikit-grid .col-sm-push-2 {
1154
- left: 16.66667%;
1155
- }
1156
- .uikit-grid .col-sm-push-3 {
1157
- left: 25%;
1158
- }
1159
- .uikit-grid .col-sm-push-4 {
1160
- left: 33.33333%;
1161
- }
1162
- .uikit-grid .col-sm-push-5 {
1163
- left: 41.66667%;
1164
- }
1165
- .uikit-grid .col-sm-push-6 {
1166
- left: 50%;
1167
- }
1168
- .uikit-grid .col-sm-push-7 {
1169
- left: 58.33333%;
1170
- }
1171
- .uikit-grid .col-sm-push-8 {
1172
- left: 66.66667%;
1173
- }
1174
- .uikit-grid .col-sm-push-9 {
1175
- left: 75%;
1176
- }
1177
- .uikit-grid .col-sm-push-10 {
1178
- left: 83.33333%;
1179
- }
1180
- .uikit-grid .col-sm-push-11 {
1181
- left: 91.66667%;
1182
- }
1183
- .uikit-grid .col-sm-push-12 {
1184
- left: 100%;
1185
- }
1186
- .uikit-grid .col-sm-offset-0 {
1187
- margin-left: 0%;
1188
- }
1189
- .uikit-grid .col-sm-offset-1 {
1190
- margin-left: 8.33333%;
1191
- }
1192
- .uikit-grid .col-sm-offset-2 {
1193
- margin-left: 16.66667%;
1194
- }
1195
- .uikit-grid .col-sm-offset-3 {
1196
- margin-left: 25%;
1197
- }
1198
- .uikit-grid .col-sm-offset-4 {
1199
- margin-left: 33.33333%;
1200
- }
1201
- .uikit-grid .col-sm-offset-5 {
1202
- margin-left: 41.66667%;
1203
- }
1204
- .uikit-grid .col-sm-offset-6 {
1205
- margin-left: 50%;
1206
- }
1207
- .uikit-grid .col-sm-offset-7 {
1208
- margin-left: 58.33333%;
1209
- }
1210
- .uikit-grid .col-sm-offset-8 {
1211
- margin-left: 66.66667%;
1212
- }
1213
- .uikit-grid .col-sm-offset-9 {
1214
- margin-left: 75%;
1215
- }
1216
- .uikit-grid .col-sm-offset-10 {
1217
- margin-left: 83.33333%;
1218
- }
1219
- .uikit-grid .col-sm-offset-11 {
1220
- margin-left: 91.66667%;
1221
- }
1222
- .uikit-grid .col-sm-offset-12 {
1223
- margin-left: 100%;
1224
- }
1225
- }
1226
-
1227
- @media (min-width: 992px) {
1228
- .uikit-grid .col-md-1, .uikit-grid .col-md-2, .uikit-grid .col-md-3, .uikit-grid .col-md-4, .uikit-grid .col-md-5, .uikit-grid .col-md-6, .uikit-grid .col-md-7, .uikit-grid .col-md-8, .uikit-grid .col-md-9, .uikit-grid .col-md-10, .uikit-grid .col-md-11, .uikit-grid .col-md-12 {
1229
- float: left;
1230
- }
1231
- .uikit-grid .col-md-1 {
1232
- width: 8.33333%;
1233
- }
1234
- .uikit-grid .col-md-2 {
1235
- width: 16.66667%;
1236
- }
1237
- .uikit-grid .col-md-3 {
1238
- width: 25%;
1239
- }
1240
- .uikit-grid .col-md-4 {
1241
- width: 33.33333%;
1242
- }
1243
- .uikit-grid .col-md-5 {
1244
- width: 41.66667%;
1245
- }
1246
- .uikit-grid .col-md-6 {
1247
- width: 50%;
1248
- }
1249
- .uikit-grid .col-md-7 {
1250
- width: 58.33333%;
1251
- }
1252
- .uikit-grid .col-md-8 {
1253
- width: 66.66667%;
1254
- }
1255
- .uikit-grid .col-md-9 {
1256
- width: 75%;
1257
- }
1258
- .uikit-grid .col-md-10 {
1259
- width: 83.33333%;
1260
- }
1261
- .uikit-grid .col-md-11 {
1262
- width: 91.66667%;
1263
- }
1264
- .uikit-grid .col-md-12 {
1265
- width: 100%;
1266
- }
1267
- .uikit-grid .col-md-pull-0 {
1268
- right: auto;
1269
- }
1270
- .uikit-grid .col-md-pull-1 {
1271
- right: 8.33333%;
1272
- }
1273
- .uikit-grid .col-md-pull-2 {
1274
- right: 16.66667%;
1275
- }
1276
- .uikit-grid .col-md-pull-3 {
1277
- right: 25%;
1278
- }
1279
- .uikit-grid .col-md-pull-4 {
1280
- right: 33.33333%;
1281
- }
1282
- .uikit-grid .col-md-pull-5 {
1283
- right: 41.66667%;
1284
- }
1285
- .uikit-grid .col-md-pull-6 {
1286
- right: 50%;
1287
- }
1288
- .uikit-grid .col-md-pull-7 {
1289
- right: 58.33333%;
1290
- }
1291
- .uikit-grid .col-md-pull-8 {
1292
- right: 66.66667%;
1293
- }
1294
- .uikit-grid .col-md-pull-9 {
1295
- right: 75%;
1296
- }
1297
- .uikit-grid .col-md-pull-10 {
1298
- right: 83.33333%;
1299
- }
1300
- .uikit-grid .col-md-pull-11 {
1301
- right: 91.66667%;
1302
- }
1303
- .uikit-grid .col-md-pull-12 {
1304
- right: 100%;
1305
- }
1306
- .uikit-grid .col-md-push-0 {
1307
- left: auto;
1308
- }
1309
- .uikit-grid .col-md-push-1 {
1310
- left: 8.33333%;
1311
- }
1312
- .uikit-grid .col-md-push-2 {
1313
- left: 16.66667%;
1314
- }
1315
- .uikit-grid .col-md-push-3 {
1316
- left: 25%;
1317
- }
1318
- .uikit-grid .col-md-push-4 {
1319
- left: 33.33333%;
1320
- }
1321
- .uikit-grid .col-md-push-5 {
1322
- left: 41.66667%;
1323
- }
1324
- .uikit-grid .col-md-push-6 {
1325
- left: 50%;
1326
- }
1327
- .uikit-grid .col-md-push-7 {
1328
- left: 58.33333%;
1329
- }
1330
- .uikit-grid .col-md-push-8 {
1331
- left: 66.66667%;
1332
- }
1333
- .uikit-grid .col-md-push-9 {
1334
- left: 75%;
1335
- }
1336
- .uikit-grid .col-md-push-10 {
1337
- left: 83.33333%;
1338
- }
1339
- .uikit-grid .col-md-push-11 {
1340
- left: 91.66667%;
1341
- }
1342
- .uikit-grid .col-md-push-12 {
1343
- left: 100%;
1344
- }
1345
- .uikit-grid .col-md-offset-0 {
1346
- margin-left: 0%;
1347
- }
1348
- .uikit-grid .col-md-offset-1 {
1349
- margin-left: 8.33333%;
1350
- }
1351
- .uikit-grid .col-md-offset-2 {
1352
- margin-left: 16.66667%;
1353
- }
1354
- .uikit-grid .col-md-offset-3 {
1355
- margin-left: 25%;
1356
- }
1357
- .uikit-grid .col-md-offset-4 {
1358
- margin-left: 33.33333%;
1359
- }
1360
- .uikit-grid .col-md-offset-5 {
1361
- margin-left: 41.66667%;
1362
- }
1363
- .uikit-grid .col-md-offset-6 {
1364
- margin-left: 50%;
1365
- }
1366
- .uikit-grid .col-md-offset-7 {
1367
- margin-left: 58.33333%;
1368
- }
1369
- .uikit-grid .col-md-offset-8 {
1370
- margin-left: 66.66667%;
1371
- }
1372
- .uikit-grid .col-md-offset-9 {
1373
- margin-left: 75%;
1374
- }
1375
- .uikit-grid .col-md-offset-10 {
1376
- margin-left: 83.33333%;
1377
- }
1378
- .uikit-grid .col-md-offset-11 {
1379
- margin-left: 91.66667%;
1380
- }
1381
- .uikit-grid .col-md-offset-12 {
1382
- margin-left: 100%;
1383
- }
1384
- }
1385
-
1386
- @media (min-width: 1200px) {
1387
- .uikit-grid .col-lg-1, .uikit-grid .col-lg-2, .uikit-grid .col-lg-3, .uikit-grid .col-lg-4, .uikit-grid .col-lg-5, .uikit-grid .col-lg-6, .uikit-grid .col-lg-7, .uikit-grid .col-lg-8, .uikit-grid .col-lg-9, .uikit-grid .col-lg-10, .uikit-grid .col-lg-11, .uikit-grid .col-lg-12 {
1388
- float: left;
1389
- }
1390
- .uikit-grid .col-lg-1 {
1391
- width: 8.33333%;
1392
- }
1393
- .uikit-grid .col-lg-2 {
1394
- width: 16.66667%;
1395
- }
1396
- .uikit-grid .col-lg-3 {
1397
- width: 25%;
1398
- }
1399
- .uikit-grid .col-lg-4 {
1400
- width: 33.33333%;
1401
- }
1402
- .uikit-grid .col-lg-5 {
1403
- width: 41.66667%;
1404
- }
1405
- .uikit-grid .col-lg-6 {
1406
- width: 50%;
1407
- }
1408
- .uikit-grid .col-lg-7 {
1409
- width: 58.33333%;
1410
- }
1411
- .uikit-grid .col-lg-8 {
1412
- width: 66.66667%;
1413
- }
1414
- .uikit-grid .col-lg-9 {
1415
- width: 75%;
1416
- }
1417
- .uikit-grid .col-lg-10 {
1418
- width: 83.33333%;
1419
- }
1420
- .uikit-grid .col-lg-11 {
1421
- width: 91.66667%;
1422
- }
1423
- .uikit-grid .col-lg-12 {
1424
- width: 100%;
1425
- }
1426
- .uikit-grid .col-lg-pull-0 {
1427
- right: auto;
1428
- }
1429
- .uikit-grid .col-lg-pull-1 {
1430
- right: 8.33333%;
1431
- }
1432
- .uikit-grid .col-lg-pull-2 {
1433
- right: 16.66667%;
1434
- }
1435
- .uikit-grid .col-lg-pull-3 {
1436
- right: 25%;
1437
- }
1438
- .uikit-grid .col-lg-pull-4 {
1439
- right: 33.33333%;
1440
- }
1441
- .uikit-grid .col-lg-pull-5 {
1442
- right: 41.66667%;
1443
- }
1444
- .uikit-grid .col-lg-pull-6 {
1445
- right: 50%;
1446
- }
1447
- .uikit-grid .col-lg-pull-7 {
1448
- right: 58.33333%;
1449
- }
1450
- .uikit-grid .col-lg-pull-8 {
1451
- right: 66.66667%;
1452
- }
1453
- .uikit-grid .col-lg-pull-9 {
1454
- right: 75%;
1455
- }
1456
- .uikit-grid .col-lg-pull-10 {
1457
- right: 83.33333%;
1458
- }
1459
- .uikit-grid .col-lg-pull-11 {
1460
- right: 91.66667%;
1461
- }
1462
- .uikit-grid .col-lg-pull-12 {
1463
- right: 100%;
1464
- }
1465
- .uikit-grid .col-lg-push-0 {
1466
- left: auto;
1467
- }
1468
- .uikit-grid .col-lg-push-1 {
1469
- left: 8.33333%;
1470
- }
1471
- .uikit-grid .col-lg-push-2 {
1472
- left: 16.66667%;
1473
- }
1474
- .uikit-grid .col-lg-push-3 {
1475
- left: 25%;
1476
- }
1477
- .uikit-grid .col-lg-push-4 {
1478
- left: 33.33333%;
1479
- }
1480
- .uikit-grid .col-lg-push-5 {
1481
- left: 41.66667%;
1482
- }
1483
- .uikit-grid .col-lg-push-6 {
1484
- left: 50%;
1485
- }
1486
- .uikit-grid .col-lg-push-7 {
1487
- left: 58.33333%;
1488
- }
1489
- .uikit-grid .col-lg-push-8 {
1490
- left: 66.66667%;
1491
- }
1492
- .uikit-grid .col-lg-push-9 {
1493
- left: 75%;
1494
- }
1495
- .uikit-grid .col-lg-push-10 {
1496
- left: 83.33333%;
1497
- }
1498
- .uikit-grid .col-lg-push-11 {
1499
- left: 91.66667%;
1500
- }
1501
- .uikit-grid .col-lg-push-12 {
1502
- left: 100%;
1503
- }
1504
- .uikit-grid .col-lg-offset-0 {
1505
- margin-left: 0%;
1506
- }
1507
- .uikit-grid .col-lg-offset-1 {
1508
- margin-left: 8.33333%;
1509
- }
1510
- .uikit-grid .col-lg-offset-2 {
1511
- margin-left: 16.66667%;
1512
- }
1513
- .uikit-grid .col-lg-offset-3 {
1514
- margin-left: 25%;
1515
- }
1516
- .uikit-grid .col-lg-offset-4 {
1517
- margin-left: 33.33333%;
1518
- }
1519
- .uikit-grid .col-lg-offset-5 {
1520
- margin-left: 41.66667%;
1521
- }
1522
- .uikit-grid .col-lg-offset-6 {
1523
- margin-left: 50%;
1524
- }
1525
- .uikit-grid .col-lg-offset-7 {
1526
- margin-left: 58.33333%;
1527
- }
1528
- .uikit-grid .col-lg-offset-8 {
1529
- margin-left: 66.66667%;
1530
- }
1531
- .uikit-grid .col-lg-offset-9 {
1532
- margin-left: 75%;
1533
- }
1534
- .uikit-grid .col-lg-offset-10 {
1535
- margin-left: 83.33333%;
1536
- }
1537
- .uikit-grid .col-lg-offset-11 {
1538
- margin-left: 91.66667%;
1539
- }
1540
- .uikit-grid .col-lg-offset-12 {
1541
- margin-left: 100%;
1542
- }
1543
- }
1544
-
1545
- /*! @gov.au/header v1.0.0 */
1546
- /**
1547
- * Basic header block styling.
1548
- */
1549
- .uikit-header {
1550
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
1551
- color: #fff;
1552
- background: #1B7991;
1553
- padding: 1.6em 0 2em 0;
1554
- margin-bottom: 1.6em;
1555
- }
1556
-
1557
- .uikit-header.uikit-header--hero {
1558
- padding: 3.2em 0 4em 0;
1559
- }
1560
-
1561
- @media (min-width: 768px) {
1562
- .uikit-header {
1563
- padding: 3.2em 0 4.8em 0;
1564
- }
1565
- .uikit-header.uikit-header--hero {
1566
- padding: 7.2em 0 13.6em 0;
1567
- }
1568
- }
1569
-
1570
- .uikit-header.uikit-header--light {
1571
- background-color: #f0f3f5;
1572
- color: #313131;
1573
- }
1574
-
1575
- .uikit-header.uikit-header--dark {
1576
- background-color: #313131;
1577
- }
1578
-
1579
- .uikit-header-heading {
1580
- font-size: 20px;
1581
- line-height: 1.6;
1582
- font-weight: bold;
1583
- margin: 0;
1584
- padding: 0;
1585
- }
1586
-
1587
- @media (min-width: 768px) {
1588
- .uikit-header-heading {
1589
- font-size: 36px;
1590
- }
1591
- }
1592
-
1593
- .uikit-header-subline {
1594
- font-size: 18px;
1595
- line-height: 1.6;
1596
- max-width: 42em;
1597
- }
1598
-
1599
- @media (min-width: 768px) {
1600
- .uikit-header-subline {
1601
- font-size: 20px;
1602
- }
1603
- }
1604
-
1605
- /*! @gov.au/page-alerts v0.1.1 */
1606
- @media print {
1607
- .uikit-page-alerts {
1608
- border-color: #000 !important;
1609
- background-color: #fff !important;
1610
- border-left: 2px solid #000 !important;
1611
- padding-top: 3em !important;
1612
- }
1613
- .uikit-page-alerts:after {
1614
- background: none !important;
1615
- content: 'info' !important;
1616
- top: 1em !important;
1617
- left: 0 !important;
1618
- font-size: 12px !important;
1619
- border-right: 1px solid #000 !important;
1620
- border-bottom: 1px solid #000 !important;
1621
- padding: 0.5em !important;
1622
- width: auto !important;
1623
- }
1624
- .uikit-page-alerts--success:after {
1625
- content: 'success' !important;
1626
- }
1627
- .uikit-page-alerts--warning:after {
1628
- content: 'warning' !important;
1629
- }
1630
- .uikit-page-alerts--error:after {
1631
- content: 'error' !important;
1632
- }
1633
- }
1634
-
1635
- .uikit-page-alerts {
1636
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
1637
- color: #313131;
1638
- line-height: 1.6;
1639
- position: relative;
1640
- margin: 1.6em 0;
1641
- padding: 1.2em 0.8em 1.2em 0.8em;
1642
- border: solid 2px #00bfe9;
1643
- border-left: 48px solid #00bfe9;
1644
- border-radius: 3px;
1645
- max-width: 42em;
1646
- }
1647
-
1648
- .uikit-page-alerts :first-child {
1649
- margin-top: 0;
1650
- }
1651
-
1652
- .uikit-page-alerts :last-child {
1653
- margin-bottom: 0;
1654
- }
1655
-
1656
- .uikit-page-alerts:after {
1657
- content: ' ';
1658
- position: absolute;
1659
- display: block;
1660
- left: -36px;
1661
- top: 50%;
1662
- margin-top: -12px;
1663
- width: 24px;
1664
- height: 24px;
1665
- background-repeat: no-repeat;
1666
- background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 128'%3E %3Ccircle fill='%23313131' cx='64' cy='64' r='64'/%3E %3Crect fill='%23fff' width='16' height='16' x='56' y='20' rx='2'/%3E %3Crect fill='%23fff' width='16' height='56' x='56' y='44' rx='2'/%3E %3Crect fill='%23fff' width='40' height='16' x='44' y='84' rx='2'/%3E %3Crect fill='%23fff' width='28' height='16' x='44' y='44' rx='2'/%3E %3C/svg%3E");
1667
- }
1668
-
1669
- .ie8 .uikit-page-alerts:after,
1670
- .lt-ie8 .uikit-page-alerts:after {
1671
- background: none;
1672
- text-align: center;
1673
- background-color: #313131;
1674
- color: #fff;
1675
- font-weight: bold;
1676
- content: 'i';
1677
- }
1678
-
1679
- /**
1680
- * Page alert success
1681
- */
1682
- .uikit-page-alerts--success {
1683
- border-color: #3dbd93;
1684
- }
1685
-
1686
- .uikit-page-alerts--success:after {
1687
- background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 128'%3E %3Ccircle fill='%23313131' cx='64' cy='64' r='64'/%3E %3Cpath fill='%23fff' d='M102.59 45.41c.778-.778.782-2.038-.002-2.822l-9.176-9.176c-.78-.78-2.052-.772-2.823 0L56 68 41.42 53.42c-.784-.784-2.048-.792-2.832-.008l-9.176 9.176c-.78.78-.775 2.05-.004 2.82l25.184 25.184c.778.778 2.04.775 2.82-.003l45.177-45.18z'/%3E %3C/svg%3E");
1688
- }
1689
-
1690
- .ie8 .uikit-page-alerts--success:after,
1691
- .lt-ie8 .uikit-page-alerts--success:after {
1692
- content: '✓';
1693
- }
1694
-
1695
- /**
1696
- * Page alert warning.
1697
- */
1698
- .uikit-page-alerts--warning {
1699
- border-color: #f69900;
1700
- }
1701
-
1702
- .uikit-page-alerts--warning:after {
1703
- background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 128'%3E %3Cpath fill='%23313131' d='M71.99 12.78l54.796 99.458c1.665 2.997 1.617 7.993-.143 10.99-.808 1.38-1.914 2.473-3.317 3.282-1.403.808-2.914 1.213-4.53 1.213H9.206c-1.62 0-3.13-.405-4.533-1.213-1.403-.81-2.51-1.903-3.317-3.282-1.76-2.997-1.808-7.993-.143-10.99L56.01 12.78c.808-1.474 1.925-2.64 3.352-3.496C60.79 8.428 62.335 8 64 8s3.21.428 4.638 1.284c1.427.856 2.544 2.022 3.353 3.496z'/%3E %3Crect fill='%23fff' width='16' height='16' x='56' y='96' rx='2'/%3E %3Cpath fill='%23fff' d='M52.167 42c-.092-1.104.73-2 1.838-2h19.99c1.107 0 1.93.895 1.838 2l-3.666 44c-.092 1.104-1.062 2-2.16 2H57.993c-1.1 0-2.07-.895-2.16-2l-3.667-44z'/%3E %3C/svg%3E");
1704
- }
1705
-
1706
- .ie8 .uikit-page-alerts--warning:after,
1707
- .lt-ie8 .uikit-page-alerts--warning:after {
1708
- content: '!';
1709
- }
1710
-
1711
- /**
1712
- * Page alert error.
1713
- */
1714
- .uikit-page-alerts--error {
1715
- border-color: #ff635c;
1716
- }
1717
-
1718
- .uikit-page-alerts--error:after {
1719
- background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 128'%3E %3Cpath fill='%23313131' d='M71.99 12.78l54.796 99.458c1.665 2.997 1.617 7.993-.143 10.99-.808 1.38-1.914 2.473-3.317 3.282-1.403.808-2.914 1.213-4.53 1.213H9.206c-1.62 0-3.13-.405-4.533-1.213-1.403-.81-2.51-1.903-3.317-3.282-1.76-2.997-1.808-7.993-.143-10.99L56.01 12.78c.808-1.474 1.925-2.64 3.352-3.496C60.79 8.428 62.335 8 64 8s3.21.428 4.638 1.284c1.427.856 2.544 2.022 3.353 3.496z'/%3E %3Crect fill='%23fff' width='16' height='16' x='56' y='96' rx='2'/%3E %3Cpath fill='%23fff' d='M52.167 42c-.092-1.104.73-2 1.838-2h19.99c1.107 0 1.93.895 1.838 2l-3.666 44c-.092 1.104-1.062 2-2.16 2H57.993c-1.1 0-2.07-.895-2.16-2l-3.667-44z'/%3E %3C/svg%3E");
1720
- }
1721
-
1722
- .ie8 .uikit-page-alerts--error:after,
1723
- .lt-ie8 .uikit-page-alerts--error:after {
1724
- content: '!';
1725
- }
1726
-
1727
- /**
1728
- * Screen-reader only class for interlinking error messages and corresponding form elements.
1729
- */
1730
- .uikit-page-alerts__sronly {
1731
- position: absolute;
1732
- width: 1px;
1733
- height: 1px;
1734
- padding: 0;
1735
- margin: -1px;
1736
- overflow: hidden;
1737
- clip: rect(0, 0, 0, 0);
1738
- border: 0;
1739
- }
1740
-
1741
- /*! @gov.au/progress-indicator v0.1.0 */
1742
- @media print {
1743
- .progress-indicator {
1744
- border-top-color: #000 !important;
1745
- }
1746
- .uikit-body .progress-indicator__link,
1747
- .progress-indicator__link {
1748
- border-bottom-color: #000 !important;
1749
- border-left-color: transparent !important;
1750
- padding-left: 6px !important;
1751
- }
1752
- .uikit-body .progress-indicator__link.progress-indicator--doing,
1753
- .progress-indicator__link.progress-indicator--doing {
1754
- border-left-color: #000 !important;
1755
- }
1756
- .uikit-body .progress-indicator__link:after,
1757
- .progress-indicator__link:after {
1758
- display: none;
1759
- }
1760
- }
1761
-
1762
- .uikit-body .progress-indicator,
1763
- .progress-indicator {
1764
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
1765
- list-style: none;
1766
- padding: 0;
1767
- margin: 0 0 1.6em 0;
1768
- border-top: 1px solid #bbbbbb;
1769
- }
1770
-
1771
- .uikit-body .progress-indicator > li,
1772
- .progress-indicator > li {
1773
- margin: 0;
1774
- }
1775
-
1776
- .uikit-body .progress-indicator__link,
1777
- .progress-indicator__link {
1778
- position: relative;
1779
- display: block;
1780
- padding: 0.4em 0 0.4em 41px;
1781
- font-size: 17px;
1782
- color: #313131;
1783
- text-decoration: none;
1784
- line-height: 1.45;
1785
- border-bottom: 1px solid #bbbbbb;
1786
- border-left: 3px solid transparent;
1787
- transition: background-color 0.1s ease-in-out;
1788
- }
1789
-
1790
- .uikit-body .progress-indicator__link:hover, .uikit-body .progress-indicator__link:focus,
1791
- .progress-indicator__link:hover,
1792
- .progress-indicator__link:focus {
1793
- background-color: #def5f9;
1794
- border-bottom-color: #bbbbbb;
1795
- }
1796
-
1797
- .uikit-body .progress-indicator__link:focus,
1798
- .progress-indicator__link:focus {
1799
- outline: 1px solid #313131;
1800
- outline-offset: 1px;
1801
- }
1802
-
1803
- .uikit-body .progress-indicator__link:after,
1804
- .progress-indicator__link:after {
1805
- content: '';
1806
- position: absolute;
1807
- left: 6px;
1808
- top: 0;
1809
- bottom: 0;
1810
- width: 24px;
1811
- background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill='%235a5a5a' d='M24,12 C24,18.6251859 18.6251859,24 12,24 C5.37481408,24 0,18.6251859 0,12 C0,5.37481408 5.37481408,0 12,0 C18.6251859,0 24,5.37481408 24,12 Z'%3E%3C/path%3E %3Cpath fill='%23fff' d='M22,12 C22,6.47916667 17.5208333,2 12,2 C6.47916667,2 2,6.47916667 2,12 C2,17.5208333 6.47916667,22 12,22 C17.5208333,22 22,17.5208333 22,12 Z'%3E%3C/path%3E %3C/svg%3E");
1812
- background-repeat: no-repeat;
1813
- background-position: 0 center;
1814
- }
1815
-
1816
- .ie8 .uikit-body .progress-indicator__link:after,
1817
- .lt-ie8 .uikit-body .progress-indicator__link:after, .ie8
1818
- .progress-indicator__link:after,
1819
- .lt-ie8
1820
- .progress-indicator__link:after {
1821
- top: 6px;
1822
- content: '-';
1823
- }
1824
-
1825
- .uikit-body .progress-indicator__link.progress-indicator--doing,
1826
- .progress-indicator__link.progress-indicator--doing {
1827
- border-left-color: #115361;
1828
- font-weight: bold;
1829
- }
1830
-
1831
- .uikit-body .progress-indicator__link.progress-indicator--doing:after,
1832
- .progress-indicator__link.progress-indicator--doing:after {
1833
- background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill='%23115361' d='M24,12 C24,18.6251859 18.6251859,24 12,24 C5.37481408,24 0,18.6251859 0,12 C0,5.37481408 5.37481408,0 12,0 C18.6251859,0 24,5.37481408 24,12 Z'%3E%3C/path%3E %3Cpath fill='%23fff' d='M22,12 C22,6.47916667 17.5208333,2 12,2 C6.47916667,2 2,6.47916667 2,12 C2,17.5208333 6.47916667,22 12,22 C17.5208333,22 22,17.5208333 22,12 Z'%3E%3C/path%3E %3Ccircle fill='%23115361' cx='6.5' cy='12' r='1.5'%3E%3C/circle%3E %3Ccircle fill='%23115361' cx='12' cy='12' r='1.5'%3E%3C/circle%3E %3Ccircle fill='%23115361' cx='17.5' cy='12' r='1.5'%3E%3C/circle%3E %3C/svg%3E");
1834
- }
1835
-
1836
- .ie8 .uikit-body .progress-indicator__link.progress-indicator--doing:after,
1837
- .lt-ie8 .uikit-body .progress-indicator__link.progress-indicator--doing:after, .ie8
1838
- .progress-indicator__link.progress-indicator--doing:after,
1839
- .lt-ie8
1840
- .progress-indicator__link.progress-indicator--doing:after {
1841
- content: '...';
1842
- }
1843
-
1844
- .uikit-body .progress-indicator__link.progress-indicator--done:after,
1845
- .progress-indicator__link.progress-indicator--done:after {
1846
- background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath fill='%23115361' d='M24,12 C24,18.6251859 18.6251859,24 12,24 C5.37481408,24 0,18.6251859 0,12 C0,5.37481408 5.37481408,0 12,0 C18.6251859,0 24,5.37481408 24,12 Z'%3E%3C/path%3E %3Cpath fill='%23fff' d='M22,12 C22,6.47916667 17.5208333,2 12,2 C6.47916667,2 2,6.47916667 2,12 C2,17.5208333 6.47916667,22 12,22 C17.5208333,22 22,17.5208333 22,12 Z'%3E%3C/path%3E %3Cpath fill='%23115361' d='M18.744186,9.23753281 C18.744186,9.48293963 18.6627907,9.71391076 18.5,9.88713911 L11.3895349,17.7257218 C11.2267442,17.8989501 10.996124,18 10.7655039,18 C10.5484496,18 10.3178295,17.8989501 10.1550388,17.7257218 L5.24418605,12.5 C5.08139535,12.3267717 5,12.0958005 5,11.8503937 C5,11.6049869 5.08139535,11.3595801 5.24418605,11.1863517 L6.47868217,9.88713911 C6.64147287,9.71391076 6.85852713,9.61286089 7.08914729,9.61286089 C7.31976744,9.61286089 7.53682171,9.71391076 7.6996124,9.88713911 L10.7655039,13.1496063 L16.0445736,7.27427822 C16.2073643,7.10104987 16.4244186,7 16.6550388,7 C16.8856589,7 17.1027132,7.10104987 17.2655039,7.27427822 L18.5,8.57349081 C18.6627907,8.74671916 18.744186,8.99212598 18.744186,9.23753281 Z'%3E%3C/path%3E %3C/svg%3E");
1847
- }
1848
-
1849
- .ie8 .uikit-body .progress-indicator__link.progress-indicator--done:after,
1850
- .lt-ie8 .uikit-body .progress-indicator__link.progress-indicator--done:after, .ie8
1851
- .progress-indicator__link.progress-indicator--done:after,
1852
- .lt-ie8
1853
- .progress-indicator__link.progress-indicator--done:after {
1854
- content: '✓';
1855
- }
1856
-
1857
- .progress-indicator__status {
1858
- display: block;
1859
- font-size: 14px;
1860
- font-weight: normal;
1861
- color: #5a5a5a;
1862
- }
1863
-
1864
- /*! @gov.au/text-inputs v0.1.1 */
1865
- @media print {
1866
- .uikit-text-input {
1867
- border-color: #000 !important;
1868
- }
1869
- :disabled {
1870
- background-color: #f0f3f5 !important;
1871
- border-color: transparent;
1872
- }
1873
- [disabled] {
1874
- background-color: #f0f3f5 !important;
1875
- }
1876
- }
1877
-
1878
- /**
1879
- * Text input labels.
1880
- */
1881
- .uikit-text-input__label {
1882
- display: block;
1883
- margin-bottom: 0.8em;
1884
- }
1885
-
1886
- .uikit-text-input__label > .uikit-text-input {
1887
- margin-top: 0.8em;
1888
- }
1889
-
1890
- /**
1891
- * Generic text input styling.
1892
- *
1893
- * Also includes variants:
1894
- * - invalid
1895
- * - valid
1896
- * - :focus
1897
- * - :disabled/[disabled]
1898
- */
1899
- .uikit-text-input {
1900
- border: 2px solid #777777;
1901
- padding: 0.4em;
1902
- font-size: 16px;
1903
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
1904
- color: #313131;
1905
- }
1906
-
1907
- .uikit-text-input:focus {
1908
- outline: 1px solid #313131;
1909
- outline-offset: 1px;
1910
- }
1911
-
1912
- .uikit-text-input:focus {
1913
- background-color: #effafc;
1914
- }
1915
-
1916
- .uikit-text-input::-moz-selection {
1917
- background-color: rgba(250, 194, 102, 0.5);
1918
- }
1919
-
1920
- .uikit-text-input::selection {
1921
- background-color: rgba(250, 194, 102, 0.5);
1922
- }
1923
-
1924
- .uikit-text-input:invalid {
1925
- border: 2px solid #ff635c;
1926
- }
1927
-
1928
- .uikit-text-input:invalid:focus {
1929
- background-color: #ffefef;
1930
- }
1931
-
1932
- .uikit-text-input.uikit-text-input--invalid {
1933
- border: 2px solid #ff635c;
1934
- }
1935
-
1936
- .uikit-text-input.uikit-text-input--invalid:focus {
1937
- background-color: #ffefef;
1938
- }
1939
-
1940
- .uikit-text-input.uikit-text-input--valid {
1941
- border: 2px solid #0cac78;
1942
- }
1943
-
1944
- .uikit-text-input.uikit-text-input--valid:focus {
1945
- background-color: #e7f7f2;
1946
- }
1947
-
1948
- .uikit-text-input:disabled {
1949
- cursor: not-allowed;
1950
- background: #f0f3f5;
1951
- color: #5a5a5a;
1952
- }
1953
-
1954
- .uikit-text-input[disabled] {
1955
- cursor: not-allowed;
1956
- background: #f0f3f5;
1957
- color: #5a5a5a;
1958
- }
1959
-
1960
- /**
1961
- * Block modifier
1962
- */
1963
- .uikit-text-input--block {
1964
- display: block;
1965
- width: 100%;
1966
- box-sizing: border-box;
1967
- }
1968
-
1969
- /**
1970
- * Textarea styling.
1971
- */
1972
- .uikit-text-input--textarea {
1973
- line-height: 1.6;
1974
- }
1975
-
1976
- /**
1977
- * Number input styling.
1978
- *
1979
- * Numbers are easier to disambiguate from each other (and letters) when set in
1980
- * monospace.
1981
- */
1982
- .uikit-text-input--number {
1983
- font-family: "Lucida Sans Typewriter", "Lucida Console", Monaco, "Bitstream Vera Sans Mono", monospace;
1984
- letter-spacing: 2px;
1985
- }
1986
-
1987
- /**
1988
- * Hint text.
1989
- *
1990
- * Built so it can sit both in- and outside the `label`.
1991
- */
1992
- .uikit-text-input__hint {
1993
- display: block;
1994
- margin-bottom: 0.4em;
1995
- font-size: 87.5%;
1996
- }
1997
-
1998
- .uikit-text-input__label > .uikit-text-input__hint,
1999
- .uikit-text-input + .uikit-text-input__hint {
2000
- margin-top: 0.4em;
2001
- }