thecore_ui_rails_admin 2.7.5 → 3.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/javascripts/rails_admin/custom/thecore/ui.js +1 -0
- data/app/assets/javascripts/rails_admin/custom/ui.js +6 -9
- data/app/assets/stylesheets/rails_admin/custom/mixins.scss +15 -0
- data/app/assets/stylesheets/rails_admin/custom/thecore/mixins.scss +1 -0
- data/app/assets/stylesheets/rails_admin/custom/thecore/theming.scss +23 -0
- data/app/assets/stylesheets/rails_admin/custom/thecore/variables.scss +1 -0
- data/app/assets/stylesheets/rails_admin/custom/theming.scss +11 -147
- data/app/assets/stylesheets/rails_admin/custom/variables.scss.erb +85 -0
- data/app/views/layouts/_navigation.html.erb +20 -0
- data/app/views/layouts/_navigation_links.html.erb +7 -0
- data/app/views/rails_admin/main/{thecore_sidekiq_monitor.html.erb → active_job_monitor.html.erb} +1 -1
- data/{lib/concerns → config/initializers}/thecore_rails_admin_bulk_delete_concern.rb +0 -0
- data/{lib/concerns → config/initializers}/thecore_rails_admin_export_concern.rb +0 -0
- data/{lib/abilities/thecore_ui_rails_admin.rb → config/initializers/thecore_ui_rails_admin_abilities.rb} +0 -0
- data/config/initializers/thecore_ui_rails_admin_after_initialize.rb +71 -0
- data/config/initializers/thecore_ui_rails_admin_app_configs.rb +0 -12
- data/config/initializers/thecore_ui_rails_admin_assets.rb +9 -0
- data/config/initializers/{thecore_concern.rb → thecore_ui_rails_admin_concern.rb} +3 -3
- data/{lib/concerns/thecore_ui_rails_admin_used_token.rb → config/initializers/thecore_ui_rails_admin_invisible_models_concern.rb} +2 -2
- data/{lib/concerns → config/initializers}/thecore_ui_rails_admin_role.rb +2 -2
- data/config/initializers/thecore_ui_rails_admin_settings_concern.rb +14 -0
- data/{lib/concerns/thecore_ui_rails_admin_user.rb → config/initializers/thecore_ui_rails_admin_user_concern.rb} +2 -1
- data/config/locales/en.index_cards.custom.yml +8 -0
- data/config/locales/en.rails_admin.yml +6 -0
- data/config/locales/it.index_cards.custom.yml +20 -0
- data/config/locales/it.main.yml +0 -4
- data/config/locales/it.rails_admin.yml +9 -0
- data/config/routes.rb +3 -4
- data/lib/thecore_ui_rails_admin/engine.rb +1 -0
- data/lib/thecore_ui_rails_admin/version.rb +1 -1
- data/lib/thecore_ui_rails_admin.rb +0 -27
- metadata +34 -94
- data/app/assets/javascripts/rails_admin/custom/thecore-custom-1.js +0 -1
- data/app/assets/javascripts/rails_admin/custom/thecore-custom-2.js +0 -1
- data/app/assets/javascripts/rails_admin/custom/thecore-custom-3.js +0 -1
- data/app/assets/javascripts/rails_admin/custom/thecore-custom-4.js +0 -1
- data/app/assets/javascripts/rails_admin/custom/thecore-custom-5.js +0 -1
- data/app/assets/javascripts/rails_admin/custom/thecore.js +0 -1
- data/app/assets/javascripts/thecore_ui_rails_admin/thecore_rails_admin.js +0 -77
- data/app/assets/stylesheets/rails_admin/custom/theming-custom-1.scss +0 -1
- data/app/assets/stylesheets/rails_admin/custom/theming-custom-2.scss +0 -1
- data/app/assets/stylesheets/rails_admin/custom/theming-custom-3.scss +0 -1
- data/app/assets/stylesheets/rails_admin/custom/theming-custom-4.scss +0 -1
- data/app/assets/stylesheets/rails_admin/custom/theming-custom-5.scss +0 -1
- data/app/assets/stylesheets/rails_admin/custom/variables.scss +0 -21
- data/app/assets/stylesheets/thecore_ui_rails_admin/animate.css +0 -3458
- data/app/assets/stylesheets/thecore_ui_rails_admin/apexcharts.scss +0 -7
- data/app/assets/stylesheets/thecore_ui_rails_admin/common.scss +0 -43
- data/app/assets/stylesheets/thecore_ui_rails_admin/devise.scss +0 -241
- data/app/assets/stylesheets/thecore_ui_rails_admin/flashing.scss +0 -28
- data/app/assets/stylesheets/thecore_ui_rails_admin/mixins.scss +0 -18
- data/app/assets/stylesheets/thecore_ui_rails_admin/thecore.scss +0 -45
- data/app/assets/stylesheets/thecore_ui_rails_admin/thecore_rails_admin.scss +0 -243
- data/app/assets/stylesheets/thecore_ui_rails_admin/togglable-sidebar.scss +0 -89
- data/app/views/rails_admin/main/thecore_blazer_bi.html.erb +0 -5
- data/app/views/shared/_flash.html.erb +0 -10
- data/config/blazer.yml +0 -79
- data/config/initializers/rails_admin.rb +0 -105
- data/config/initializers/thecore_ui_rails_admin_load_root_actions_for.rb +0 -6
- data/lib/concerns/rails_admin_requirements.rb +0 -19
- data/lib/concerns/thecore_ui_rails_admin_permission.rb +0 -33
- data/lib/iframes/blazer_bi.rb +0 -59
- data/lib/iframes/sidekiq_monitor.rb +0 -59
@@ -1,43 +0,0 @@
|
|
1
|
-
body {
|
2
|
-
height: 100vh;
|
3
|
-
// background: linear-gradient(-20deg, #09b7b9 30%, #1c51a4 100%);
|
4
|
-
background-color: $background;
|
5
|
-
}
|
6
|
-
|
7
|
-
.jumbotron {
|
8
|
-
background-color: $background;
|
9
|
-
color: $text;
|
10
|
-
}
|
11
|
-
|
12
|
-
.vertical-center {
|
13
|
-
min-height: 100%;
|
14
|
-
/* Fallback for browsers do NOT support vh unit */
|
15
|
-
min-height: 100vh;
|
16
|
-
/* These two lines are counted as one :-) */
|
17
|
-
display: flex;
|
18
|
-
align-items: center;
|
19
|
-
}
|
20
|
-
|
21
|
-
#up-arrow {
|
22
|
-
bottom: -2em;
|
23
|
-
margin-right: auto;
|
24
|
-
margin-left: auto;
|
25
|
-
opacity: 0.2;
|
26
|
-
filter: alpha(opacity=20);
|
27
|
-
/* For IE8 and earlier */
|
28
|
-
}
|
29
|
-
|
30
|
-
.fa-pencil:before,
|
31
|
-
.icon-pencil:before {
|
32
|
-
content: "\f044";
|
33
|
-
}
|
34
|
-
|
35
|
-
#new_user div.checkbox:hover {
|
36
|
-
color: $text-highlight
|
37
|
-
}
|
38
|
-
|
39
|
-
#new_user div.actions input.btn {
|
40
|
-
width: 100%;
|
41
|
-
background-color: $element;
|
42
|
-
border-color: $element-border;
|
43
|
-
}
|
@@ -1,241 +0,0 @@
|
|
1
|
-
.devise {
|
2
|
-
font-family: 'Raleway', sans-serif;
|
3
|
-
height: 100vh;
|
4
|
-
.container-fluid-admin {
|
5
|
-
height: 100vh;
|
6
|
-
}
|
7
|
-
|
8
|
-
.container-fluid-devise {
|
9
|
-
height: 100vh;
|
10
|
-
overflow: auto;
|
11
|
-
}
|
12
|
-
}
|
13
|
-
|
14
|
-
.bckg-dark {
|
15
|
-
background-color:$background;
|
16
|
-
}
|
17
|
-
|
18
|
-
.bckg-login {
|
19
|
-
background-color:$background;
|
20
|
-
}
|
21
|
-
|
22
|
-
.logo {
|
23
|
-
display: inline-block;
|
24
|
-
margin: 0 auto;
|
25
|
-
width: 130px;
|
26
|
-
}
|
27
|
-
|
28
|
-
.app-logo {
|
29
|
-
margin: 50px 0 25px;
|
30
|
-
width: 70%;
|
31
|
-
}
|
32
|
-
|
33
|
-
.bckg-dark-light {
|
34
|
-
background: $text;
|
35
|
-
}
|
36
|
-
|
37
|
-
.bckg-blue {
|
38
|
-
background: $info;
|
39
|
-
}
|
40
|
-
|
41
|
-
.centered {
|
42
|
-
left: 50%;
|
43
|
-
position: fixed;
|
44
|
-
top: 50%;
|
45
|
-
transform: translate(-50%, -50%);
|
46
|
-
}
|
47
|
-
|
48
|
-
.login-form-user {
|
49
|
-
width: 25%;
|
50
|
-
color: $text-highlight;
|
51
|
-
margin: 0 auto;
|
52
|
-
margin-bottom: 25px;
|
53
|
-
|
54
|
-
.content-width {
|
55
|
-
width: 90%;
|
56
|
-
padding-top: 1px;
|
57
|
-
padding-bottom: 1px;
|
58
|
-
}
|
59
|
-
|
60
|
-
.lost_id {
|
61
|
-
color: $text-highlight;
|
62
|
-
margin-bottom: 15px;
|
63
|
-
display: block;
|
64
|
-
font-size: .9em;
|
65
|
-
width: 90%;
|
66
|
-
}
|
67
|
-
|
68
|
-
.form-actions {
|
69
|
-
display: inline-block;
|
70
|
-
width: 90%;
|
71
|
-
margin-bottom: 10px;
|
72
|
-
.col-sm-6 {
|
73
|
-
padding: 0;
|
74
|
-
}
|
75
|
-
input {
|
76
|
-
float: left;
|
77
|
-
.label {
|
78
|
-
float: left;
|
79
|
-
}
|
80
|
-
}
|
81
|
-
input[type="checkbox"] {
|
82
|
-
margin-top: 0;
|
83
|
-
}
|
84
|
-
.input-group {
|
85
|
-
float: left;
|
86
|
-
}
|
87
|
-
.checkbox {
|
88
|
-
margin: 0;
|
89
|
-
margin-top: 10px;
|
90
|
-
float: left;
|
91
|
-
label {
|
92
|
-
font-size: .8em;
|
93
|
-
}
|
94
|
-
}
|
95
|
-
}
|
96
|
-
form {
|
97
|
-
margin-top: 30px;
|
98
|
-
}
|
99
|
-
.input-group {
|
100
|
-
width: 90%;
|
101
|
-
margin-bottom: 15px;
|
102
|
-
}
|
103
|
-
input {
|
104
|
-
border: 0;
|
105
|
-
}
|
106
|
-
input[type="submit"] {
|
107
|
-
background: $neutral;
|
108
|
-
border: 0;
|
109
|
-
border-radius: 0;
|
110
|
-
cursor: pointer;
|
111
|
-
float: right;
|
112
|
-
color:$text-highlight;
|
113
|
-
width:100%;
|
114
|
-
}
|
115
|
-
h2 {
|
116
|
-
background: $neutral;
|
117
|
-
display: block;
|
118
|
-
padding: 10px 15px;
|
119
|
-
text-align: left;
|
120
|
-
font-size: 1.3em;
|
121
|
-
}
|
122
|
-
}
|
123
|
-
|
124
|
-
.login-form {
|
125
|
-
color:$text-highlight;
|
126
|
-
width: 30%;
|
127
|
-
|
128
|
-
.links-form {
|
129
|
-
a {
|
130
|
-
color:$text-highlight;
|
131
|
-
text-decoration: none;
|
132
|
-
&:hover {
|
133
|
-
color: $text-highlight;
|
134
|
-
}
|
135
|
-
}
|
136
|
-
}
|
137
|
-
|
138
|
-
i {
|
139
|
-
font-size: 1.5em;
|
140
|
-
}
|
141
|
-
|
142
|
-
.form-control {
|
143
|
-
box-shadow: none;
|
144
|
-
}
|
145
|
-
|
146
|
-
.input-group {
|
147
|
-
margin-bottom: 20px;
|
148
|
-
}
|
149
|
-
|
150
|
-
h2 {
|
151
|
-
margin-top: 15px;
|
152
|
-
margin-bottom: 50px;
|
153
|
-
}
|
154
|
-
|
155
|
-
.content {
|
156
|
-
padding: 35px;
|
157
|
-
}
|
158
|
-
|
159
|
-
.content-login {
|
160
|
-
padding: inherit;
|
161
|
-
}
|
162
|
-
|
163
|
-
.input-group-addon {
|
164
|
-
border-radius: 0;
|
165
|
-
padding-bottom: 15px;
|
166
|
-
}
|
167
|
-
|
168
|
-
input[type="submit"] {
|
169
|
-
cursor: pointer;
|
170
|
-
background: $element-border;
|
171
|
-
color:$text-highlight;
|
172
|
-
border-radius: 3px;
|
173
|
-
border: 0;
|
174
|
-
display: block;
|
175
|
-
padding: 15px;
|
176
|
-
margin-bottom: 45px;
|
177
|
-
margin-top: 55px;
|
178
|
-
width: 100%;
|
179
|
-
&:hover {
|
180
|
-
background: darken($element-border, 5%);
|
181
|
-
}
|
182
|
-
}
|
183
|
-
|
184
|
-
input[type="text"], input[type="email"], input[type="password"] {
|
185
|
-
background-color: transparent;
|
186
|
-
border: 0;
|
187
|
-
border-bottom: 1px solid $text-highlight;
|
188
|
-
color:$text-highlight;
|
189
|
-
margin-top: 15px;
|
190
|
-
padding-bottom: 15px;
|
191
|
-
}
|
192
|
-
|
193
|
-
.input-group-addon {
|
194
|
-
background-color: transparent;
|
195
|
-
border: 0;
|
196
|
-
border-bottom: 1px solid $text-highlight;
|
197
|
-
color:$text-highlight;
|
198
|
-
margin-top: 15px;
|
199
|
-
padding-bottom: 15px;
|
200
|
-
padding-top: 12px;
|
201
|
-
}
|
202
|
-
}
|
203
|
-
|
204
|
-
/* Small devices (tablets, 768px and up) */
|
205
|
-
@media (min-width: 768px) {
|
206
|
-
.login-form-user {
|
207
|
-
width: 45%;
|
208
|
-
}
|
209
|
-
}
|
210
|
-
|
211
|
-
/* Medium devices (desktops, 992px and up) */
|
212
|
-
@media (min-width: 992px) {
|
213
|
-
.login-form-user {
|
214
|
-
width: 45%;
|
215
|
-
}
|
216
|
-
}
|
217
|
-
|
218
|
-
/* Large devices (large desktops, 1200px and up) */
|
219
|
-
@media (min-width: 1200px) {
|
220
|
-
.login-form-user {
|
221
|
-
width: 26%;
|
222
|
-
input[type="submit"] {
|
223
|
-
width: 100%;
|
224
|
-
}
|
225
|
-
}
|
226
|
-
.app-logo {
|
227
|
-
margin: 50px 0 25px;
|
228
|
-
}
|
229
|
-
}
|
230
|
-
|
231
|
-
@media (min-width: 1600px) {
|
232
|
-
.login-form-user {
|
233
|
-
width: 15%;
|
234
|
-
input[type="submit"] {
|
235
|
-
width: 100%;
|
236
|
-
}
|
237
|
-
}
|
238
|
-
.app-logo {
|
239
|
-
margin: 50px 0 25px;
|
240
|
-
}
|
241
|
-
}
|
@@ -1,28 +0,0 @@
|
|
1
|
-
.flash {
|
2
|
-
-moz-animation: flash 1s ease-out;
|
3
|
-
-moz-animation-iteration-count: 1;
|
4
|
-
|
5
|
-
-webkit-animation: flash 1s ease-out;
|
6
|
-
-webkit-animation-iteration-count: 1;
|
7
|
-
|
8
|
-
-ms-animation: flash 1s ease-out;
|
9
|
-
-ms-animation-iteration-count: 1;
|
10
|
-
}
|
11
|
-
|
12
|
-
@-webkit-keyframes flash {
|
13
|
-
0% { background-color: none; }
|
14
|
-
50% { background-color: $text-highlight; }
|
15
|
-
100% { background-color: none; }
|
16
|
-
}
|
17
|
-
|
18
|
-
@-moz-keyframes flash {
|
19
|
-
0% { background-color: none; }
|
20
|
-
50% { background-color: $text-highlight; }
|
21
|
-
100% { background-color: none; }
|
22
|
-
}
|
23
|
-
|
24
|
-
@-ms-keyframes flash {
|
25
|
-
0% { background-color: none; }
|
26
|
-
50% { background-color: $text-highlight; }
|
27
|
-
100% { background-color: none; }
|
28
|
-
}
|
@@ -1,18 +0,0 @@
|
|
1
|
-
@mixin transition($time) {
|
2
|
-
-webkit-transition: all $time ease-in;
|
3
|
-
-moz-transition: all $time ease-in;
|
4
|
-
-o-transition: all $time ease-in;
|
5
|
-
transition: all $time ease-in;
|
6
|
-
}
|
7
|
-
|
8
|
-
@mixin lol() {
|
9
|
-
.row {
|
10
|
-
display: table;
|
11
|
-
}
|
12
|
-
|
13
|
-
[class*="col-"] {
|
14
|
-
float: none;
|
15
|
-
display: table-cell;
|
16
|
-
vertical-align: top;
|
17
|
-
}
|
18
|
-
}
|
@@ -1,45 +0,0 @@
|
|
1
|
-
/*
|
2
|
-
* This is a manifest file that'll be compiled into application.css, which will include all the files
|
3
|
-
* listed below.
|
4
|
-
*
|
5
|
-
* Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
|
6
|
-
* or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
|
7
|
-
*
|
8
|
-
* You're free to add application-wide styles to this file and they'll appear at the bottom of the
|
9
|
-
* compiled file so the styles you add here take precedence over styles defined in any styles
|
10
|
-
* defined in the other CSS/SCSS files in this directory. It is generally better to create a new
|
11
|
-
* file per style scope.
|
12
|
-
*
|
13
|
-
*= required _colors
|
14
|
-
*= require thecore_ui_commons/thecore
|
15
|
-
*= require rails_admin/rails_admin
|
16
|
-
*= require rails_admin_selectize/index
|
17
|
-
*= require_self
|
18
|
-
*/
|
19
|
-
@import 'rails_admin/custom/variables';
|
20
|
-
@import 'rails_admin/custom/theming';
|
21
|
-
@import 'rails_admin/custom/mixins';
|
22
|
-
@import "jquery-ui";
|
23
|
-
@import "jquery-ui/dialog";
|
24
|
-
@import 'bootstrap-sprockets';
|
25
|
-
@import 'bootstrap';
|
26
|
-
@import 'common';
|
27
|
-
@import "flashing";
|
28
|
-
@import 'devise';
|
29
|
-
@import 'animate';
|
30
|
-
@import 'mixins';
|
31
|
-
@import 'apexcharts';
|
32
|
-
@import 'thecore_ui_commons/thecore';
|
33
|
-
@import "togglable-sidebar";
|
34
|
-
|
35
|
-
.btn {
|
36
|
-
background-color: $element;
|
37
|
-
color: $element-text;
|
38
|
-
border-color: $element-border;
|
39
|
-
}
|
40
|
-
|
41
|
-
.btn:hover,
|
42
|
-
#new_user div.actions input.btn:hover {
|
43
|
-
color: $element-text-highlight;
|
44
|
-
background-color: $shadows;
|
45
|
-
}
|
@@ -1,243 +0,0 @@
|
|
1
|
-
/*
|
2
|
-
* This is a manifest file that'll be compiled into application.css, which will include all the files
|
3
|
-
* listed below.
|
4
|
-
*
|
5
|
-
* Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
|
6
|
-
* or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
|
7
|
-
*
|
8
|
-
* You're free to add application-wide styles to this file and they'll appear at the bottom of the
|
9
|
-
* compiled file so the styles you add here take precedence over styles defined in any styles
|
10
|
-
* defined in the other CSS/SCSS files in this directory. It is generally better to create a new
|
11
|
-
* file per style scope.
|
12
|
-
*
|
13
|
-
*= required _colors
|
14
|
-
*= require thecore_ui_commons/thecore
|
15
|
-
*= require rails_admin/rails_admin
|
16
|
-
*= require rails_admin_selectize/index
|
17
|
-
*= require_self
|
18
|
-
*/
|
19
|
-
@import "thecore";
|
20
|
-
|
21
|
-
#filters > li > a:nth-child(1):hover, .dropdown-menu > li > a:nth-child(1):hover {
|
22
|
-
border-radius: 0;
|
23
|
-
}
|
24
|
-
|
25
|
-
span.label.label-info.form-label {
|
26
|
-
background-color: $primary;
|
27
|
-
}
|
28
|
-
|
29
|
-
.sidebar-nav li a {
|
30
|
-
color: $element-text;
|
31
|
-
}
|
32
|
-
#sidebar-wrapper .sidebar-nav {
|
33
|
-
background-color: $shadows !important;
|
34
|
-
color: $element-text;
|
35
|
-
&:hover {
|
36
|
-
color: $element-text-highlight !important;
|
37
|
-
}
|
38
|
-
.dropdown-header {
|
39
|
-
color: $element-text;
|
40
|
-
}
|
41
|
-
.sub-menu-container {
|
42
|
-
background-color: darken($shadows, 10%) !important;
|
43
|
-
}
|
44
|
-
.sub-menu-container .sub-menu a:hover {
|
45
|
-
color: $element-text-highlight !important;
|
46
|
-
}
|
47
|
-
.dropdown-header:hover, .dropdown-header.active, .dropdown-header.active .sub-menu-container .submenu:hover, .sub-menu.sub-menu-null a:hover {
|
48
|
-
background-color: $element;
|
49
|
-
color: $element-text-highlight !important;
|
50
|
-
}
|
51
|
-
}
|
52
|
-
|
53
|
-
#app-name {
|
54
|
-
color: $primary !important;
|
55
|
-
}
|
56
|
-
|
57
|
-
#sidebar-collapse {
|
58
|
-
color: $shadows !important;
|
59
|
-
}
|
60
|
-
|
61
|
-
.breadcrumb {
|
62
|
-
background: $element;
|
63
|
-
.false a, .false:before {
|
64
|
-
color: $text !important;
|
65
|
-
}
|
66
|
-
.active, .active:before {
|
67
|
-
color: $text-highlight !important;
|
68
|
-
}
|
69
|
-
}
|
70
|
-
|
71
|
-
#list .form-inline {
|
72
|
-
margin-bottom: 2em;
|
73
|
-
}
|
74
|
-
|
75
|
-
p.boolean_type a.label-success,
|
76
|
-
p.boolean_type a.label-danger {
|
77
|
-
background: none;
|
78
|
-
font-size: 1.5em;
|
79
|
-
&:hover {
|
80
|
-
background: none;
|
81
|
-
}
|
82
|
-
}
|
83
|
-
|
84
|
-
body.rails_admin .nav.nav-tabs {
|
85
|
-
margin-bottom: 0;
|
86
|
-
}
|
87
|
-
|
88
|
-
#bulk_form .panel:nth-of-type(1) {
|
89
|
-
border-top-right-radius: 0;
|
90
|
-
border-top-left-radius: 0;
|
91
|
-
}
|
92
|
-
|
93
|
-
#scope_selector li, #action-menu li {
|
94
|
-
border-top-left-radius: 0.5em;
|
95
|
-
border-top-right-radius: 0.5em;
|
96
|
-
&.selected {
|
97
|
-
background-color: #fff;
|
98
|
-
color: $text !important;
|
99
|
-
a {
|
100
|
-
color: $text !important;
|
101
|
-
}
|
102
|
-
}
|
103
|
-
|
104
|
-
a:hover {
|
105
|
-
border-top-left-radius: 0.5em;
|
106
|
-
border-top-right-radius: 0.5em;
|
107
|
-
background-color: rgba($element, .5);
|
108
|
-
color: $element-text-highlight !important;
|
109
|
-
}
|
110
|
-
}
|
111
|
-
|
112
|
-
.well {
|
113
|
-
background-color: darken($background, 2%);
|
114
|
-
border-color: darken($background, 2%);
|
115
|
-
}
|
116
|
-
|
117
|
-
.content a, a {
|
118
|
-
color: $link;
|
119
|
-
text-decoration: none;
|
120
|
-
&:hover {
|
121
|
-
color: $link-highlight; }
|
122
|
-
}
|
123
|
-
|
124
|
-
.page-header.dashboard {
|
125
|
-
border-color: $background;
|
126
|
-
}
|
127
|
-
|
128
|
-
.table-striped {
|
129
|
-
border-top-color: $info;
|
130
|
-
.links ul li {
|
131
|
-
padding-right: 0;
|
132
|
-
a {
|
133
|
-
border-radius: 50%;
|
134
|
-
}
|
135
|
-
}
|
136
|
-
}
|
137
|
-
|
138
|
-
.content {
|
139
|
-
margin: 0px 0 15px 0;
|
140
|
-
padding: 8px;
|
141
|
-
background: transparent;
|
142
|
-
&.dashboard {
|
143
|
-
background: transparent;
|
144
|
-
}
|
145
|
-
.page-header {
|
146
|
-
display: none;
|
147
|
-
}
|
148
|
-
}
|
149
|
-
|
150
|
-
a.delete {
|
151
|
-
color: $text-highlight;
|
152
|
-
}
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
/* User sign in and sign forms. */
|
157
|
-
.border-form-div {
|
158
|
-
max-width: 300px;
|
159
|
-
padding: 19px 29px 29px;
|
160
|
-
margin: 0 auto 20px;
|
161
|
-
background-color: $text-highlight;
|
162
|
-
border: 1px solid $element-border;
|
163
|
-
-webkit-border-radius: 5px;
|
164
|
-
-moz-border-radius: 5px;
|
165
|
-
border-radius: 5px;
|
166
|
-
-webkit-box-shadow: 0 1px 2px rgba($shadows,.05);
|
167
|
-
-moz-box-shadow: 0 1px 2px rgba($shadows,.05);
|
168
|
-
box-shadow: 0 1px 2px rgba($shadows,.05);
|
169
|
-
}
|
170
|
-
.border-form-div .form-signin-heading,
|
171
|
-
.border-form-div .checkbox {
|
172
|
-
margin-bottom: 10px;
|
173
|
-
}
|
174
|
-
.border-form-div input[type="text"],
|
175
|
-
.border-form-div input[type="email"],
|
176
|
-
.border-form-div input[type="password"] {
|
177
|
-
font-size: 16px;
|
178
|
-
height: auto;
|
179
|
-
margin-bottom: 15px;
|
180
|
-
padding: 7px 9px;
|
181
|
-
}
|
182
|
-
|
183
|
-
#sidebar-collapse {
|
184
|
-
background-color: transparent;
|
185
|
-
background-image: none;
|
186
|
-
border: 1px solid transparent;
|
187
|
-
color: $neutral;
|
188
|
-
}
|
189
|
-
#sidebar-collapse:focus {
|
190
|
-
outline: 0;
|
191
|
-
}
|
192
|
-
#sidebar-collapse:hover {
|
193
|
-
color:$text-highlight;
|
194
|
-
}
|
195
|
-
|
196
|
-
.exit-button {
|
197
|
-
padding-top: 9px;
|
198
|
-
padding-bottom: 9px;
|
199
|
-
margin-top: 8px;
|
200
|
-
margin-bottom: 8px;
|
201
|
-
margin-right: 7px;
|
202
|
-
}
|
203
|
-
|
204
|
-
#app-name {
|
205
|
-
font-size: 2em;
|
206
|
-
color: $neutral;
|
207
|
-
font-family: 'Raleway', sans-serif;
|
208
|
-
word-wrap: normal;
|
209
|
-
}
|
210
|
-
#app-name:hover {
|
211
|
-
color: $text-highlight;
|
212
|
-
text-decoration: none;
|
213
|
-
}
|
214
|
-
|
215
|
-
body.rails_admin {
|
216
|
-
padding-top: 0px;
|
217
|
-
background-color: $background;
|
218
|
-
}
|
219
|
-
|
220
|
-
body.rails_admin .form-horizontal input, body.rails_admin .form-horizontal textarea {
|
221
|
-
width: 100%;
|
222
|
-
width: -moz-available; /* WebKit-based browsers will ignore this. */
|
223
|
-
width: -webkit-fill-available; /* Mozilla-based browsers will ignore this. */
|
224
|
-
width: fill-available;
|
225
|
-
// max-width: max-content;
|
226
|
-
}
|
227
|
-
|
228
|
-
// Fix for Datepicker DateTimepicker btn color
|
229
|
-
a.btn[data-action="incrementHours"],
|
230
|
-
a.btn[data-action="decrementHours"],
|
231
|
-
a.btn[data-action="incrementMinutes"],
|
232
|
-
a.btn[data-action="decrementMinutes"] {
|
233
|
-
background-color: transparent !important;
|
234
|
-
border-style: none !important;
|
235
|
-
}
|
236
|
-
|
237
|
-
trix-editor {
|
238
|
-
background-color: white;
|
239
|
-
}
|
240
|
-
|
241
|
-
.trix-button {
|
242
|
-
background-color: lightgray;
|
243
|
-
}
|
@@ -1,89 +0,0 @@
|
|
1
|
-
/* Toggle Styles */
|
2
|
-
|
3
|
-
#wrapper {
|
4
|
-
padding-left: 0;
|
5
|
-
-webkit-transition: all 0.5s ease;
|
6
|
-
-moz-transition: all 0.5s ease;
|
7
|
-
-o-transition: all 0.5s ease;
|
8
|
-
transition: all 0.5s ease;
|
9
|
-
}
|
10
|
-
#wrapper.toggled {
|
11
|
-
padding-left: 250px;
|
12
|
-
}
|
13
|
-
#sidebar-wrapper {
|
14
|
-
z-index: 100;
|
15
|
-
position: fixed;
|
16
|
-
left: 250px;
|
17
|
-
width: 0;
|
18
|
-
height: 100%;
|
19
|
-
margin-left: -250px;
|
20
|
-
overflow-y: auto;
|
21
|
-
background: #000;
|
22
|
-
-webkit-transition: all 0.5s ease;
|
23
|
-
-moz-transition: all 0.5s ease;
|
24
|
-
-o-transition: all 0.5s ease;
|
25
|
-
transition: all 0.5s ease;
|
26
|
-
}
|
27
|
-
#wrapper.toggled #sidebar-wrapper {
|
28
|
-
width: 250px;
|
29
|
-
}
|
30
|
-
#page-content-wrapper {
|
31
|
-
z-index: 150;
|
32
|
-
width: 100%;
|
33
|
-
position: absolute;
|
34
|
-
padding: 15px;
|
35
|
-
background-color: $background;
|
36
|
-
min-height: 100vh;
|
37
|
-
}
|
38
|
-
#wrapper.toggled #page-content-wrapper {
|
39
|
-
position: absolute;
|
40
|
-
margin-right: -250px;
|
41
|
-
}
|
42
|
-
/* Sidebar Styles */
|
43
|
-
|
44
|
-
// .sidebar-nav {
|
45
|
-
// position: absolute;
|
46
|
-
// top: 0;
|
47
|
-
// width: 250px;
|
48
|
-
// margin: 0;
|
49
|
-
// padding: 0;
|
50
|
-
// list-style: none;
|
51
|
-
// }
|
52
|
-
.sidebar-nav li {
|
53
|
-
text-indent: 20px;
|
54
|
-
line-height: 40px;
|
55
|
-
}
|
56
|
-
.sidebar-nav li a {
|
57
|
-
display: block;
|
58
|
-
text-decoration: none;
|
59
|
-
color: #999999;
|
60
|
-
}
|
61
|
-
.sidebar-nav li a:hover {
|
62
|
-
text-decoration: none;
|
63
|
-
color: #fff;
|
64
|
-
background: rgba(255, 255, 255, 0.2);
|
65
|
-
}
|
66
|
-
.sidebar-nav li a:active,
|
67
|
-
.sidebar-nav li a:focus {
|
68
|
-
text-decoration: none;
|
69
|
-
}
|
70
|
-
.sidebar-nav > .sidebar-brand {
|
71
|
-
height: 65px;
|
72
|
-
font-size: 18px;
|
73
|
-
line-height: 60px;
|
74
|
-
}
|
75
|
-
.sidebar-nav > .sidebar-brand a {
|
76
|
-
color: #999999;
|
77
|
-
}
|
78
|
-
.sidebar-nav > .sidebar-brand a:hover {
|
79
|
-
color: #fff;
|
80
|
-
background: none;
|
81
|
-
}
|
82
|
-
|
83
|
-
// body.rails_admin .sidebar-nav {
|
84
|
-
// top: 0px;
|
85
|
-
// }
|
86
|
-
|
87
|
-
.sub-menu a {
|
88
|
-
padding-left: 20px;
|
89
|
-
}
|
@@ -1,5 +0,0 @@
|
|
1
|
-
<span class="hide-toolbar"></span>
|
2
|
-
|
3
|
-
<iframe class="thecore-blazer-bi" src="/blazer" title="Business Intelligence" frameborder="0"
|
4
|
-
allow="accelerometer; clipboard-write; encrypted-media; gyroscope;" allowfullscreen style="width:100%; min-height:70vh"
|
5
|
-
scrolling="no" onload="adjustIframe(this)"></iframe>
|