arctic_admin 2.0.0 → 2.0.1

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
- SHA1:
3
- metadata.gz: 03543ae6330342c5bd9ccfcef857e6edf30d994c
4
- data.tar.gz: 5e9a3bd7cf4270c49451f84fbbf0d7c4bcdcea1a
2
+ SHA256:
3
+ metadata.gz: 506cbecfca57ab1b33df2b1ddaa58a00b783ea291eb9387426a0e86972c7c77e
4
+ data.tar.gz: e5cb0dc161839338bedfda3b3ba404ad030232df6bca9c679e3b3a0cc33ea149
5
5
  SHA512:
6
- metadata.gz: aded6d766e49ea1e556b4fe0e90ebadfede762afe4ecfa29a2f181ea69cbac820ea20ff93487a4158a249c5d92605fc54fbdcd8af8921d2096ab7f1b045e5f56
7
- data.tar.gz: be5fc04abbce7d3bd81981f649e9c5dff664ac42a77cbaf1fcd3a909861448367d4e6d713a2b117d99df03a0676bf785ef77f53d597f0211c2579bd67ea5bdb7
6
+ metadata.gz: 760875fe489f090d2b73d3ad3d957c6e9aed84cd6e19f934e5a25b4ff143fe9f4d2855cb641b7e0b1f7ef157b11c82bd08c2365c33baf23166520efc31249dc8
7
+ data.tar.gz: eabada4ba4bfeb6afff64303562005a65b54fe873744282b65a20094d6c135bab970fd4ef48fe4ab6d8e2cb7203053ae6dd03e65e39feff4237b03799aa16670
@@ -8,6 +8,7 @@
8
8
  @import "mixins/mixins";
9
9
 
10
10
  @import "common";
11
+ @import "buttons";
11
12
  @import "grid";
12
13
 
13
14
  @import "components/*";
@@ -0,0 +1,19 @@
1
+ .button {
2
+ @include primary-button($primary-color, #fff);
3
+ padding: 5px 8px;
4
+ font-size: 16px;
5
+
6
+ &.small {
7
+ padding: 2px 9px;
8
+ font-size: 12px;
9
+ }
10
+
11
+ &.large {
12
+ padding: 10px;
13
+ font-size: 18px;
14
+ }
15
+
16
+ &.action {
17
+ margin-right: 4px;
18
+ }
19
+ }
@@ -1,27 +1,7 @@
1
- .button {
2
- @include primary-button($primary-color, #fff);
3
- padding: 5px 8px;
4
- font-size: 16px;
5
-
6
- &.small {
7
- padding: 2px 9px;
8
- font-size: 12px;
9
- }
10
-
11
- &.large {
12
- padding: 10px;
13
- font-size: 18px;
14
- }
15
-
16
- &.action {
17
- margin-right: 4px;
18
- }
19
- }
20
-
21
1
  code {
22
2
  display: block;
23
3
  background-color: #272822;
24
4
  padding: 5px;
25
5
  margin: 10px 0;
26
6
  color: white;
27
- }
7
+ }
@@ -12,7 +12,7 @@
12
12
  }
13
13
 
14
14
  #active_admin_content {
15
- .formtastic {
15
+ form {
16
16
  li {
17
17
  list-style: none;
18
18
  }
@@ -56,7 +56,6 @@
56
56
  }
57
57
 
58
58
  .actions {
59
-
60
59
  .action {
61
60
  display: inline-block;
62
61
  margin-right: 10px;
@@ -58,6 +58,6 @@
58
58
  text-rendering: auto;
59
59
  -webkit-font-smoothing: antialiased;
60
60
  -moz-osx-font-smoothing: grayscale;
61
- font: normal normal normal 14px/1 FontAwesome;
61
+ font: 900 normal normal 14px/1 'Font Awesome 5 Free';
62
62
  content: $code-icon;
63
63
  }
@@ -2,7 +2,7 @@ body.logged_in {
2
2
  &.new, &.edit, &.create, &.update {
3
3
  @include sidebar-container();
4
4
 
5
- .formtastic legend {
5
+ form legend {
6
6
  font-weight: normal;
7
7
  }
8
8
 
@@ -1,3 +1,3 @@
1
1
  module ArcticAdmin
2
- VERSION = "2.0.0"
2
+ VERSION = "2.0.1"
3
3
  end
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: 2.0.0
4
+ version: 2.0.1
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: 2019-03-02 00:00:00.000000000 Z
11
+ date: 2019-03-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -112,6 +112,7 @@ files:
112
112
  - app/assets/fonts/Lato-Regular.woff2
113
113
  - app/assets/javascripts/arctic_admin/base.js
114
114
  - app/assets/stylesheets/arctic_admin/_base.scss
115
+ - app/assets/stylesheets/arctic_admin/_buttons.scss
115
116
  - app/assets/stylesheets/arctic_admin/_common.scss
116
117
  - app/assets/stylesheets/arctic_admin/_fonts.scss
117
118
  - app/assets/stylesheets/arctic_admin/_grid.scss
@@ -168,8 +169,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
168
169
  - !ruby/object:Gem::Version
169
170
  version: '0'
170
171
  requirements: []
171
- rubyforge_project:
172
- rubygems_version: 2.6.8
172
+ rubygems_version: 3.0.3
173
173
  signing_key:
174
174
  specification_version: 4
175
175
  summary: Arctic Admin theme for ActiveAdmin