activeadmin_blaze_theme 0.1.0 → 0.1.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 +4 -4
- data/README.md +7 -0
- data/app/assets/stylesheets/activeadmin_blaze_theme/theme.scss +13 -2
- data/lib/activeadmin_blaze_theme/version.rb +1 -1
- data/screenshot2.jpg +0 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b2a8a495fb4989856f439559768701f89fa820fa
|
|
4
|
+
data.tar.gz: 44b3b4d563d0628e3423cc3a3f233301ed305853
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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:
|
|
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:
|
|
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 {
|
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.
|
|
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-
|
|
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:
|