idsk_template 0.24.0.idsk.alpha.2 → 0.24.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (35) hide show
  1. checksums.yaml +5 -5
  2. data/app/assets/images/ministry_logo.png +0 -0
  3. data/app/assets/images/slovensko_sk_logo.png +0 -0
  4. data/app/assets/images/slovensko_sk_logo.svg +73 -0
  5. data/app/assets/stylesheets/fonts.css.erb +20 -33
  6. data/app/assets/stylesheets/fonts/source-sans-pro-bold-latin-ext.woff2 +0 -0
  7. data/app/assets/stylesheets/fonts/source-sans-pro-bold-latin.woff2 +0 -0
  8. data/app/assets/stylesheets/fonts/source-sans-pro-regular-latin-ext.woff2 +0 -0
  9. data/app/assets/stylesheets/fonts/source-sans-pro-regular-latin.woff2 +0 -0
  10. data/app/assets/stylesheets/idsk-template-ie6.css +661 -0
  11. data/app/assets/stylesheets/idsk-template-ie6.css.erb +146 -75
  12. data/app/assets/stylesheets/idsk-template-ie7.css.erb +147 -75
  13. data/app/assets/stylesheets/idsk-template-ie8.css +638 -0
  14. data/app/assets/stylesheets/idsk-template-ie8.css.erb +147 -75
  15. data/app/assets/stylesheets/idsk-template-print.css +75 -0
  16. data/app/assets/stylesheets/idsk-template.css +704 -0
  17. data/app/assets/stylesheets/idsk-template.css.erb +176 -96
  18. data/app/assets/stylesheets/images/icon_user.png +0 -0
  19. data/app/assets/stylesheets/images/stripe.png +0 -0
  20. data/app/views/layouts/idsk_template.html.erb +16 -11
  21. data/lib/idsk_template/engine.rb +3 -0
  22. data/lib/idsk_template/version.rb +1 -1
  23. metadata +18 -17
  24. data/app/assets/stylesheets/fonts/v1-2c037cf7e1-light.eot +0 -0
  25. data/app/assets/stylesheets/fonts/v1-357fdfbcc3-tabular-bold.eot +0 -0
  26. data/app/assets/stylesheets/fonts/v1-458f8ea81c-light.woff +0 -0
  27. data/app/assets/stylesheets/fonts/v1-498ea8ffe2-tabular-light.eot +0 -0
  28. data/app/assets/stylesheets/fonts/v1-62cc6f0a28-tabular-light.woff +0 -0
  29. data/app/assets/stylesheets/fonts/v1-784c21afb8-tabular-bold.woff +0 -0
  30. data/app/assets/stylesheets/fonts/v1-851b10ccdd-tabular-light.woff2 +0 -0
  31. data/app/assets/stylesheets/fonts/v1-a2452cb66f-bold.woff2 +0 -0
  32. data/app/assets/stylesheets/fonts/v1-b89238d840-tabular-bold.woff2 +0 -0
  33. data/app/assets/stylesheets/fonts/v1-f38ad40456-light.woff2 +0 -0
  34. data/app/assets/stylesheets/fonts/v1-f38c792ac2-bold.woff +0 -0
  35. data/app/assets/stylesheets/fonts/v1-fb2676462a-bold.eot +0 -0
@@ -1,18 +1,18 @@
1
- /* govuk_frontend_toolkit includes */
1
+ /* idsk_frontend_toolkit includes */
2
2
  #global-header .header-wrapper:after, #global-header .header-wrapper .header-global:after, #global-header .header-wrapper .header-global .header-logo:after, #global-header .header-proposition #proposition-link:after,
3
3
  #global-header .header-proposition #proposition-links:after, #footer .footer-meta:after {
4
4
  content: "";
5
5
  display: block;
6
6
  clear: both; }
7
7
 
8
- #global-header-bar, #global-cookie-message p, #footer .footer-wrapper {
8
+ #global-cookie-message p, #footer .footer-wrapper {
9
9
  max-width: 960px;
10
10
  margin: 0 15px; }
11
11
  @media (min-width: 641px) {
12
- #global-header-bar, #global-cookie-message p, #footer .footer-wrapper {
12
+ #global-cookie-message p, #footer .footer-wrapper {
13
13
  margin: 0 30px; } }
14
14
  @media (min-width: 1020px) {
15
- #global-header-bar, #global-cookie-message p, #footer .footer-wrapper {
15
+ #global-cookie-message p, #footer .footer-wrapper {
16
16
  margin: 0 auto; } }
17
17
 
18
18
  #global-header .header-wrapper:after, #global-header .header-wrapper .header-global:after, #global-header .header-wrapper .header-global .header-logo:after, #global-header .header-proposition #proposition-link:after,
@@ -26,7 +26,7 @@
26
26
  width: device-width; }
27
27
 
28
28
  html, body, button, input, table, td, th {
29
- font-family: "nta", Arial, sans-serif; }
29
+ font-family: "Source Sans Pro", "Arial", sans-serif; }
30
30
 
31
31
  html, body, div, h1, h2, h3, h4, h5, h6, article, aside, footer, header, hgroup, nav, section {
32
32
  margin: 0;
@@ -65,7 +65,7 @@ html {
65
65
  /* 1 */
66
66
  -ms-text-size-adjust: 100%;
67
67
  /* 1 */
68
- background-color: #dee0e2; }
68
+ background-color: #eaeaea; }
69
69
 
70
70
  /*
71
71
  Force the scrollbar to always display in IE10/11
@@ -89,7 +89,7 @@ fieldset {
89
89
  padding: 0; }
90
90
 
91
91
  a:link {
92
- color: #005ea5; }
92
+ color: #215da8; }
93
93
 
94
94
  a:visited {
95
95
  color: #4c2c92; }
@@ -213,7 +213,7 @@ a:focus {
213
213
 
214
214
  /* Make links slightly darker when focused to improve contrast. */
215
215
  a:link:focus {
216
- color: #005798; }
216
+ color: #1f579d; }
217
217
 
218
218
  /* Make skiplinks visible when they are tabbed to */
219
219
  .skiplink {
@@ -263,14 +263,14 @@ button:focus {
263
263
  clear: both; }
264
264
 
265
265
  #global-header {
266
- background-color: #0b0c0c;
266
+ background-color: #313133;
267
267
  width: 100%; }
268
268
  #global-header .header-wrapper {
269
- background-color: #0b0c0c;
269
+ background-color: #313133;
270
270
  max-width: 990px;
271
271
  margin: 0 auto;
272
- padding-top: 8px;
273
- padding-bottom: 8px; }
272
+ padding-top: 21px;
273
+ padding-bottom: 21px; }
274
274
  @media (min-width: 641px) {
275
275
  #global-header .header-wrapper {
276
276
  padding-left: 15px;
@@ -279,7 +279,7 @@ button:focus {
279
279
  float: left; }
280
280
  @media (min-width: 769px) {
281
281
  #global-header .header-wrapper .header-global .header-logo {
282
- width: 33.33%; } }
282
+ width: 30%; } }
283
283
  @media screen and (max-width: 379px) {
284
284
  #global-header .header-wrapper .header-global .header-logo {
285
285
  width: auto;
@@ -291,16 +291,20 @@ button:focus {
291
291
  @media (min-width: 769px) {
292
292
  #global-header.with-proposition .header-wrapper .header-global {
293
293
  float: left;
294
- width: 33.33%; }
294
+ width: 25%;
295
+ min-width: 240px; }
295
296
  #global-header.with-proposition .header-wrapper .header-global .header-logo,
296
297
  #global-header.with-proposition .header-wrapper .header-global .site-search {
297
298
  width: 100%; } }
298
299
  @media (min-width: 769px) {
299
300
  #global-header.with-proposition .header-wrapper .header-proposition {
300
- width: 66.66%;
301
+ width: 55%;
301
302
  float: left; } }
302
303
  #global-header.with-proposition .header-wrapper .header-proposition .content {
303
- margin: 0 15px; }
304
+ margin: 8px 15px 0 15px; }
305
+ @media (min-width: 769px) {
306
+ #global-header.with-proposition.with-user .header-wrapper .header-proposition {
307
+ width: 45%; } }
304
308
  #global-header #logo {
305
309
  float: left;
306
310
  overflow: visible;
@@ -310,14 +314,7 @@ button:focus {
310
314
  line-height: 1;
311
315
  text-decoration: none;
312
316
  text-rendering: optimizeLegibility;
313
- border-bottom: 1px solid transparent;
314
- background: url(<%= asset_path 'images/gov.uk_logotype_crown.png' %>) no-repeat;
315
- background-size: 36px 32px;
316
- background-position: 0 0; }
317
- #global-header #logo img {
318
- margin: 2px 1px 0 0;
319
- vertical-align: bottom;
320
- visibility: hidden; }
317
+ border-bottom: 1px solid transparent; }
321
318
  #global-header #logo:hover, #global-header #logo:focus {
322
319
  text-decoration: none;
323
320
  border-bottom-color: white; }
@@ -327,7 +324,7 @@ button:focus {
327
324
  #global-header .header-proposition {
328
325
  padding-top: 0; } }
329
326
  #global-header .header-proposition #proposition-name {
330
- font-family: "nta", Arial, sans-serif;
327
+ font-family: "Source Sans Pro", "Arial", sans-serif;
331
328
  font-weight: 400;
332
329
  text-transform: none;
333
330
  font-size: 18px;
@@ -337,14 +334,14 @@ button:focus {
337
334
  text-decoration: none; }
338
335
  @media (min-width: 641px) {
339
336
  #global-header .header-proposition #proposition-name {
340
- font-size: 24px;
337
+ font-size: 20px;
341
338
  line-height: 1.25; } }
342
339
  #global-header .header-proposition a#proposition-name:hover {
343
340
  text-decoration: underline; }
344
341
  #global-header .header-proposition a#proposition-name:focus {
345
342
  color: #0b0c0c; }
346
343
  #global-header .header-proposition a.menu {
347
- font-family: "nta", Arial, sans-serif;
344
+ font-family: "Source Sans Pro", "Arial", sans-serif;
348
345
  font-weight: 400;
349
346
  text-transform: none;
350
347
  font-size: 14px;
@@ -353,11 +350,16 @@ button:focus {
353
350
  display: block;
354
351
  float: right;
355
352
  text-decoration: none;
356
- padding-top: 6px; }
353
+ padding-top: 4px;
354
+ margin-left: 10px; }
357
355
  @media (min-width: 641px) {
358
356
  #global-header .header-proposition a.menu {
359
357
  font-size: 16px;
360
358
  line-height: 1.25; } }
359
+ @media (min-width: 641px) {
360
+ #global-header .header-proposition a.menu {
361
+ padding-top: 6px;
362
+ margin-left: 0; } }
361
363
  @media (min-width: 769px) {
362
364
  #global-header .header-proposition a.menu {
363
365
  display: none; } }
@@ -373,7 +375,8 @@ button:focus {
373
375
  #global-header .header-proposition a.menu.js-visible:after {
374
376
  content: " \25B2"; }
375
377
  #global-header .header-proposition #proposition-menu {
376
- margin-top: 5px; }
378
+ margin-top: 2px;
379
+ border-top: 1px #515153 solid; }
377
380
  @media (min-width: 769px) {
378
381
  #global-header .header-proposition #proposition-menu.no-proposition-name {
379
382
  margin-top: 37px; } }
@@ -381,7 +384,8 @@ button:focus {
381
384
  #global-header .header-proposition #proposition-links {
382
385
  clear: both;
383
386
  margin: 2px 0 0 0;
384
- padding: 0; }
387
+ padding: 0;
388
+ list-style-type: none; }
385
389
  .js-enabled #global-header .header-proposition #proposition-link, .js-enabled
386
390
  #global-header .header-proposition #proposition-links {
387
391
  display: none; }
@@ -403,45 +407,35 @@ button:focus {
403
407
  #global-header .header-proposition #proposition-links li {
404
408
  display: block;
405
409
  width: auto;
406
- padding: 0 15px 0 0;
410
+ padding: 0 20px 0 0;
407
411
  border-bottom: 0; }
408
412
  #global-header .header-proposition #proposition-link li.clear-child,
409
413
  #global-header .header-proposition #proposition-links li.clear-child {
410
414
  clear: left; } }
411
415
  #global-header .header-proposition #proposition-link a,
412
416
  #global-header .header-proposition #proposition-links a {
413
- color: white;
417
+ color: #c1d0e2;
414
418
  text-decoration: none;
415
- font-family: "nta", Arial, sans-serif;
416
- font-weight: 700;
419
+ font-family: "Source Sans Pro", "Arial", sans-serif;
420
+ font-weight: 400;
417
421
  text-transform: none;
418
- font-size: 12px;
419
- line-height: 1.25; }
422
+ font-size: 14px;
423
+ line-height: 1.14286; }
420
424
  @media (min-width: 641px) {
421
425
  #global-header .header-proposition #proposition-link a,
422
426
  #global-header .header-proposition #proposition-links a {
423
- font-size: 14px;
424
- line-height: 1.42857; } }
427
+ font-size: 16px;
428
+ line-height: 1.25; } }
425
429
  @media (min-width: 769px) {
426
430
  #global-header .header-proposition #proposition-link a,
427
431
  #global-header .header-proposition #proposition-links a {
428
- font-family: "nta", Arial, sans-serif;
429
- font-weight: 700;
430
- text-transform: none;
431
- font-size: 14px;
432
- line-height: 1.14286;
433
432
  line-height: 23px; } }
434
- @media (min-width: 769px) and (min-width: 641px) {
435
- #global-header .header-proposition #proposition-link a,
436
- #global-header .header-proposition #proposition-links a {
437
- font-size: 16px;
438
- line-height: 1.25; } }
439
433
  #global-header .header-proposition #proposition-link a:hover,
440
434
  #global-header .header-proposition #proposition-links a:hover {
441
435
  text-decoration: underline; }
442
436
  #global-header .header-proposition #proposition-link a.active,
443
437
  #global-header .header-proposition #proposition-links a.active {
444
- color: #1d8feb; }
438
+ color: white; }
445
439
  #global-header .header-proposition #proposition-link a:focus,
446
440
  #global-header .header-proposition #proposition-links a:focus {
447
441
  color: #0b0c0c; }
@@ -453,11 +447,112 @@ button:focus {
453
447
  @media (min-width: 769px) {
454
448
  #global-header .header-proposition #proposition-link {
455
449
  float: none; } }
450
+ #global-header .header-user {
451
+ width: 100%; }
452
+ @media (min-width: 769px) {
453
+ #global-header .header-user {
454
+ min-width: 155px;
455
+ width: 20%;
456
+ float: right;
457
+ text-align: right; } }
458
+ #global-header .header-user .user-menu {
459
+ position: absolute;
460
+ display: block;
461
+ right: 15px;
462
+ top: 25px; }
463
+ @media (min-width: 769px) {
464
+ #global-header .header-user .user-menu {
465
+ display: inline-block;
466
+ width: 28px;
467
+ height: 28px;
468
+ margin-top: 5px;
469
+ vertical-align: top;
470
+ position: static; } }
471
+ #global-header .header-user .user-menu #user-icon {
472
+ background: url("images/icon_user.png") no-repeat;
473
+ display: block;
474
+ width: 28px;
475
+ height: 28px; }
476
+ #global-header .header-user #user-signup {
477
+ position: absolute;
478
+ font-size: 12px;
479
+ width: 80px;
480
+ height: 30px;
481
+ line-height: 30px;
482
+ top: 25px;
483
+ right: 15px;
484
+ border: 1px white solid;
485
+ display: block;
486
+ float: right;
487
+ color: white;
488
+ text-decoration: none;
489
+ text-align: center; }
490
+ #global-header .header-user #user-signup:hover {
491
+ background: rgba(0, 0, 0, 0.4);
492
+ text-decoration: none;
493
+ color: white;
494
+ outline: none; }
495
+ @media (min-width: 641px) {
496
+ #global-header .header-user #user-signup {
497
+ top: 20px;
498
+ width: 125px;
499
+ height: 40px;
500
+ font-size: 20px;
501
+ line-height: 40px; } }
502
+ @media (min-width: 769px) {
503
+ #global-header .header-user #user-signup {
504
+ position: static; } }
505
+ #global-header .header-user #user-links {
506
+ background: rgba(0, 0, 0, 0.4);
507
+ display: block;
508
+ padding: 15px;
509
+ margin: 20px 0 -20px 0;
510
+ text-align: right; }
511
+ @media (min-width: 641px) {
512
+ #global-header .header-user #user-links {
513
+ margin-left: -15px;
514
+ margin-right: -15px; } }
515
+ @media (min-width: 769px) {
516
+ #global-header .header-user #user-links {
517
+ display: inline-block;
518
+ padding: 0;
519
+ text-align: left;
520
+ margin: 0 0 0 9px;
521
+ background: transparent;
522
+ max-width: 65%; } }
523
+ #global-header .header-user #user-links a#user-name {
524
+ display: block;
525
+ color: white;
526
+ font-size: 16px;
527
+ line-height: 20px;
528
+ font-weight: 600;
529
+ text-decoration: none; }
530
+ #global-header .header-user #user-links a#user-name:active, #global-header .header-user #user-links a#user-name:hover {
531
+ text-decoration: underline;
532
+ outline: none;
533
+ background: transparent; }
534
+ #global-header .header-user #user-links a#user-logout {
535
+ display: block;
536
+ color: #c1d0e2;
537
+ font-size: 14px;
538
+ line-height: 18px;
539
+ text-decoration: none; }
540
+ #global-header .header-user #user-links a#user-logout:active, #global-header .header-user #user-links a#user-logout:hover {
541
+ text-decoration: underline;
542
+ outline: none;
543
+ background: transparent; }
544
+ .js-enabled #global-header .header-user #user-links {
545
+ display: none; }
546
+ @media (min-width: 769px) {
547
+ .js-enabled #global-header .header-user #user-links {
548
+ display: inline-block; } }
549
+ .js-enabled #global-header .header-user #user-links.js-visible {
550
+ display: block; }
456
551
 
457
552
  /* Global header bar */
458
553
  #global-header-bar {
459
- height: 10px;
460
- background-color: #005ea5; }
554
+ height: 3px;
555
+ background: url("images/stripe.png"); }
461
556
 
462
557
  /* Global cookie message */
463
558
  .js-enabled #global-cookie-message {
@@ -470,7 +565,7 @@ button:focus {
470
565
  padding-top: 10px;
471
566
  padding-bottom: 10px; }
472
567
  #global-cookie-message p {
473
- font-family: "nta", Arial, sans-serif;
568
+ font-family: "Source Sans Pro", "Arial", sans-serif;
474
569
  font-weight: 400;
475
570
  text-transform: none;
476
571
  font-size: 14px;
@@ -484,20 +579,19 @@ button:focus {
484
579
 
485
580
  /* Global footer */
486
581
  #footer {
487
- background-color: #dee0e2;
488
- border-top: 1px solid #a1acb2; }
582
+ background-color: #eaeaea; }
583
+ @media (min-width: 769px) {
584
+ #footer.with-logo .open-government-licence {
585
+ padding-left: 85px; } }
489
586
  #footer .footer-wrapper {
490
- background-color: #dee0e2;
491
- padding-top: 20px; }
492
- @media (min-width: 641px) {
493
- #footer .footer-wrapper {
494
- padding-top: 60px; } }
587
+ background-color: #eaeaea;
588
+ padding-top: 30px; }
495
589
  #footer a {
496
- color: #454a4c; }
590
+ color: #005ea5; }
497
591
  #footer a:hover {
498
- color: #171819; }
592
+ color: #0b0c0c; }
499
593
  #footer h2 {
500
- font-family: "nta", Arial, sans-serif;
594
+ font-family: "Source Sans Pro", "Arial", sans-serif;
501
595
  font-weight: 400;
502
596
  text-transform: none;
503
597
  font-size: 18px;
@@ -507,7 +601,7 @@ button:focus {
507
601
  margin: 0; }
508
602
  @media (min-width: 641px) {
509
603
  #footer h2 {
510
- font-size: 24px;
604
+ font-size: 20px;
511
605
  line-height: 1.25; } }
512
606
  #footer h2 a {
513
607
  color: inherit; }
@@ -515,44 +609,41 @@ button:focus {
515
609
  padding-bottom: 60px;
516
610
  clear: both;
517
611
  font-size: 0;
518
- color: #454a4c; }
612
+ color: #0b0c0c; }
519
613
  #footer .footer-meta .footer-meta-inner {
520
614
  display: inline-block;
521
615
  vertical-align: bottom;
522
616
  width: 100%; }
523
- @media (min-width: 641px) {
617
+ @media (min-width: 769px) {
524
618
  #footer .footer-meta .footer-meta-inner {
525
619
  width: 75%; } }
526
620
  #footer .footer-meta .footer-meta-inner ul {
527
- font-family: "nta", Arial, sans-serif;
621
+ font-family: "Source Sans Pro", "Arial", sans-serif;
528
622
  font-weight: 400;
529
623
  text-transform: none;
530
624
  font-size: 14px;
531
625
  line-height: 1.5;
532
626
  display: inline-block;
533
627
  list-style: none;
534
- margin: 0 0 1.5em 0;
628
+ margin: 5px 0;
535
629
  padding: 0; }
536
630
  @media (min-width: 641px) {
537
631
  #footer .footer-meta .footer-meta-inner ul {
538
632
  font-size: 16px;
539
633
  line-height: 1.5; } }
540
- @media (min-width: 641px) {
634
+ @media (min-width: 769px) {
541
635
  #footer .footer-meta .footer-meta-inner ul {
542
- margin: 0 0 1em 0; } }
636
+ margin: 5px 0; } }
543
637
  #footer .footer-meta .footer-meta-inner ul li {
544
638
  display: inline-block;
545
639
  margin: 0 15px 0 0; }
546
640
  #footer .footer-meta .footer-meta-inner .open-government-licence {
547
641
  clear: left;
548
642
  position: relative; }
549
- @media (min-width: 641px) {
550
- #footer .footer-meta .footer-meta-inner .open-government-licence {
551
- padding-left: 53px; } }
552
643
  #footer .footer-meta .footer-meta-inner .open-government-licence .logo {
553
644
  margin-bottom: 1em;
554
645
  padding-top: 0; }
555
- @media (min-width: 641px) {
646
+ @media (min-width: 769px) {
556
647
  #footer .footer-meta .footer-meta-inner .open-government-licence .logo {
557
648
  position: absolute;
558
649
  left: 0;
@@ -571,7 +662,7 @@ button:focus {
571
662
  background-image: url(<%= asset_path 'images/open-government-licence_2x.png' %>);
572
663
  background-size: 41px 17px; } }
573
664
  #footer .footer-meta .footer-meta-inner .open-government-licence p {
574
- font-family: "nta", Arial, sans-serif;
665
+ font-family: "Source Sans Pro", "Arial", sans-serif;
575
666
  font-weight: 400;
576
667
  text-transform: none;
577
668
  font-size: 14px;
@@ -583,40 +674,29 @@ button:focus {
583
674
  font-size: 16px;
584
675
  line-height: 1.25; } }
585
676
  #footer .footer-meta .copyright {
586
- font-family: "nta", Arial, sans-serif;
677
+ font-family: "Source Sans Pro", "Arial", sans-serif;
587
678
  font-weight: 400;
588
679
  text-transform: none;
589
680
  font-size: 14px;
590
681
  line-height: 1.14286;
591
- margin: 30px 0 0 0;
682
+ text-align: left;
683
+ margin: 0 0 30px 0;
592
684
  width: 100%;
593
- display: block; }
685
+ display: block;
686
+ vertical-align: top; }
594
687
  @media (min-width: 641px) {
595
688
  #footer .footer-meta .copyright {
596
689
  font-size: 16px;
597
690
  line-height: 1.25; } }
598
- @media (min-width: 641px) {
691
+ @media (min-width: 769px) {
599
692
  #footer .footer-meta .copyright {
600
693
  display: inline-block;
601
694
  text-align: inherit;
602
695
  width: 25%;
603
- padding-top: 15px;
604
- margin-top: 0; } }
696
+ padding-top: 0;
697
+ margin-bottom: 0; } }
605
698
  #footer .footer-meta .copyright a {
606
699
  display: block;
607
- background-image: url(<%= asset_path 'images/govuk-crest.png' %>);
608
- background-repeat: no-repeat;
609
- background-position: 50% 0%;
610
- text-align: center;
611
- text-decoration: none;
612
- padding: 115px 0 0 0; }
613
- @media (min-width: 641px) {
614
- #footer .footer-meta .copyright a {
615
- background-position: 100% 0%; } }
616
- @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 20 / 10), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
617
- #footer .footer-meta .copyright a {
618
- background-image: url(<%= asset_path 'images/govuk-crest-2x.png' %>);
619
- background-size: 125px 102px; } }
620
- @media (min-width: 641px) {
621
- #footer .footer-meta .copyright a {
622
- text-align: right; } }
700
+ text-decoration: none; }
701
+ #footer .footer-meta .copyright a img.logo {
702
+ max-width: 218px; }