thecore_ui_rails_admin 2.1.18 → 2.1.19

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 548d89d9677532563214e7469dd5f28edb0e447133b29ee161d6c71e8f9d1a5a
4
- data.tar.gz: c5af65633fb42cdd420f538c6654c46a2701683cc7599f787b8a926cc07dea3b
3
+ metadata.gz: d0373290874c546b29162fc84ef2afe2d28ca3b8489e175a7b5191f1df9c1493
4
+ data.tar.gz: f9fa2aa56664aab1097358cf485dec78e433c93a729099cb937334e71e86afd8
5
5
  SHA512:
6
- metadata.gz: bc0d1c276c94fc0b9291bd9e7350f55c7f74994e2ed9edb2af1472158058cd23f3dfc8dc4a7384cbf2c0f8ee692c9102ac43cfa7ff4e7eab13a6a83dc4a440f9
7
- data.tar.gz: 601d260a53e38941d606d5a2520de1c8d3b9fde025c26cfca6919094ef7136f08702d33daa2807503d612b9bf694ccf372cd9a2629bab27cb2e9b5e578e98677
6
+ metadata.gz: 77786b11835ed8d321b6948af29b8968af47d4a9ed46059f487c4df5f5b3183cfb99eb2bec909447c41e9e2a2e24dbbb7241d7c08c60b632bc0b8e5f6c578888
7
+ data.tar.gz: 4020af1d06b8d81beee897fdf5cd5865e5c4d506ee97e0cb25d947a2fd3158003b10722671574998643e3ef9d1af3bf7278bc86bd05d558a89ca2eae38a3e88b
@@ -1,5 +1,5 @@
1
- // $primary: #1f4068 !default;
2
- $primary: #ed6501 !default;
1
+ $primary: #1f4068 !default;
2
+ // $primary: #ed6501 !default;
3
3
 
4
4
 
5
5
  $background: lighten($primary, 51%) !default;
@@ -16,6 +16,7 @@
16
16
  *= require rails_admin_selectize/index
17
17
  *= require_self
18
18
  */
19
+ @import 'overrides';
19
20
  @import 'colors';
20
21
  @import "jquery-ui";
21
22
  @import "jquery-ui/dialog";
@@ -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.18'
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.18
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-31 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