arctic_admin 4.3.0 → 4.3.1

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
  SHA256:
3
- metadata.gz: 533f15060154f60182d53c7b121f1b89b57a65384b91bf75e49152017b066016
4
- data.tar.gz: 6260a9c64384754db3266da212852fd9578a0d46a4e0fd2491bb8f1e9e2e5541
3
+ metadata.gz: d7eee23937098b6901af3e55df7a782d6fb0b73c945be65397a34c3681768dfe
4
+ data.tar.gz: c127f4e7528e70ae03e8beccf7d32444836b36670d10dcdf0456b38d5a3ebc10
5
5
  SHA512:
6
- metadata.gz: 2943abb081bd1f102bfc01d19e5eff4515ddf3cc26affb404daad5659b1c21d74cb3e8f1bc0a314f1d3572707439a2fa5dc8cc6d079cf9caf709d2dccc266c89
7
- data.tar.gz: d483e536c950ffc829ea0767324cd2358e3dc66e65fe7c7020fa35b19bc9ceee47cadfd454f0ac2f3bd36247e2b1fefaa227d06694c36323f158417727732989
6
+ metadata.gz: d590257eeff205a17f468ad012da2c2504e8c3af138b0e211d185e5da4af528b6add1a16eaa30c12bf38db45eb75cae5a4b4747d25eae510bd7c9ae1f37a6518
7
+ data.tar.gz: e876bf646d196102bbaa98e0e626ec092ef25f7bba3a7eb49cbfc21615973ade4b5c34bf4630bcd878a99e7614194a2e1eb9a45ea11d0220e495d51df15f9fd4
@@ -55,28 +55,28 @@
55
55
  display: block;
56
56
  margin-left: 25%;
57
57
  }
58
-
59
- .actions {
60
- .action {
61
- display: inline-block;
62
- margin-right: 10px;
63
-
64
- input[type="submit"] {
65
- line-height: 43px;
66
- }
67
- }
68
-
69
- .cancel {
70
- display: inline-block;
71
- }
72
- }
73
-
58
+
74
59
  .button.has_many_remove {
75
60
  @include tertiary-button($red);
76
61
  }
77
-
62
+
78
63
  .button.has_many_add {
79
64
  @include secondary-button($primary-color);
80
65
  }
81
66
  }
67
+
68
+ .actions {
69
+ .action {
70
+ display: inline-block;
71
+ margin-right: 10px;
72
+
73
+ input[type="submit"] {
74
+ line-height: 43px;
75
+ }
76
+ }
77
+
78
+ .cancel {
79
+ display: inline-block;
80
+ }
81
+ }
82
82
  }
@@ -1,3 +1,3 @@
1
1
  module ArcticAdmin
2
- VERSION = "4.3.0"
2
+ VERSION = "4.3.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: arctic_admin
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.3.0
4
+ version: 4.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Clément Prod'homme