activeadmin_blaze_theme 0.1.0 → 0.1.2

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: 5792a8922432b6dfc0afdf71da5fd7d69baa24c3
4
- data.tar.gz: d7d9126b01e68eb300c248b69ec0b2f4d3bca0f2
3
+ metadata.gz: b2a8a495fb4989856f439559768701f89fa820fa
4
+ data.tar.gz: 44b3b4d563d0628e3423cc3a3f233301ed305853
5
5
  SHA512:
6
- metadata.gz: 8788266dbd5f1b2f453b5f06a6fcb3dc6a8413cb417351fd675bfe783b66e8b5eee9ffed84fe6994f4e2df974af7ce741590b3ea68de4ecb9fd803b5f3578b0c
7
- data.tar.gz: 40bc3ee73dc57262e9cfe13b95243cd09af5b70be216842486efada44c2e247b257688e90926841eb586e5f4f3fd8333f382df3ac3cd5af4ad48409b4b4b627a
6
+ metadata.gz: 836e5e3abf3a453ce8642b59f46204610d9c53fb08a3e832195157c187fd79b7939d45a6284ac6d77a7d85b2e918bbc8cad7829abd8f84e9bbf88f697bcd1144
7
+ data.tar.gz: 791d4ff8840d8fae437c445f004a8491d199a7f31b9651418de7e17b31020d1c92c9571fd0bd8e5862500ed6e06cb42b5af0f284ec814f2b05e4e9087b6ce580
data/README.md CHANGED
@@ -25,6 +25,13 @@ Features:
25
25
  - To change colors add before your ActiveAdmin styles (_app/assets/stylesheets/active_admin.scss_):
26
26
 
27
27
  ```css
28
+ /* blaze colors */
29
+ $color-brand: #2C3E50;
30
+ $color-info: #4dabf5;
31
+ $color-warning: #ff9800;
32
+ $color-success: #4caf50;
33
+ $color-error: #f44336;
34
+ /* main variables */
28
35
  $bg-form1: #f4f4f4;
29
36
  $bg-form2: darken($bg-form1, 3%);
30
37
  $bg-form3: darken($bg-form1, 6%);
@@ -13,7 +13,7 @@ $fg-link2: #eee !default;
13
13
  $fg-table-borders: #e4e4e4 !default;
14
14
 
15
15
  // other variables
16
- $height-inputs: 25px !default;
16
+ $height-inputs: 28px !default;
17
17
  $text-shadow: #000 !default;
18
18
 
19
19
  // active_admin theme styles
@@ -108,7 +108,7 @@ body.active_admin {
108
108
  background-image: none;
109
109
  }
110
110
  label {
111
- line-height: 26px;
111
+ line-height: $height-inputs;
112
112
  }
113
113
  > ol > .has_many_container > fieldset.inputs {
114
114
  background-color: $bg-form2;
@@ -164,6 +164,12 @@ body.active_admin {
164
164
  width: auto;
165
165
  }
166
166
  }
167
+ .fragments {
168
+ margin-left: 10px;
169
+ .fragments-group {
170
+ margin-left: 2px;
171
+ }
172
+ }
167
173
  }
168
174
  ol {
169
175
  padding: 1px;
@@ -306,6 +312,11 @@ body.active_admin {
306
312
  }
307
313
  }
308
314
  }
315
+ .panel_contents table tr:last-child {
316
+ > td, > th {
317
+ border-bottom: 0 none;
318
+ }
319
+ }
309
320
 
310
321
  // title bar
311
322
  #title_bar {
@@ -1,3 +1,3 @@
1
1
  module ActiveAdminBlazeTheme
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.2"
3
3
  end
data/screenshot2.jpg CHANGED
Binary file
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: activeadmin_blaze_theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mattia Roccoberton
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-05-14 00:00:00.000000000 Z
11
+ date: 2017-05-15 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: An ActiveAdmin theme which use Blaze CSS toolkit
14
14
  email: