dvla_internal_frontend_toolkit 2.0.2 → 2.0.3
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.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d651dd9495c0eb3a6ff9b7e9475b1529606adc8e
|
|
4
|
+
data.tar.gz: 95915d05b482e07c28d66c0db2f054f828e8890c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b394e52044742d644d3d765e8efdf0fb6b20638f8e950a50c45a9f975183f25b223471917c12f2eedba10ff9e34317099f91856f155cf46dd86eea641ef07a4f
|
|
7
|
+
data.tar.gz: 8ab76bda63d1f18e5df6625448ee8e92c24197a004524dc22ac892c5cadc46570e9c7d91d7d577f7d1f86f2353cd2ed903f5975449b164a56b56f302608868c9
|
|
@@ -80,9 +80,8 @@ body {
|
|
|
80
80
|
}
|
|
81
81
|
|
|
82
82
|
#header-logo {
|
|
83
|
-
display: inline-block;
|
|
84
|
-
|
|
85
|
-
top: 8px;
|
|
83
|
+
// display: inline-block;
|
|
84
|
+
float: left;
|
|
86
85
|
|
|
87
86
|
#coat-of-arms {
|
|
88
87
|
float: left;
|
|
@@ -221,8 +220,7 @@ body {
|
|
|
221
220
|
}
|
|
222
221
|
}
|
|
223
222
|
|
|
224
|
-
.search-btn {
|
|
225
|
-
|
|
223
|
+
.search-btn {
|
|
226
224
|
width: 100%;
|
|
227
225
|
display: block;
|
|
228
226
|
|
|
@@ -233,7 +231,7 @@ body {
|
|
|
233
231
|
position: relative;
|
|
234
232
|
float: right;
|
|
235
233
|
margin-right: 8px;
|
|
236
|
-
margin-top:
|
|
234
|
+
margin-top: 4px;
|
|
237
235
|
color: white;
|
|
238
236
|
font-size: 26px;
|
|
239
237
|
}
|