dvla_internal_frontend_toolkit 1.0.4 → 1.0.5

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: 6a667177b9427567671d30237714230e87295d4f
4
- data.tar.gz: bcc23f544da29635da6cef747d3d82e56037fed1
3
+ metadata.gz: c42735b1b79eb92a87ca7241a6e9c20a0ac85558
4
+ data.tar.gz: dba122e8a202ab54a7c1692a7db91dc9e5154e1f
5
5
  SHA512:
6
- metadata.gz: f079edff2879e85c8eca5e544f2a7a67e1e8505dd90f1d538e5d83a596a1d0f1e8fa8a6d053b39312c38c4379c5cd4dc2c3ea6e27888b5916c1ea20922f15ec5
7
- data.tar.gz: 19aa5448b3e1eee7b1c524d88a109f302d8b00394cf9f917cd4ec9d4c250ed267cf4d6e81e9b991fe926e1b59e62d500c7ead5eeb58ffed120777437bd74bc78
6
+ metadata.gz: dc9d0e3d2d12917590b84a2ea522063b9fc51d9a2fa6b700ff55417e7cc1558d05482694b3a56aa0ee13d196cc904781e6709b3fe173bf254e0acace1da1ce31
7
+ data.tar.gz: 95eeb09be0e1114ca16a9b8c13f70c3dc8739345c90bd7f31c44314640b0da10304618c56ef2b20906db6956549b862ff0f7e067ec624f226909db499a703ffd
@@ -2,6 +2,7 @@
2
2
  border-left: 0;
3
3
  border-right: 0;
4
4
  border-top: 0;
5
+ border-radius: 0;
5
6
  border-style: solid;
6
7
  text-decoration: none;
7
8
  line-height: normal;
@@ -72,17 +73,17 @@
72
73
 
73
74
  .btn-secondary {
74
75
  color: $primary;
75
- background: $grey-4;
76
+ background: white;
76
77
  border: 1px solid $grey-2;
77
78
  border-bottom-width: 2px;
78
79
  cursor: pointer;
79
80
 
80
81
  &:hover, &:focus {
81
- background: $grey-3;
82
+ background: $grey-4;
82
83
  color: $primary;
83
84
 
84
85
  &:disabled {
85
- background: $grey-3;
86
+ background: $grey-4;
86
87
  }
87
88
  }
88
89
 
@@ -46,6 +46,46 @@
46
46
  &.input-group-3-4 {
47
47
  width: 75%;
48
48
  }
49
+
50
+ .input-group-addon {
51
+ padding: 0.3rem .75rem 0 .75em;
52
+ margin-bottom: 0;
53
+ font-size: 18px;
54
+ font-weight: 400;
55
+ line-height: 1.5;
56
+ color: $primary;
57
+ text-align: center;
58
+ background-color: white;
59
+ border: 2px solid $grey-1;
60
+ border-radius: 0;
61
+ }
62
+
63
+ .input-group-btn {
64
+ position: relative;
65
+ -ms-flex-align: stretch;
66
+ align-items: stretch;
67
+ font-size: 0;
68
+ white-space: nowrap;
69
+ z-index: 2;
70
+ }
71
+
72
+ .input-group-btn>.btn {
73
+ position: relative;
74
+ }
75
+
76
+ .input-group-btn:not(:last-child)>.btn,
77
+ .input-group-btn:not(:last-child)>.btn-group,
78
+ .input-group-addon:not(:last-child),
79
+ .input-group-addon:not(:last-child) {
80
+ margin-right: -2px;
81
+ }
82
+
83
+ .input-group-btn:not(:first-child)>.btn-group:first-child,
84
+ .input-group-btn:not(:first-child)>.btn:first-child,
85
+ .input-group-addon:not(:first-child),
86
+ .input-group-addon:not(:first-child) {
87
+ margin-left: -2px;
88
+ }
49
89
  }
50
90
 
51
91
  .input-group .form-control, .input-group-btn {
@@ -55,27 +95,6 @@
55
95
  align-items: center;
56
96
  }
57
97
 
58
- .input-group-btn {
59
- position: relative;
60
- -ms-flex-align: stretch;
61
- align-items: stretch;
62
- font-size: 0;
63
- white-space: nowrap;
64
- z-index: 2;
65
- }
66
-
67
- .input-group-btn>.btn {
68
- position: relative;
69
- }
70
-
71
- .input-group-btn:not(:last-child)>.btn, .input-group-btn:not(:last-child)>.btn-group {
72
- margin-right: -2px;
73
- }
74
-
75
- .input-group-btn:not(:first-child)>.btn-group:first-child, .input-group-btn:not(:first-child)>.btn:first-child {
76
- margin-left: -2px;
77
- }
78
-
79
98
  .form-control {
80
99
  width: 100%;
81
100
  border-radius: 0;
@@ -86,6 +105,7 @@
86
105
  border-radius: 0;
87
106
  color: $black;
88
107
  font-size: 18px;
108
+ font-family: "Interface", "Helvetica Neue", Arial, sans-serif;
89
109
 
90
110
  &:focus {
91
111
  outline-offset: 0;
@@ -243,6 +243,7 @@ pre.language-markup {
243
243
  display: inline-block;
244
244
  width: 20%;
245
245
  text-align: center;
246
+ vertical-align: top;
246
247
  span {
247
248
  display: block;
248
249
  &.code {
@@ -1,3 +1,3 @@
1
1
  module DvlaInternalFrontendToolkit
2
- VERSION = "1.0.4"
2
+ VERSION = "1.0.5"
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: 1.0.4
4
+ version: 1.0.5
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-11-14 00:00:00.000000000 Z
13
+ date: 2017-11-17 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: railties