thecore_ui_rails_admin 3.0.0 → 3.0.4
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5afa284d409ab8a16158a674bcf1e19f8bdeb7614be8d3cbfbe46a3ea11a08c8
|
4
|
+
data.tar.gz: 3abfe6e38a0f83ab08609e2fbc49213d34eafc1be06677f029218f0f72311f30
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f6f5064b30e77e6174fd6f486d9e5ee2b2ba3a6e8f91f3f414e71105644f4d1075ac250536eb047613795eaac37f41fb5dd5e65467447a60aff12743456e1073
|
7
|
+
data.tar.gz: a2e3ad11b532cc53693317da5c625078829fa71ceec7edb48584ef739c8f263fecc568b5b111ff31c6f3ae4e01603309788b4089cc2ba591b0be4c57b3d1db15
|
@@ -13,36 +13,23 @@
|
|
13
13
|
|
14
14
|
$link-color: #F0F;
|
15
15
|
*/
|
16
|
-
<%
|
17
|
-
@text_color = Settings.ns(:theme).text_color
|
18
|
-
@accents_color = Settings.ns(:theme).accents_color
|
19
|
-
@background_color = Settings.ns(:theme).background_color
|
20
|
-
@main_color = Settings.ns(:theme).main_color
|
21
|
-
@shadows_color = Settings.ns(:theme).shadows_color
|
22
|
-
|
23
|
-
@neutral_color = Settings.ns(:theme).neutral_color
|
24
|
-
@success_color = Settings.ns(:theme).success_color
|
25
|
-
@info_color = Settings.ns(:theme).info_color
|
26
|
-
@danger_color = Settings.ns(:theme).danger_color
|
27
|
-
@warning_color = Settings.ns(:theme).warning_color
|
28
|
-
%>
|
29
16
|
/* Thecore Variables */
|
30
17
|
//== Colors
|
31
18
|
//
|
32
19
|
//## Gray and brand colors for use across Bootstrap.
|
33
20
|
|
34
|
-
$gray-base:
|
21
|
+
$gray-base: #999999 !default;
|
35
22
|
$gray-darker: lighten($gray-base, 13.5%) !default; // #222
|
36
23
|
$gray-dark: lighten($gray-base, 20%) !default; // #333
|
37
24
|
$gray: lighten($gray-base, 33.5%) !default; // #555
|
38
25
|
$gray-light: lighten($gray-base, 46.7%) !default; // #777
|
39
26
|
$gray-lighter: lighten($gray-base, 93.5%) !default; // #eee
|
40
27
|
|
41
|
-
$brand-primary: darken(
|
42
|
-
$brand-success:
|
43
|
-
$brand-info:
|
44
|
-
$brand-warning:
|
45
|
-
$brand-danger:
|
28
|
+
$brand-primary: darken(#37505C, 6.5%) !default; // #337ab7
|
29
|
+
$brand-success: #37BC9B !default;
|
30
|
+
$brand-info: #CCCCCC !default;
|
31
|
+
$brand-warning: #F6BB42 !default;
|
32
|
+
$brand-danger: #E9573F !default;
|
46
33
|
|
47
34
|
|
48
35
|
//== Scaffolding
|
@@ -77,9 +64,9 @@ body.rails_admin .sidebar.btn-toggle-nav .btn-toggle-nav > li > a {
|
|
77
64
|
}
|
78
65
|
|
79
66
|
.btn-info {
|
80
|
-
color:
|
81
|
-
background-color:
|
82
|
-
border-color:
|
67
|
+
color: #FFEAD0 !important;
|
68
|
+
background-color: #96616B !important;
|
69
|
+
border-color: #96616B !important;
|
83
70
|
}
|
84
71
|
|
85
72
|
@import 'thecore/variables';
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: thecore_ui_rails_admin
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Gabriele Tassoni
|
@@ -99,7 +99,7 @@ files:
|
|
99
99
|
- app/assets/stylesheets/rails_admin/custom/thecore/theming.scss
|
100
100
|
- app/assets/stylesheets/rails_admin/custom/thecore/variables.scss
|
101
101
|
- app/assets/stylesheets/rails_admin/custom/theming.scss
|
102
|
-
- app/assets/stylesheets/rails_admin/custom/variables.scss
|
102
|
+
- app/assets/stylesheets/rails_admin/custom/variables.scss
|
103
103
|
- app/controllers/pages_controller.rb
|
104
104
|
- app/helpers/devise_bootstrap_errors_helper.rb
|
105
105
|
- app/helpers/thecore_helper.rb
|