active_skin 0.0.9 → 0.0.10
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 +2 -2
- data/app/assets/stylesheets/active_skin.css.sass +13 -11
- data/lib/active_skin/version.rb +1 -1
- 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: 2e522f713e2bbe7bec63fa86abf5cc011472aa9d
|
4
|
+
data.tar.gz: 0369aee3ffe25d582dcea3ced69c4694414f2013
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1e6dcd465dc0d667097e419b73b8f9e195fa4983a79e0df0f22cebb537e5df3cb85f00b7a0a430e589e6dd0a75cca5bc4ac1a095b5b6dcd44d427f6f714b0039
|
7
|
+
data.tar.gz: 38afb3b43f8234fa85b7466ea37937c19e8a0f051c0f78cd372e044454010d3dc74b58fffc9ae91e1eacc857193f8fb1c1cb736e9b0f4f12a180bf487a1874e7
|
data/README.md
CHANGED
@@ -35,7 +35,7 @@ Having active admin installed add the following line to your application's Gemfi
|
|
35
35
|
|
36
36
|
## Usage
|
37
37
|
|
38
|
-
|
38
|
+
include active skin css
|
39
39
|
|
40
40
|
# active_admin.css.scss
|
41
41
|
|
@@ -50,7 +50,7 @@ Change logo by setting the `$skinLogo` variable above active_skin import line in
|
|
50
50
|
$skinLogo: url("admin_logo.png") no-repeat 0 0;
|
51
51
|
|
52
52
|
You can even change basic colors of the theme by placing some other variables:
|
53
|
-
|
53
|
+
|
54
54
|
...
|
55
55
|
$skinActiveColor: #001cee;
|
56
56
|
$skinHeaderBck: #002744;
|
@@ -89,17 +89,19 @@ body.active_admin
|
|
89
89
|
margin: 0
|
90
90
|
h2
|
91
91
|
color: $skinHeaderTextColor
|
92
|
-
.action_items a
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
92
|
+
.action_items a,
|
93
|
+
.action_items span.action_item
|
94
|
+
& > a, & > .dropdown_menu > a
|
95
|
+
@include rounded(0)
|
96
|
+
background: $skinActiveColor
|
97
|
+
color: #fff
|
98
|
+
@include no-shadow()
|
99
|
+
text-shadow: none
|
100
|
+
border: none
|
101
|
+
padding: 17px
|
102
|
+
font-size: 14px
|
103
|
+
&:hover
|
104
|
+
background: lighten( $skinActiveColor, 10% ) !important
|
103
105
|
|
104
106
|
#active_admin_content
|
105
107
|
@include clearfix
|
data/lib/active_skin/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: active_skin
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.10
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Wojtek Krysiak
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2015-
|
12
|
+
date: 2015-10-06 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: bundler
|