govuk_admin_template 2.3.1 → 2.3.2
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: 6c0280cb7b0027b3d71bd776eef6378a66a03bd8
|
|
4
|
+
data.tar.gz: 9b6898fdcd9cede305430718352d18c0812a6edd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6e5f73a6103bec7a84825167f3773f86fdc2eaa2c6c04bb4fe1d6d1910611c79a6019c007aa63910aedc3445c60fed6b4f4e2d9c90e6969b17b56c58af945ad7
|
|
7
|
+
data.tar.gz: c8ca287b61d82728d811ce38887e85148d9d6c3a9537aa16afbb1acfc1f4378f57dc4c32ae8f62570965d456ce58588a0f0241583565c2d5b395d508be2752cd
|
data/CHANGELOG.md
CHANGED
|
@@ -4,27 +4,27 @@
|
|
|
4
4
|
}
|
|
5
5
|
|
|
6
6
|
@mixin add-top-margin($important: "") {
|
|
7
|
-
margin-top: $default-vertical-margin
|
|
7
|
+
margin-top: $default-vertical-margin unquote($important);
|
|
8
8
|
}
|
|
9
9
|
|
|
10
10
|
@mixin remove-top-margin($important: "") {
|
|
11
|
-
margin-top: 0
|
|
11
|
+
margin-top: 0 unquote($important);
|
|
12
12
|
}
|
|
13
13
|
|
|
14
14
|
@mixin add-bottom-margin($important: "") {
|
|
15
|
-
margin-bottom: $default-vertical-margin
|
|
15
|
+
margin-bottom: $default-vertical-margin unquote($important);
|
|
16
16
|
}
|
|
17
17
|
|
|
18
18
|
@mixin remove-bottom-margin($important: "") {
|
|
19
|
-
margin-bottom: 0
|
|
19
|
+
margin-bottom: 0 unquote($important);
|
|
20
20
|
}
|
|
21
21
|
|
|
22
22
|
@mixin add-right-margin($important: "") {
|
|
23
|
-
margin-right: $default-horizontal-margin
|
|
23
|
+
margin-right: $default-horizontal-margin unquote($important);
|
|
24
24
|
}
|
|
25
25
|
|
|
26
26
|
@mixin add-left-margin($important: "") {
|
|
27
|
-
margin-left: $default-horizontal-margin
|
|
27
|
+
margin-left: $default-horizontal-margin unquote($important);
|
|
28
28
|
}
|
|
29
29
|
|
|
30
30
|
@mixin add-label-margin {
|
|
@@ -37,11 +37,11 @@
|
|
|
37
37
|
}
|
|
38
38
|
|
|
39
39
|
@mixin add-top-padding($important: "") {
|
|
40
|
-
padding-top: $default-vertical-padding
|
|
40
|
+
padding-top: $default-vertical-padding unquote($important);
|
|
41
41
|
}
|
|
42
42
|
|
|
43
43
|
@mixin add-bottom-padding($important: "") {
|
|
44
|
-
padding-bottom: $default-vertical-padding
|
|
44
|
+
padding-bottom: $default-vertical-padding unquote($important);
|
|
45
45
|
}
|
|
46
46
|
|
|
47
47
|
@mixin box-sizing {
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: govuk_admin_template
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.3.
|
|
4
|
+
version: 2.3.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- GOV.UK Dev
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-06-
|
|
11
|
+
date: 2015-06-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|