dvla_internal_frontend_toolkit 2.1.13 → 2.1.14
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: 14108ba5b5d392490451144846f4f509855aa823
|
4
|
+
data.tar.gz: 6efc5d9ac8ebbb55ccc2f673cb88213477748249
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 712abd460adf5000279630eb3b66090d46b111e04fd61898844b8f2074fc24780968acea9d53f244f7382955303625f3166faa4fd770402a2732d62fde8ca527
|
7
|
+
data.tar.gz: 4e62d358e09b6ebd669c640b880d04976378115ed04e0fe45bc3798ff8ef8c98e7d1f5b6780f6b5e366fa270f1b9320d07633aac647d4e8dfc8b24d0cdf5b4e4
|
@@ -0,0 +1,78 @@
|
|
1
|
+
.account-header {
|
2
|
+
margin-bottom: 40px;
|
3
|
+
|
4
|
+
.account-icon {
|
5
|
+
display: inline-block;
|
6
|
+
vertical-align: middle;
|
7
|
+
|
8
|
+
&::before {
|
9
|
+
font-family: 'dvla-icons';
|
10
|
+
color: white;
|
11
|
+
border-radius: 24px;
|
12
|
+
display: inline;
|
13
|
+
}
|
14
|
+
|
15
|
+
&.account-icon-retailer::before {
|
16
|
+
content: '\e904';
|
17
|
+
font-size: 23px;
|
18
|
+
padding: 12.5px 12.5px;
|
19
|
+
background-color: rgb(0, 167, 207);
|
20
|
+
}
|
21
|
+
|
22
|
+
&.account-icon-manufacturer::before {
|
23
|
+
content: '\e905';
|
24
|
+
font-size: 18px;
|
25
|
+
padding: 15px 15px;
|
26
|
+
background-color: rgb(145, 43, 136);
|
27
|
+
}
|
28
|
+
|
29
|
+
&.account-icon-user::before {
|
30
|
+
content: '\e90b';
|
31
|
+
font-size: 18px;
|
32
|
+
padding: 15px 15px;
|
33
|
+
background-color: rgb(129, 188, 0);
|
34
|
+
}
|
35
|
+
}
|
36
|
+
|
37
|
+
.account-info {
|
38
|
+
display: inline-block;
|
39
|
+
vertical-align: middle;
|
40
|
+
padding-left: 12px;
|
41
|
+
|
42
|
+
.account-type {
|
43
|
+
font-size: 16px;
|
44
|
+
letter-spacing: 1;
|
45
|
+
color: $grey-1;
|
46
|
+
display: inline;
|
47
|
+
margin-left: -1px;
|
48
|
+
}
|
49
|
+
|
50
|
+
.account-dot {
|
51
|
+
width: 3px;
|
52
|
+
height: 3px;
|
53
|
+
background: $grey-2;
|
54
|
+
-moz-border-radius: 50%;
|
55
|
+
-webkit-border-radius: 50%;
|
56
|
+
border-radius: 50%;
|
57
|
+
display: inline-block;
|
58
|
+
vertical-align: middle;
|
59
|
+
margin: 0px 12px;
|
60
|
+
}
|
61
|
+
|
62
|
+
.account-id {
|
63
|
+
font-size: 14px;
|
64
|
+
letter-spacing: 1;
|
65
|
+
color: $grey-1;
|
66
|
+
display: inline;
|
67
|
+
}
|
68
|
+
}
|
69
|
+
|
70
|
+
.account-name {
|
71
|
+
display: inline-block;
|
72
|
+
font-size: 36px;
|
73
|
+
margin-bottom: 0;
|
74
|
+
margin-top: 0;
|
75
|
+
margin-left: -2px;
|
76
|
+
line-height: 35px;
|
77
|
+
}
|
78
|
+
}
|
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.
|
4
|
+
version: 2.1.14
|
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:
|
13
|
+
date: 2018-01-19 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: railties
|
@@ -86,6 +86,7 @@ files:
|
|
86
86
|
- app/assets/stylesheets/constants/paths/_rails.scss
|
87
87
|
- app/assets/stylesheets/dvla-internal-elements-styles.scss
|
88
88
|
- app/assets/stylesheets/elements/_accordion.scss
|
89
|
+
- app/assets/stylesheets/elements/_accounts.scss
|
89
90
|
- app/assets/stylesheets/elements/_buttons.scss
|
90
91
|
- app/assets/stylesheets/elements/_data.scss
|
91
92
|
- app/assets/stylesheets/elements/_filters.scss
|
@@ -130,7 +131,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
130
131
|
version: '0'
|
131
132
|
requirements: []
|
132
133
|
rubyforge_project:
|
133
|
-
rubygems_version: 2.
|
134
|
+
rubygems_version: 2.5.2
|
134
135
|
signing_key:
|
135
136
|
specification_version: 4
|
136
137
|
summary: DVLA Internal Frontend Toolkit
|