active_skin 0.0.12 → 0.0.13
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/LICENSE.txt +1 -1
- data/README.md +13 -2
- data/active_skin.gemspec +1 -1
- data/app/assets/stylesheets/active_skin.sass +2 -2
- data/lib/active_skin/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9e3b404bdfee789e988b96fc130a9d9d029fc405
|
4
|
+
data.tar.gz: 4e58d9effa8464bc441e6c9138c3c7573aaeccb6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0f5cc7a4f82c7b602794933ed0523afa49246501446b6d13e144f181fc9bb15b0e2e18a0e7b2437857e3948d2fde7b35a07773dba39ea147bdfdd58f25321a22
|
7
|
+
data.tar.gz: 12eb488795063bc2f63675c08a00e83dc3c6113e2b8ec5d8a2583204c767bf74474246908918ee3a5b695f3156f395de3e3b5bd615eb5ea0bc56b9c5f9cd939b
|
data/LICENSE.txt
CHANGED
data/README.md
CHANGED
@@ -2,8 +2,6 @@
|
|
2
2
|
|
3
3
|
Flat skin for active admin.
|
4
4
|
|
5
|
-
[](http://badge.fury.io/rb/active_skin) [](https://codeclimate.com/github/KMPgroup/active_skin) [](http://rst-it.com) [](http://howwedoapps.com)
|
6
|
-
|
7
5
|
## Screens
|
8
6
|
|
9
7
|
<table>
|
@@ -87,3 +85,16 @@ You can even change basic colors of the theme by placing some other variables:
|
|
87
85
|
3. Commit your changes (`git commit -am 'Add some feature'`)
|
88
86
|
4. Push to the branch (`git push origin my-new-feature`)
|
89
87
|
5. Create new Pull Request
|
88
|
+
|
89
|
+
## License
|
90
|
+
|
91
|
+
active_skin is Copyright © 2018 SoftwareBrothers.co. It is free software, and may be redistributed under the terms specified in the [LICENSE](LICENSE.txt) file.
|
92
|
+
|
93
|
+
## About SoftwareBrothers.co
|
94
|
+
|
95
|
+
<img src="https://softwarebrothers.co/assets/images/software-brothers-logo-full.svg" width=240>
|
96
|
+
|
97
|
+
We are a software company who provides web and mobile development and UX/UI services, friendly team that helps clients from all over the world to transform their businesses and create astonishing products.
|
98
|
+
|
99
|
+
* We are available to [hire](https://softwarebrothers.co/contact).
|
100
|
+
* If you want to work for us - checkout the [career page](https://softwarebrothers.co/career).
|
data/active_skin.gemspec
CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
10
10
|
spec.email = ["wojciech.g.krysiak@gmail.com", "patryk.zabielski@rst-it.com"]
|
11
11
|
spec.summary = %q{active_admin skin}
|
12
12
|
spec.description = %q{active_admin skin}
|
13
|
-
spec.homepage = "https://github.com/
|
13
|
+
spec.homepage = "https://github.com/SoftwareBrothers/active_skin"
|
14
14
|
spec.license = "MIT"
|
15
15
|
|
16
16
|
spec.files = `git ls-files -z`.split("\x0")
|
@@ -1,4 +1,4 @@
|
|
1
|
-
@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700&subset=latin,latin-ext)
|
1
|
+
@import url('//fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700&subset=latin,latin-ext')
|
2
2
|
$skinTextColor: #1e2a33 !default
|
3
3
|
$skinTextActiveColor: #fff !default
|
4
4
|
$skinTextTable: #7f8c8d !default
|
@@ -249,7 +249,7 @@ a:visited.button
|
|
249
249
|
color: #fff
|
250
250
|
border: none
|
251
251
|
text-shadow: none
|
252
|
-
padding:
|
252
|
+
padding: 10px 20px
|
253
253
|
&:hover
|
254
254
|
background: lighten( $skinActiveColor, 10% ) !important
|
255
255
|
form fieldset.buttons li.cancel a,
|
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.13
|
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:
|
12
|
+
date: 2020-02-12 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: bundler
|
@@ -65,7 +65,7 @@ files:
|
|
65
65
|
- doc/color4.png
|
66
66
|
- lib/active_skin.rb
|
67
67
|
- lib/active_skin/version.rb
|
68
|
-
homepage: https://github.com/
|
68
|
+
homepage: https://github.com/SoftwareBrothers/active_skin
|
69
69
|
licenses:
|
70
70
|
- MIT
|
71
71
|
metadata: {}
|
@@ -85,7 +85,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
85
85
|
version: '0'
|
86
86
|
requirements: []
|
87
87
|
rubyforge_project:
|
88
|
-
rubygems_version: 2.
|
88
|
+
rubygems_version: 2.6.8
|
89
89
|
signing_key:
|
90
90
|
specification_version: 4
|
91
91
|
summary: active_admin skin
|