activeadmin_blaze_theme 0.7.8 → 0.7.10

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
  SHA256:
3
- metadata.gz: 569d10c9b72f7056d613b35872c3905779ad2b511ff93bca93383e9addc8b906
4
- data.tar.gz: 7fe4c32ac73e0d7a1067b04a27bc00d6ed8310005bb5bb0b00493218e2791410
3
+ metadata.gz: f1b6d87b900c42ffc7a7b4a7a33ae6acaf67e53c34ef574774016549cbef66c2
4
+ data.tar.gz: 42889705731dc8f37c37af61bd5f88ef7ad819ea610c7045dd5c040d4ea924d0
5
5
  SHA512:
6
- metadata.gz: 93606aa0b70e5d2eedbea16d08c95380861afc613c28067dbb6837d83b61e67635fd8aa3493907f9d058446a5204f650ed68623fae3cfe1fbd3d4be6dc4b68ed
7
- data.tar.gz: d4f5eb3b15f5d87e16b7d15d32f58f66353c715fbd29344bf51d4c501820ac69265ac1491902be8ba572ff135aa4a4eecc7ce16a6e2e8e4714f4bf2f5ce2321c
6
+ metadata.gz: ab3212dc089edd18f07ecb58cda6b6df0a3996df2aec511e0eb7340dccc7e0a7f31a8de7cd5ebb2b89927fbbcbb29b265dffe5ea45fc0f8bb336626e2413c139
7
+ data.tar.gz: 02d14553a44b076631ab4a14d08a76dc806a3068abc68ad7fd7e76c17c835fb0e8360ea5adcd2b0fcdd122fe7f7bca635e512624d88285607fb2a97003fac0a2
data/README.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # Active Admin Blaze Theme
2
- [![gem version](https://badge.fury.io/rb/activeadmin_blaze_theme.svg)](https://badge.fury.io/rb/activeadmin_blaze_theme) [![gem downloads](https://badgen.net/rubygems/dt/activeadmin_blaze_theme)](https://rubygems.org/gems/activeadmin_blaze_theme) [![linters](https://github.com/blocknotes/activeadmin_blaze_theme/actions/workflows/linters.yml/badge.svg)](https://github.com/blocknotes/activeadmin_blaze_theme/actions/workflows/linters.yml) [![specs](https://github.com/blocknotes/activeadmin_blaze_theme/actions/workflows/specs.yml/badge.svg)](https://github.com/blocknotes/activeadmin_blaze_theme/actions/workflows/specs.yml)
2
+ [![gem version](https://badge.fury.io/rb/activeadmin_blaze_theme.svg)](https://badge.fury.io/rb/activeadmin_blaze_theme)
3
+ [![gem downloads](https://badgen.net/rubygems/dt/activeadmin_blaze_theme)](https://rubygems.org/gems/activeadmin_blaze_theme)
4
+ [![linters](https://github.com/blocknotes/activeadmin_blaze_theme/actions/workflows/linters.yml/badge.svg)](https://github.com/blocknotes/activeadmin_blaze_theme/actions/workflows/linters.yml)
5
+ [![specs](https://github.com/blocknotes/activeadmin_blaze_theme/actions/workflows/specs.yml/badge.svg)](https://github.com/blocknotes/activeadmin_blaze_theme/actions/workflows/specs.yml)
3
6
 
4
7
  A theme for Active Admin based on [Blaze CSS](http://blazecss.com) 3.x
5
8
 
@@ -21,6 +24,7 @@ First, add to your Gemfile: `gem 'activeadmin_blaze_theme'` (and execute `bundle
21
24
 
22
25
  Then, if you installed Active Admin **without Webpacker** support (so using Sprockets):
23
26
 
27
+ - Add a SASS/SCSS gem to your Gemfile (ex. `gem 'sassc'`)
24
28
  - Add at the end of your Active Admin styles (_app/assets/stylesheets/active_admin.scss_):
25
29
 
26
30
  ```scss
@@ -35,27 +35,27 @@ $spacing-tiny: .125em !default;
35
35
  //
36
36
  $grid-gutter: 1em !default;
37
37
  $grid-widths: (
38
- 5: 5 / 100,
39
- 10: 1 / 10,
40
- 15: 15 / 100,
41
- 20: 1 / 5,
42
- 25: 1 / 4,
43
- 30: 3 / 10,
44
- 33: 1 / 3,
45
- 35: 35 / 100,
46
- 40: 2 / 5,
47
- 45: 45 / 100,
48
- 50: 1 / 2,
49
- 55: 55 / 100,
50
- 60: 3 / 5,
51
- 65: 65 / 100,
52
- 66: 2 / 3,
53
- 70: 7 / 10,
54
- 75: 3 / 4,
55
- 80: 4 / 5,
56
- 85: 85 / 100,
57
- 90: 9 / 10,
58
- 95: 95 / 100,
38
+ 5: 0.05,
39
+ 10: 0.1,
40
+ 15: 0.15,
41
+ 20: 0.2,
42
+ 25: 0.25,
43
+ 30: 0.3,
44
+ 33: 0.333333,
45
+ 35: 0.35,
46
+ 40: 0.4,
47
+ 45: 0.45,
48
+ 50: 0.5,
49
+ 55: 0.55,
50
+ 60: 0.6,
51
+ 65: 0.65,
52
+ 66: 0.666667,
53
+ 70: 0.7,
54
+ 75: 0.75,
55
+ 80: 0.8,
56
+ 85: 0.85,
57
+ 90: 0.9,
58
+ 95: 0.95,
59
59
  100: 1
60
60
  );
61
61
 
@@ -30,7 +30,7 @@
30
30
  left: 0;
31
31
  width: $drawer-width-horizontal;
32
32
  height: auto;
33
- margin-left: (100% - $drawer-width-horizontal) / 2;
33
+ margin-left: (100% - $drawer-width-horizontal) * 0.5;
34
34
  transform: translate(0, 0);
35
35
  }
36
36
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ActiveAdminBlazeTheme
4
- VERSION = '0.7.8'
4
+ VERSION = '0.7.10'
5
5
  end
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.7.8
4
+ version: 0.7.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mattia Roccoberton
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-09-14 00:00:00.000000000 Z
11
+ date: 2022-02-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activeadmin
@@ -24,20 +24,6 @@ dependencies:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
26
  version: '2.0'
27
- - !ruby/object:Gem::Dependency
28
- name: sassc
29
- requirement: !ruby/object:Gem::Requirement
30
- requirements:
31
- - - "~>"
32
- - !ruby/object:Gem::Version
33
- version: '2.4'
34
- type: :runtime
35
- prerelease: false
36
- version_requirements: !ruby/object:Gem::Requirement
37
- requirements:
38
- - - "~>"
39
- - !ruby/object:Gem::Version
40
- version: '2.4'
41
27
  description: An ActiveAdmin theme based on Blaze CSS UI toolkit
42
28
  email:
43
29
  - mat@blocknot.es
@@ -134,7 +120,8 @@ files:
134
120
  homepage: https://github.com/blocknotes/activeadmin_blaze_theme
135
121
  licenses:
136
122
  - MIT
137
- metadata: {}
123
+ metadata:
124
+ rubygems_mfa_required: 'true'
138
125
  post_install_message:
139
126
  rdoc_options: []
140
127
  require_paths:
@@ -150,7 +137,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
150
137
  - !ruby/object:Gem::Version
151
138
  version: '0'
152
139
  requirements: []
153
- rubygems_version: 3.1.4
140
+ rubygems_version: 3.1.6
154
141
  signing_key:
155
142
  specification_version: 4
156
143
  summary: ActiveAdmin Blaze Theme