dvla_internal_frontend_toolkit 2.0.6 → 2.0.7

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: 1fd67fa34fea9a6225efc2d8b18aff80268a2ee0
4
- data.tar.gz: 6d74c450aff6d5b8d0f51cba437908ed9425cb64
3
+ metadata.gz: b84c735fb2cbf40b931f29dc48efb74fee6cbe40
4
+ data.tar.gz: 7c495ae07591de922021ff1bcd454dba79100489
5
5
  SHA512:
6
- metadata.gz: 1993f535803851384b22f873f32500d5920d9b89857b3397fc6b36eed3f6ff1481ec7ec5163e538586227840be2d56bfdff8ca1d4c86494937a82de31cbe5457
7
- data.tar.gz: cf67a74cff79068e2d89795b96e9289c5632106b929f715d58360c76ec272b02c093b9c04fa06663a38e732f8f469c0f8f3f6587fb5285db0d07f35b7f3da483
6
+ metadata.gz: 10b4f111bcc68f9f3c71c3fa4cea892618f779bc050766fa6e5174cf4577e8aa9739d7bc0d5e08d869a81def1bc43a7f78367c800afe90d64b59d35cd587fbc8
7
+ data.tar.gz: 26e3f2b0c2f10e2ab1832787573f53025c54bbf516954c00a5e763ba02f5de335c159a6316422eac097e228d0813edbb26d96bf27580f41232d3183f396e55b7
@@ -1,7 +1,9 @@
1
1
  @mixin list() {
2
2
  width: 100%;
3
3
  color: $black;
4
+ margin-top: 0;
4
5
  margin-bottom: 40px;
6
+ padding-left: 0;
5
7
 
6
8
  .list-title-row {
7
9
  border-bottom: 2px solid $grey-2;
@@ -24,15 +26,12 @@
24
26
  &:visited {
25
27
  color: $primary;
26
28
  }
27
-
28
29
  &:hover {
29
30
  color: $primary-darker;
30
31
  }
31
32
  }
32
33
  }
33
-
34
34
  }
35
-
36
35
  .list-row {
37
36
  border-bottom: 1px solid $grey-2;
38
37
  font-size: 16px;
@@ -42,13 +41,12 @@
42
41
  min-height: 16px;
43
42
  flex: 1 1 50%;
44
43
  }
45
-
44
+
46
45
  .list-data {
47
46
  font-weight: bold;
48
47
  min-height: 16px;
49
48
  flex: 1 1 50%;
50
49
  }
51
-
52
50
  }
53
51
 
54
52
  }
@@ -1,3 +1,3 @@
1
1
  module DvlaInternalFrontendToolkit
2
- VERSION = "2.0.6"
2
+ VERSION = "2.0.7"
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.0.6
4
+ version: 2.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Liam Betsworth
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: exe
12
12
  cert_chain: []
13
- date: 2017-12-01 00:00:00.000000000 Z
13
+ date: 2017-12-04 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: railties
@@ -128,7 +128,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
128
128
  version: '0'
129
129
  requirements: []
130
130
  rubyforge_project:
131
- rubygems_version: 2.6.13
131
+ rubygems_version: 2.6.14
132
132
  signing_key:
133
133
  specification_version: 4
134
134
  summary: DVLA Internal Frontend Toolkit