dvla_internal_frontend_toolkit 2.1.11 → 2.1.12

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a4c63167246c083840a1b8292ee288040a9b0d1f
4
- data.tar.gz: 4fdc8bb34c2882f7b85d8840d1df9119f41ea5da
3
+ metadata.gz: a1a3ff93cc86a5eca2dce36b7b0f5b9faf4fe934
4
+ data.tar.gz: e67a2fa3c125ac661401dc6610067856aea80250
5
5
  SHA512:
6
- metadata.gz: a7e4d3cf248019197c5b0d66082c5812813ecc4234b08e3c2b7c247d92fa88857ec880274b73143df8b7207a0ec42cf95db7d9d9f804b6023fa015f8a1557c9a
7
- data.tar.gz: 52567340da4511eecf0dbb2ea0ef1d83afc65fe79e696b4aa2c337a640b5f2b1b2a85a1a0595ed6186751006104d7d64ab8d4bda69b07ded5444613023191a07
6
+ metadata.gz: df3e710b8a84ff32e1b8e7068798b419d04f82863af20f4b897f6f2ac2ea4da109943b9ffb2b015da16dcd1400ec12a0d85f01ad8936149e3efa7c0fe1651440
7
+ data.tar.gz: 4f5f7234e859875cb465e1dc391ac1f0d1f3de0dcaf9063af4e6bcecd40290ba35e89e19a0f0ea1627c8a86714af2419d41fe028be0036b59ca6abe058c2ce36
@@ -1,4 +1,4 @@
1
- .data-highlight{
1
+ .data-highlight {
2
2
  background: $primary-light;
3
3
  text-align: center;
4
4
  color: white;
@@ -17,4 +17,76 @@
17
17
  .content{
18
18
  line-height: 134px;
19
19
  }
20
+
21
+ &.light {
22
+ background: white;
23
+ height: 64px;
24
+ border-width: 1px;
25
+ border-top-width: 3px;
26
+ border-bottom-width: 2px;
27
+ border-color: $grey-3;
28
+ border-style: solid;
29
+ border-radius: 3px;
30
+ display: flex;
31
+ align-items: center;
32
+ justify-content: center;
33
+ padding: 8px;
34
+ vertical-align: middle;
35
+
36
+ .title {
37
+ display: inline-block;
38
+ background: white;
39
+ font-size: 16px;
40
+ color: $grey-1;
41
+ font-weight: 400;
42
+ text-align: right;
43
+ padding-right: 16px;
44
+ line-height: 18px;
45
+ }
46
+
47
+ .content {
48
+ font-size: 18px;
49
+ text-align: left;
50
+ }
51
+
52
+ &.orange {
53
+ border-top-color: #DD810A;
54
+
55
+ .content {
56
+ color: #DD810A;
57
+ }
58
+ }
59
+
60
+ &.green {
61
+ border-top-color: #659600;
62
+
63
+ .content {
64
+ color: #659600;
65
+ }
66
+ }
67
+
68
+ &.grey {
69
+ border-top-color: #4A4A4A;
70
+
71
+ .content {
72
+ color: #4A4A4A;
73
+ }
74
+ }
75
+
76
+ &.blue {
77
+ border-top-color: #2782b7;
78
+
79
+ .content {
80
+ color: #2782b7;
81
+ }
82
+ }
83
+
84
+ &.red {
85
+ border-top-color: #DF3034;
86
+
87
+ .content {
88
+ color: #DF3034;
89
+ }
90
+ }
91
+ }
20
92
  }
@@ -1,3 +1,3 @@
1
1
  module DvlaInternalFrontendToolkit
2
- VERSION = "2.1.11"
2
+ VERSION = "2.1.12"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dvla_internal_frontend_toolkit
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.11
4
+ version: 2.1.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Liam Betsworth