arctic_admin 1.3.2 → 1.3.3

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: 89e2713e132763d3b70c10a2b4e84494db698720
4
- data.tar.gz: f496b9e306c0b9b1b2be086e8af97337de2dacc2
3
+ metadata.gz: 974ebc99d97dfa88384b56f58e0cd3dafdfd3517
4
+ data.tar.gz: aaa6ca30c58b5b05a88f70af53a2403ade0e5a0a
5
5
  SHA512:
6
- metadata.gz: bbfe15da2e56dd54ff9189c80b322f4e867e7475a390ed47d2f6466b259c1a5ac09d4528746b00e76cadaa152c285bd60290cb430fef184567f55e4f04f02235
7
- data.tar.gz: ab12bad0acf13f0b436635ca08be54ab8fba7d45848b78a76171f3f176f298ec3068fc7ecdd72efc79a23f5a4106e17c6f22ae08bed04124bba96877c84b7760
6
+ metadata.gz: 6f92e41845bef56c41af5bd02f89f8074876cbdff4323e477d632d99eff1bd7e8cf05da55f50d3833c3afee1c1d89d7b2af4d8576ad8de294c38954756d3d028
7
+ data.tar.gz: eed3920e1daba93a43a0c4222546b6167a97ff12f0dd79338badc4cb611e961d578a63a55040edb3267151eab69d88385bc67d88387370abf4b749955d859217
@@ -3,25 +3,25 @@
3
3
  padding: 10px;
4
4
  text-align: center;
5
5
  background-color: #76838f;
6
- color: #fff;
6
+ color: $flash-text-color;
7
7
  }
8
8
 
9
9
  .flash_alert, .flash_error {
10
10
  background-color: $error;
11
- color: #fff;
11
+ color: $flash-text-color;
12
12
  }
13
13
 
14
14
  .flash_warning {
15
15
  background-color: $warning;
16
- color: #fff;
16
+ color: $flash-text-color;
17
17
  }
18
18
 
19
19
  .flash_notice {
20
20
  background-color: $success;
21
- color: #fff;
21
+ color: $flash-text-color;
22
22
  }
23
23
 
24
24
  .flash_info {
25
25
  background-color: $info;
26
- color: #fff;
26
+ color: $flash-text-color;
27
27
  }
@@ -1,6 +1,6 @@
1
1
  .status_tag {
2
- background: #cacaca;
3
- color: #fff;
2
+ background: $status-tag-background-color;
3
+ color: $status-tag-text-color;
4
4
  text-transform: uppercase;
5
5
  letter-spacing: 0.15em;
6
6
  padding: 3px 5px 2px 5px;
@@ -9,9 +9,9 @@
9
9
  }
10
10
 
11
11
  .status_tag.ok, .status_tag.published, .status_tag.complete, .status_tag.completed, .status_tag.green {
12
- background-color: #46be8a;
12
+ background-color: $status-tag-background-valid-color;
13
13
  }
14
14
 
15
15
  .status_tag.cancel, .status_tag.red {
16
- background-color: #f73737;
16
+ background-color: $status-tag-background-error-color;
17
17
  }
@@ -52,7 +52,7 @@ tbody tr {
52
52
  td {
53
53
  padding: 4px;
54
54
  vertical-align: middle;
55
- color: #7A8392;
55
+ color: $text-color;
56
56
  font-size: 12px;
57
57
 
58
58
  &.col-actions {
@@ -4,13 +4,22 @@ $green: #00897B;
4
4
  $blue: #4bacfe;
5
5
  $black: #36393D;
6
6
 
7
+ // flash
7
8
  $error: #dc4747 !default;
8
9
  $warning: #f2a654 !default;
9
10
  $success: #46be8a !default;
10
11
  $info: #57c7d4 !default;
12
+ $flash-text-color: #fff !default;
13
+
14
+ // status_tag
15
+ $status-tag-text-color: #fff !default;
16
+ $status-tag-background-color: #cacaca !default;
17
+ $status-tag-background-valid-color: $success !default;
18
+ $status-tag-background-error-color: $error !default;
11
19
 
12
20
  $border-color: #e4eaec;
13
21
 
22
+
14
23
  // body
15
24
  $body-background: #eee !default;
16
25
 
@@ -1,3 +1,3 @@
1
1
  module ArcticAdmin
2
- VERSION = "1.3.2"
2
+ VERSION = "1.3.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: arctic_admin
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.2
4
+ version: 1.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Clément Prod'homme
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-12-29 00:00:00.000000000 Z
11
+ date: 2018-01-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -163,7 +163,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
163
163
  version: '0'
164
164
  requirements: []
165
165
  rubyforge_project:
166
- rubygems_version: 2.5.1
166
+ rubygems_version: 2.6.8
167
167
  signing_key:
168
168
  specification_version: 4
169
169
  summary: Arctic Admin theme for ActiveAdmin