arctic_admin 1.3.1 → 1.3.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 +1 -1
- data/app/assets/stylesheets/arctic_admin/_base.scss +1 -1
- data/app/assets/stylesheets/arctic_admin/_fonts.scss +36 -37
- data/lib/arctic_admin/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: 89e2713e132763d3b70c10a2b4e84494db698720
|
|
4
|
+
data.tar.gz: f496b9e306c0b9b1b2be086e8af97337de2dacc2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bbfe15da2e56dd54ff9189c80b322f4e867e7475a390ed47d2f6466b259c1a5ac09d4528746b00e76cadaa152c285bd60290cb430fef184567f55e4f04f02235
|
|
7
|
+
data.tar.gz: ab12bad0acf13f0b436635ca08be54ab8fba7d45848b78a76171f3f176f298ec3068fc7ecdd72efc79a23f5a4106e17c6f22ae08bed04124bba96877c84b7760
|
data/Readme.md
CHANGED
|
@@ -24,7 +24,7 @@ and run `bundle install`.
|
|
|
24
24
|
if you use ActiveAdmin from Github, use the branch `2-0-alpha` like this :
|
|
25
25
|
|
|
26
26
|
```ruby
|
|
27
|
-
gem 'arctic_admin', github: '
|
|
27
|
+
gem 'arctic_admin', github: 'cle61/arctic_admin', branch: '2-0-alpha'
|
|
28
28
|
```
|
|
29
29
|
|
|
30
30
|
## Usage
|
|
@@ -1,48 +1,47 @@
|
|
|
1
1
|
/* Webfont: Lato-Bold */@font-face {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
2
|
+
font-family: 'LatoWeb';
|
|
3
|
+
src: font-url('Lato-Bold.eot'); /* IE9 Compat Modes */
|
|
4
|
+
src: font-url('Lato-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
|
5
|
+
font-url('Lato-Bold.woff2') format('woff2'), /* Modern Browsers */
|
|
6
|
+
font-url('Lato-Bold.woff') format('woff'), /* Modern Browsers */
|
|
7
|
+
font-url('Lato-Bold.ttf') format('truetype');
|
|
8
|
+
font-style: normal;
|
|
9
|
+
font-weight: bold;
|
|
10
|
+
text-rendering: optimizeLegibility;
|
|
11
11
|
}
|
|
12
12
|
|
|
13
13
|
/* Webfont: Lato-BoldItalic */@font-face {
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
14
|
+
font-family: 'LatoWeb';
|
|
15
|
+
src: font-url('Lato-BoldItalic.eot'); /* IE9 Compat Modes */
|
|
16
|
+
src: font-url('Lato-BoldItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
|
17
|
+
font-url('Lato-BoldItalic.woff2') format('woff2'), /* Modern Browsers */
|
|
18
|
+
font-url('Lato-BoldItalic.woff') format('woff'), /* Modern Browsers */
|
|
19
|
+
font-url('Lato-BoldItalic.ttf') format('truetype');
|
|
20
|
+
font-style: italic;
|
|
21
|
+
font-weight: bold;
|
|
22
|
+
text-rendering: optimizeLegibility;
|
|
23
23
|
}
|
|
24
24
|
|
|
25
25
|
/* Webfont: Lato-Italic */@font-face {
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
26
|
+
font-family: 'LatoWeb';
|
|
27
|
+
src: font-url('Lato-Italic.eot'); /* IE9 Compat Modes */
|
|
28
|
+
src: font-url('Lato-Italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
|
29
|
+
font-url('Lato-Italic.woff2') format('woff2'), /* Modern Browsers */
|
|
30
|
+
font-url('Lato-Italic.woff') format('woff'), /* Modern Browsers */
|
|
31
|
+
font-url('Lato-Italic.ttf') format('truetype');
|
|
32
|
+
font-style: italic;
|
|
33
|
+
font-weight: normal;
|
|
34
|
+
text-rendering: optimizeLegibility;
|
|
35
35
|
}
|
|
36
36
|
|
|
37
37
|
/* Webfont: Lato-Regular */@font-face {
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
38
|
+
font-family: 'LatoWeb';
|
|
39
|
+
src: font-url('Lato-Regular.eot'); /* IE9 Compat Modes */
|
|
40
|
+
src: font-url('Lato-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
|
41
|
+
font-url('Lato-Regular.woff2') format('woff2'), /* Modern Browsers */
|
|
42
|
+
font-url('Lato-Regular.woff') format('woff'), /* Modern Browsers */
|
|
43
|
+
font-url('Lato-Regular.ttf') format('truetype');
|
|
44
|
+
font-style: normal;
|
|
45
|
+
font-weight: normal;
|
|
46
|
+
text-rendering: optimizeLegibility;
|
|
47
47
|
}
|
|
48
|
-
|
data/lib/arctic_admin/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: arctic_admin
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.3.
|
|
4
|
+
version: 1.3.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Clément Prod'homme
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-
|
|
11
|
+
date: 2017-12-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|