thecore_ui_rails_admin 2.1.14 → 2.1.19

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: fbf77f646c8577cab06d80ade8004c78b1455be56867e5ae56dfcdc949e35b8b
4
- data.tar.gz: 433db917ac25f7ad766b8a848dd27adaeda8ab29a3a0551a5eff19e0f57e83b7
3
+ metadata.gz: d0373290874c546b29162fc84ef2afe2d28ca3b8489e175a7b5191f1df9c1493
4
+ data.tar.gz: f9fa2aa56664aab1097358cf485dec78e433c93a729099cb937334e71e86afd8
5
5
  SHA512:
6
- metadata.gz: dc9d7a25a6c563bf3a3c76a90bc035706ea21f0988927e4f109ba0341330bb83b8fb4984f32b429122012ba597a33417e0008342b14e3ad138ad9725f63fa2e4
7
- data.tar.gz: 6555e2fbe16a900fc73fbc5d9c3a26677c17366199a66fd5e73fab44c21e67606ab157f733eb2d9846884bc7dc73a11a5dec7f94ef1972c96e1d019cf34dec4d
6
+ metadata.gz: 77786b11835ed8d321b6948af29b8968af47d4a9ed46059f487c4df5f5b3183cfb99eb2bec909447c41e9e2a2e24dbbb7241d7c08c60b632bc0b8e5f6c578888
7
+ data.tar.gz: 4020af1d06b8d81beee897fdf5cd5865e5c4d506ee97e0cb25d947a2fd3158003b10722671574998643e3ef9d1af3bf7278bc86bd05d558a89ca2eae38a3e88b
@@ -1,10 +1,12 @@
1
1
  $primary: #1f4068 !default;
2
+ // $primary: #ed6501 !default;
3
+
2
4
 
3
5
  $background: lighten($primary, 51%) !default;
4
6
  $shadows: darken($primary, 10%) !default;
5
7
 
6
- $text: $primary !default;
7
- $text-highlight: lighten($text, 35%) !default;
8
+ $text: darken($primary, 40%) !default;
9
+ $text-highlight: lighten($text, 80%) !default;
8
10
 
9
11
  $link: $text !default;
10
12
  $link-highlight: lighten($link, 10%) !default;
@@ -16,7 +16,7 @@
16
16
  *= require rails_admin_selectize/index
17
17
  *= require_self
18
18
  */
19
- @import 'colors_override';
19
+ @import 'overrides';
20
20
  @import 'colors';
21
21
  @import "jquery-ui";
22
22
  @import "jquery-ui/dialog";
@@ -61,10 +61,10 @@ span.label.label-info.form-label {
61
61
  .breadcrumb {
62
62
  background: $element;
63
63
  .false a, .false:before {
64
- color: darken($element, 30%) !important;
64
+ color: $text !important;
65
65
  }
66
66
  .active, .active:before {
67
- color: $text-highlight;
67
+ color: $text-highlight !important;
68
68
  }
69
69
  }
70
70
 
@@ -11,7 +11,7 @@
11
11
  div.sub-menu-container li.sub-menu a.pjax { padding-left: 0px }
12
12
  div#wrapper div#sidebar-wrapper { overflow: hidden }
13
13
 
14
- -# Getting all the assets needed by thecore_rails_admin from all the gems
14
+ / Getting all the assets needed by thecore_ui_rails_admin from all the gems and the application level
15
15
  = get_asset_tags_for("thecore_rails_admin")
16
16
 
17
17
  = favicon_link_tag 'apple-touch-icon.png', rel: 'apple-touch-icon', sizes: "180x180"
@@ -1,3 +1,3 @@
1
1
  module ThecoreUiRailsAdmin
2
- VERSION = '2.1.14'
2
+ VERSION = '2.1.19'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: thecore_ui_rails_admin
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.14
4
+ version: 2.1.19
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gabriele Tassoni
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-08-28 00:00:00.000000000 Z
11
+ date: 2020-09-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thecore_ui_commons