thecore_ui_rails_admin 3.0.16 → 3.0.18

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: 076d9b03596e0d703df184be8980fe202fbfb627e15361d6cd5ce56174365bdf
4
- data.tar.gz: 55ac3031b57ef446ddfc430a846350a41101f97fee1cd3a26a56dfbcc0ad0e6e
3
+ metadata.gz: 5efac1012ef290f5f973be7861420b1e7914a576a348ac6cfab2037bb3deb1ff
4
+ data.tar.gz: 3115e6b705d010a7dff478d2d0f8644fc971e9bcae4cea25077a05e9379d9fd6
5
5
  SHA512:
6
- metadata.gz: 1b8e8c94db0459f7c276ed713f67a673ce69cf49bb8746f42efd1731404421202dc179113d2e657355f451003449f1a356621959b64651698c89e45c468ee86f
7
- data.tar.gz: cbd6d28b4ddfac6da452a03735929d67cb9f0e458bd8f4f73b8986e37fc9811e299abff9826adcad80c93da9ae98fd1a47e3a8db530b5e3b70524b06d6109580
6
+ metadata.gz: 9b5e809fe078edf927236381def6fb128cafd76cdd7c10c7ac4760054447f92a21f9e9aacb6118b098154180a89b6342615ab9491018f53dc0f843842f91c04c
7
+ data.tar.gz: 0ecd2a172a1e4ad607670646ab8c711dbb649b920fd0d899e4d5f9571bd5d7e47fe85f36d7c0e37b3375a74397c2d7796ddf18d9216f9f3acbb2372dc544e256
@@ -112,20 +112,11 @@
112
112
  transform: scale(1.2) rotate(20deg);
113
113
  }
114
114
 
115
- .box.first {
116
- color: #fad23c !important;
117
- }
118
-
119
- .box.second {
120
- color: #e68c00 !important;
121
- }
122
-
123
- .box.third {
124
- color: #c82823 !important;
125
- }
126
-
115
+ .box.first,
116
+ .box.second,
117
+ .box.third,
127
118
  .box.fourth {
128
- color: #a02319 !important;
119
+ color: $info !important;
129
120
  }
130
121
 
131
122
  .box p.model,
@@ -1,3 +1,4 @@
1
+ puts "Export Concern from ThecoreUiRailsAdmin"
1
2
  require 'active_support/concern'
2
3
 
3
4
  module ExportConcern
@@ -1,3 +1,4 @@
1
+ puts "Role Concern from ThecoreUiRailsAdmin"
1
2
  require 'active_support/concern'
2
3
 
3
4
  module ThecoreUiRailsAdminRoleConcern
@@ -1,3 +1,4 @@
1
+ puts "Settings Concern from ThecoreUiRailsAdmin"
1
2
  require 'active_support/concern'
2
3
 
3
4
  module ThecoreUiRailsAdminSettingsConcern
@@ -1,3 +1,4 @@
1
+ puts "User Concern from ThecoreUiRailsAdmin"
1
2
  require 'active_support/concern'
2
3
 
3
4
  module ThecoreUiRailsAdminUserConcern
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: 3.0.16
4
+ version: 3.0.18
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gabriele Tassoni
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-02-14 00:00:00.000000000 Z
11
+ date: 2023-02-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thecore_ui_commons