thecore_ui_rails_admin 2.4.8 → 2.4.9
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/stylesheets/rails_admin/custom/theming.scss +113 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 14bdb6160aca1882b729575497b0abb493eddc365876cb37349a9ec0b533e34d
|
4
|
+
data.tar.gz: 51cd264d6b0e0d02bb7ca4fcc33758cfebdaa22e4ba5222d2ea69feeff3c1ab1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 327878bdc3ed67ce9de90f535df968ca0566e0dab938fe39e57f23fd2c39f2bf960dbad099ecc9b2f6f093d7c6f66897b0a9f1b86ff70d1b3f8584e5b20097d3
|
7
|
+
data.tar.gz: d94acdfe705cff53ab43b8f85914dcac0156b35e9c6783338bf67e5f5d95c7fca423fb0bd2385aa7f6f44f39d0e047372a7424e634afdc4eb891a73d7375c4c6
|
@@ -7,13 +7,61 @@
|
|
7
7
|
@import 'rails_admin/custom/theming-custom-4';
|
8
8
|
@import 'rails_admin/custom/theming-custom-5';
|
9
9
|
|
10
|
+
body.rails_admin .sidebar-nav {
|
11
|
+
background-color: $shadows !important;
|
12
|
+
|
13
|
+
a {
|
14
|
+
|
15
|
+
color: white !important;
|
16
|
+
|
17
|
+
i,
|
18
|
+
span {
|
19
|
+
padding-right: .5em !important;
|
20
|
+
color: white !important;
|
21
|
+
}
|
22
|
+
}
|
23
|
+
}
|
24
|
+
|
25
|
+
body.rails_admin .sidebar-nav>.nav-stacked>li>a {
|
26
|
+
padding: 6px 15px 6px 25px !important;
|
27
|
+
|
28
|
+
&:hover,
|
29
|
+
&:focus {
|
30
|
+
background-color: $text !important;
|
31
|
+
}
|
32
|
+
}
|
33
|
+
|
34
|
+
body {
|
35
|
+
background-color: $background !important;
|
36
|
+
}
|
37
|
+
|
38
|
+
.navbar-default {
|
39
|
+
background-color: $background !important;
|
40
|
+
border-color: $background !important;
|
41
|
+
|
42
|
+
.navbar-brand {
|
43
|
+
color: $primary !important;
|
44
|
+
font-weight: bold;
|
45
|
+
text-transform: uppercase;
|
46
|
+
font-size: 2em;
|
47
|
+
}
|
48
|
+
|
49
|
+
}
|
50
|
+
|
51
|
+
.content {
|
52
|
+
padding-right: 1em;
|
53
|
+
padding-left: 1em;
|
54
|
+
}
|
55
|
+
|
10
56
|
.form-control.selectize-control {
|
11
57
|
width: 62%;
|
12
58
|
}
|
13
59
|
|
14
60
|
#secondary-navigation .navbar-nav li {
|
15
61
|
display: none;
|
16
|
-
|
62
|
+
|
63
|
+
&:nth-last-of-type(2),
|
64
|
+
&:last-of-type {
|
17
65
|
display: block !important;
|
18
66
|
}
|
19
67
|
}
|
@@ -23,4 +71,68 @@
|
|
23
71
|
border: none;
|
24
72
|
-webkit-box-shadow: none;
|
25
73
|
box-shadow: none;
|
74
|
+
}
|
75
|
+
|
76
|
+
.row {
|
77
|
+
margin-left: 0 !important;
|
78
|
+
margin-right: 0.5em !important;
|
79
|
+
}
|
80
|
+
|
81
|
+
.pagination>li>a,
|
82
|
+
.pagination>li>span,
|
83
|
+
a {
|
84
|
+
color: $primary;
|
85
|
+
}
|
86
|
+
|
87
|
+
.pagination>.active>a,
|
88
|
+
.pagination>.active>a:hover,
|
89
|
+
.pagination>.active>a:focus,
|
90
|
+
.pagination>.active>span,
|
91
|
+
.pagination>.active>span:hover,
|
92
|
+
.pagination>.active>span:focus,
|
93
|
+
.btn-primary {
|
94
|
+
color: $background;
|
95
|
+
background-color: $primary;
|
96
|
+
border-color: $primary;
|
97
|
+
}
|
98
|
+
|
99
|
+
.btn-primary:hover {
|
100
|
+
background-color: $text;
|
101
|
+
border-color: $text;
|
102
|
+
}
|
103
|
+
|
104
|
+
.btn-info {
|
105
|
+
color: $background;
|
106
|
+
background-color: $shadows;
|
107
|
+
border-color: $shadows;
|
108
|
+
&:hover {
|
109
|
+
background-color: $primary;
|
110
|
+
}
|
111
|
+
}
|
112
|
+
|
113
|
+
li a .label-danger {
|
114
|
+
background-color: $primary;
|
115
|
+
margin-right: 1em;
|
116
|
+
}
|
117
|
+
|
118
|
+
.breadcrumb {
|
119
|
+
// margin-top: 1em;
|
120
|
+
// margin-bottom: 2.5em;
|
121
|
+
background-color: $primary;
|
122
|
+
text-transform: uppercase;
|
123
|
+
color: $background !important;
|
124
|
+
border-radius: 2em;
|
125
|
+
}
|
126
|
+
|
127
|
+
.breadcrumb .active, .breadcrumb .active:before {
|
128
|
+
color: $background !important;
|
129
|
+
}
|
130
|
+
|
131
|
+
.breadcrumb .false a, .breadcrumb .false:before {
|
132
|
+
color: white !important;
|
133
|
+
}
|
134
|
+
|
135
|
+
#fields_to_export .form-group {
|
136
|
+
margin-left: 0;
|
137
|
+
margin-right: 0;
|
26
138
|
}
|
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.4.
|
4
|
+
version: 2.4.9
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Gabriele Tassoni
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-09-
|
11
|
+
date: 2021-09-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: thecore_ui_commons
|