mazer-rails 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/assets/fonts/Iconly---Bold.eot +0 -0
- data/assets/fonts/Iconly---Bold.svg +19 -0
- data/assets/fonts/Iconly---Bold.ttf +0 -0
- data/assets/fonts/Iconly---Bold.woff +0 -0
- data/assets/fonts/iconly/Iconly---Bold.eot +0 -0
- data/assets/fonts/iconly/Iconly---Bold.svg +19 -0
- data/assets/fonts/iconly/Iconly---Bold.ttf +0 -0
- data/assets/fonts/iconly/Iconly---Bold.woff +0 -0
- data/assets/images/bg/4853433.png +0 -0
- data/assets/images/faces/1.jpg +0 -0
- data/assets/images/faces/2.jpg +0 -0
- data/assets/images/faces/3.jpg +0 -0
- data/assets/images/faces/4.jpg +0 -0
- data/assets/images/faces/5.jpg +0 -0
- data/assets/images/faces/6.jpg +0 -0
- data/assets/images/faces/7.jpg +0 -0
- data/assets/images/faces/8.jpg +0 -0
- data/assets/images/logo/favicon.png +0 -0
- data/assets/images/logo/favicon.svg +1 -0
- data/assets/images/logo/logo.svg +1 -0
- data/assets/images/samples/1.png +0 -0
- data/assets/images/samples/2.png +0 -0
- data/assets/images/samples/3.png +0 -0
- data/assets/images/samples/4.png +0 -0
- data/assets/images/samples/architecture1.jpg +0 -0
- data/assets/images/samples/banana.jpg +0 -0
- data/assets/images/samples/bg-mountain.jpg +0 -0
- data/assets/images/samples/building.jpg +0 -0
- data/assets/images/samples/error-403.svg +94 -0
- data/assets/images/samples/error-404.svg +88 -0
- data/assets/images/samples/error-500.svg +76 -0
- data/assets/images/samples/jump.jpg +0 -0
- data/assets/images/samples/motorcycle.jpg +0 -0
- data/assets/images/samples/origami.jpg +0 -0
- data/assets/images/samples/water.jpg +0 -0
- data/assets/images/svg-loaders/audio.svg +29 -0
- data/assets/images/svg-loaders/ball-triangle.svg +1 -0
- data/assets/images/svg-loaders/bars.svg +1 -0
- data/assets/images/svg-loaders/circles.svg +20 -0
- data/assets/images/svg-loaders/grid.svg +1 -0
- data/assets/images/svg-loaders/hearts.svg +1 -0
- data/assets/images/svg-loaders/oval.svg +1 -0
- data/assets/images/svg-loaders/puff.svg +1 -0
- data/assets/images/svg-loaders/rings.svg +1 -0
- data/assets/images/svg-loaders/spinning-circles.svg +1 -0
- data/assets/images/svg-loaders/tail-spin.svg +1 -0
- data/assets/images/svg-loaders/three-dots.svg +1 -0
- data/assets/javascripts/app.js +9 -0
- data/assets/javascripts/bootstrap.js +6 -0
- data/assets/javascripts/components/dark.js +65 -0
- data/assets/javascripts/components/sidebar.js +185 -0
- data/assets/javascripts/helper/isDesktop.js +1 -0
- data/assets/javascripts/initTheme.js +5 -0
- data/assets/javascripts/mazer.js +9 -0
- data/assets/javascripts/pages/ckeditor.js +3 -0
- data/assets/javascripts/pages/component-toasts.js +9 -0
- data/assets/javascripts/pages/dashboard.js +158 -0
- data/assets/javascripts/pages/datatables.js +1 -0
- data/assets/javascripts/pages/filepond.js +181 -0
- data/assets/javascripts/pages/form-editor.js +27 -0
- data/assets/javascripts/pages/form-element-select.js +14 -0
- data/assets/javascripts/pages/horizontal-layout.js +43 -0
- data/assets/javascripts/pages/jquery.js +1 -0
- data/assets/javascripts/pages/jsvectormap.js +60 -0
- data/assets/javascripts/pages/parsley.js +55 -0
- data/assets/javascripts/pages/quill.js +27 -0
- data/assets/javascripts/pages/rater-js.js +38 -0
- data/assets/javascripts/pages/simple-datatables.js +46 -0
- data/assets/javascripts/pages/summernote.js +20 -0
- data/assets/javascripts/pages/sweetalert2.js +142 -0
- data/assets/javascripts/pages/tinymce.js +22 -0
- data/assets/javascripts/pages/toastify.js +81 -0
- data/assets/javascripts/pages/ui-apexchart.js +521 -0
- data/assets/javascripts/pages/ui-chartjs.js +445 -0
- data/assets/javascripts/pages/ui-todolist.js +5 -0
- data/assets/stylesheets/_fonts.scss +5 -0
- data/assets/stylesheets/_mazer.scss +103 -0
- data/assets/stylesheets/_utilities.scss +53 -0
- data/assets/stylesheets/_variables.scss +1626 -0
- data/assets/stylesheets/app.scss +20 -0
- data/assets/stylesheets/bootstrap.scss +58 -0
- data/assets/stylesheets/components/_alert.scss +43 -0
- data/assets/stylesheets/components/_avatar.scss +78 -0
- data/assets/stylesheets/components/_badge.scss +20 -0
- data/assets/stylesheets/components/_breadcrumb.scss +10 -0
- data/assets/stylesheets/components/_buttons.scss +62 -0
- data/assets/stylesheets/components/_card.scss +126 -0
- data/assets/stylesheets/components/_carousel.scss +6 -0
- data/assets/stylesheets/components/_divider.scss +37 -0
- data/assets/stylesheets/components/_dropdowns.scss +24 -0
- data/assets/stylesheets/components/_forms.scss +213 -0
- data/assets/stylesheets/components/_icons.scss +48 -0
- data/assets/stylesheets/components/_modal.scss +46 -0
- data/assets/stylesheets/components/_navbar.scss +280 -0
- data/assets/stylesheets/components/_navs.scss +32 -0
- data/assets/stylesheets/components/_pagination.scss +39 -0
- data/assets/stylesheets/components/_progress.scss +32 -0
- data/assets/stylesheets/components/_sidebar.scss +171 -0
- data/assets/stylesheets/components/_table.scss +36 -0
- data/assets/stylesheets/iconly.scss +327 -0
- data/assets/stylesheets/layouts/main.scss +48 -0
- data/assets/stylesheets/mixins/_navbar.scss +20 -0
- data/assets/stylesheets/pages/auth.scss +51 -0
- data/assets/stylesheets/pages/chat.scss +145 -0
- data/assets/stylesheets/pages/datatables.scss +7 -0
- data/assets/stylesheets/pages/dripicons.scss +20 -0
- data/assets/stylesheets/pages/email.scss +625 -0
- data/assets/stylesheets/pages/error.scss +22 -0
- data/assets/stylesheets/pages/form-element-select.scss +7 -0
- data/assets/stylesheets/pages/simple-datatables.scss +20 -0
- data/assets/stylesheets/pages/summernote.scss +4 -0
- data/assets/stylesheets/themes/dark/_mazer-dark.scss +82 -0
- data/assets/stylesheets/themes/dark/_root.scss +55 -0
- data/assets/stylesheets/themes/dark/_variables-dark.scss +329 -0
- data/assets/stylesheets/themes/dark/app-dark.scss +54 -0
- data/assets/stylesheets/widgets/chat.scss +26 -0
- data/assets/stylesheets/widgets/todo.scss +33 -0
- data/lib/mazer_rails/engine.rb +16 -0
- data/lib/mazer_rails/version.rb +5 -0
- data/lib/mazer_rails.rb +77 -0
- data/mazer-rails.gemspec +5 -5
- data/yarn.lock +9209 -0
- metadata +151 -4
- data/lib/mazer/rails/version.rb +0 -7
- data/lib/mazer/rails.rb +0 -10
@@ -0,0 +1,625 @@
|
|
1
|
+
@import "./../variables";
|
2
|
+
.media {
|
3
|
+
display:flex;
|
4
|
+
align-items: center;
|
5
|
+
|
6
|
+
.media-body {
|
7
|
+
padding-left: 1rem;
|
8
|
+
flex: 1;
|
9
|
+
}
|
10
|
+
}
|
11
|
+
.email-application .content-area-wrapper {
|
12
|
+
border: 1px solid #dfe3e7;
|
13
|
+
border-radius: 0.267rem;
|
14
|
+
height: calc(100% - 5rem);
|
15
|
+
display: flex;
|
16
|
+
position: relative;
|
17
|
+
|
18
|
+
.app-content-overlay {
|
19
|
+
inset: 0;
|
20
|
+
position: absolute;
|
21
|
+
z-index: 7;
|
22
|
+
visibility: hidden;
|
23
|
+
opacity: 0;
|
24
|
+
border-radius: 0.267rem;
|
25
|
+
|
26
|
+
&.show {
|
27
|
+
visibility: visible;
|
28
|
+
-webkit-transition: all 0.3s ease;
|
29
|
+
transition: all 0.3s ease;
|
30
|
+
opacity: 1;
|
31
|
+
background-color: rgba(0, 0, 0, 0.2);
|
32
|
+
}
|
33
|
+
}
|
34
|
+
.sidebar {
|
35
|
+
position: inherit;
|
36
|
+
&.show {
|
37
|
+
.email-app-sidebar {
|
38
|
+
transform: translateX(13%) translateY(-1px);
|
39
|
+
}
|
40
|
+
}
|
41
|
+
.email-app-sidebar {
|
42
|
+
width: 300px;
|
43
|
+
height: calc(100vh - 9rem);
|
44
|
+
border-right: 1px solid #dfe3e7;
|
45
|
+
border-top-left-radius: 0.267rem;
|
46
|
+
border-bottom-left-radius: 0.267rem;
|
47
|
+
-webkit-transition: all 0.3s ease;
|
48
|
+
transition: all 0.3s ease;
|
49
|
+
|
50
|
+
.email-app-menu {
|
51
|
+
width: 100%;
|
52
|
+
z-index: 3;
|
53
|
+
background-color: white;
|
54
|
+
.form-group-compose {
|
55
|
+
padding: 1px 1.5rem;
|
56
|
+
margin-bottom: 0.8rem;
|
57
|
+
}
|
58
|
+
.form-group-compose .compose-btn {
|
59
|
+
box-shadow: 0 2px 4px 0 rgba(90, 141, 238, 0.6);
|
60
|
+
font-weight: 500;
|
61
|
+
}
|
62
|
+
.sidebar-menu-list {
|
63
|
+
padding: 0 1.7rem;
|
64
|
+
position: relative;
|
65
|
+
height: calc(100% - 6.4rem);
|
66
|
+
}
|
67
|
+
.sidebar-menu-list a:hover {
|
68
|
+
color: #596f88;
|
69
|
+
}
|
70
|
+
.list-group .list-group-item {
|
71
|
+
padding: 0.6rem 0;
|
72
|
+
font-weight: 500;
|
73
|
+
background-color: transparent;
|
74
|
+
border: none;
|
75
|
+
}
|
76
|
+
.list-group .list-group-item.active {
|
77
|
+
color: #5a8dee;
|
78
|
+
}
|
79
|
+
.list-group .list-group-item.active::before {
|
80
|
+
content: "";
|
81
|
+
width: 2px;
|
82
|
+
height: 30px;
|
83
|
+
background-color: #5a8dee;
|
84
|
+
position: absolute;
|
85
|
+
left: -26px;
|
86
|
+
}
|
87
|
+
}
|
88
|
+
|
89
|
+
.sidebar-close-icon {
|
90
|
+
position: absolute;
|
91
|
+
right: 0.25rem;
|
92
|
+
top: 0.25rem;
|
93
|
+
cursor: pointer;
|
94
|
+
font-size: 1.25rem;
|
95
|
+
z-index: 5;
|
96
|
+
visibility: hidden;
|
97
|
+
}
|
98
|
+
|
99
|
+
@media screen and (max-width: 992px) {
|
100
|
+
background-color: #fafbfb;
|
101
|
+
height: calc(100vh - 8.98rem);
|
102
|
+
transform: translateX(-120%);
|
103
|
+
transition: transform 0.25s;
|
104
|
+
position: absolute;
|
105
|
+
z-index: 8;
|
106
|
+
left: 0;
|
107
|
+
top: 1px;
|
108
|
+
|
109
|
+
&.show {
|
110
|
+
transform: translateX(0);
|
111
|
+
}
|
112
|
+
|
113
|
+
.sidebar-close-icon {
|
114
|
+
visibility: visible;
|
115
|
+
}
|
116
|
+
}
|
117
|
+
}
|
118
|
+
|
119
|
+
.compose-new-mail-sidebar {
|
120
|
+
height: calc(100vh - 9rem);
|
121
|
+
width: 400px;
|
122
|
+
border-radius: 0 0.267rem 0.267rem 0;
|
123
|
+
background-color: #fff;
|
124
|
+
position: absolute;
|
125
|
+
-webkit-transform: translateX(130%);
|
126
|
+
-ms-transform: translateX(130%);
|
127
|
+
transform: translateX(130%);
|
128
|
+
-webkit-transition: all 0.3s ease;
|
129
|
+
transition: all 0.3s ease;
|
130
|
+
z-index: 8;
|
131
|
+
right: 2.15rem;
|
132
|
+
bottom: 1px;
|
133
|
+
&.show {
|
134
|
+
-webkit-transform: translateX(8%) translateY(1px);
|
135
|
+
-ms-transform: translateX(8%) translateY(1px);
|
136
|
+
transform: translateX(8%) translateY(1px);
|
137
|
+
}
|
138
|
+
.card-footer .btn-send {
|
139
|
+
box-shadow: 0 2px 4px 0 rgba(90, 141, 238, 0.6);
|
140
|
+
}
|
141
|
+
.close-icon {
|
142
|
+
position: absolute;
|
143
|
+
top: 18px;
|
144
|
+
right: 15px;
|
145
|
+
outline: 0;
|
146
|
+
i {
|
147
|
+
font-size: 1.75rem;
|
148
|
+
}
|
149
|
+
}
|
150
|
+
|
151
|
+
@media screen and (max-width: 992px) {
|
152
|
+
&.show {
|
153
|
+
transform: translateX(10.5%) translateY(1px);
|
154
|
+
}
|
155
|
+
|
156
|
+
}
|
157
|
+
}
|
158
|
+
}
|
159
|
+
// .content-right .email-app-list-wrapper .email-app-list .email-action .action-right .email-fixed-search .sidebar-toggle i,
|
160
|
+
.content-right {
|
161
|
+
width: calc(100% - 260px);
|
162
|
+
background-color: #fff;
|
163
|
+
.content-wrapper {
|
164
|
+
padding: 0;
|
165
|
+
}
|
166
|
+
.selected-row-bg {
|
167
|
+
background-color: #e7edf3 !important;
|
168
|
+
}
|
169
|
+
.email-app-list-wrapper {
|
170
|
+
.email-app-list {
|
171
|
+
.checkbox, .checkbox label {
|
172
|
+
cursor: pointer;
|
173
|
+
}
|
174
|
+
.email-action {
|
175
|
+
padding: 1rem 1.5rem;
|
176
|
+
display: -webkit-box;
|
177
|
+
display: -webkit-flex;
|
178
|
+
display: -ms-flexbox;
|
179
|
+
display: flex;
|
180
|
+
border-bottom: 1px solid #dfe3e7;
|
181
|
+
.action-right .email-fixed-search {
|
182
|
+
margin: 0 0.86rem;
|
183
|
+
}
|
184
|
+
.action-right .email-fixed-search .sidebar-toggle {
|
185
|
+
cursor: pointer;
|
186
|
+
margin: 0.5rem 0.99rem 0.5rem 0;
|
187
|
+
float: left;
|
188
|
+
line-height: 1.1;
|
189
|
+
}
|
190
|
+
.action-right .email-fixed-search input {
|
191
|
+
font-family: "IBM Plex Sans", Helvetica, Arial, serif;
|
192
|
+
}
|
193
|
+
.email-action .action-left ul li i {
|
194
|
+
top: 0;
|
195
|
+
}
|
196
|
+
.action-right .email-pagination-next,
|
197
|
+
.action-right .email-pagination-prev {
|
198
|
+
padding: 0.35rem 0.5rem;
|
199
|
+
margin-left: 0.6rem;
|
200
|
+
}
|
201
|
+
.action-left ul li .dropdown-toggle::after {
|
202
|
+
display: none;
|
203
|
+
}
|
204
|
+
.action-left ul li .dropdown-menu .dropdown-item .bullet,
|
205
|
+
.action-left ul li .dropdown-menu .dropdown-item i {
|
206
|
+
margin-right: 0.5rem;
|
207
|
+
}
|
208
|
+
.action-left .list-inline-item:not(:last-child) {
|
209
|
+
margin-right: 0.86rem;
|
210
|
+
}
|
211
|
+
}
|
212
|
+
.email-user-list {
|
213
|
+
position: relative;
|
214
|
+
height: calc(100vh - 13.65rem);
|
215
|
+
|
216
|
+
.ps__rail-y {
|
217
|
+
z-index: 6;
|
218
|
+
}
|
219
|
+
.users-list-wrapper {
|
220
|
+
padding: 0;
|
221
|
+
margin: 0;
|
222
|
+
li {
|
223
|
+
cursor: pointer;
|
224
|
+
-webkit-animation: fadeIn 0.5s linear;
|
225
|
+
animation: fadeIn 0.5s linear;
|
226
|
+
-webkit-animation-fill-mode: both;
|
227
|
+
animation-fill-mode: both;
|
228
|
+
position: relative;
|
229
|
+
}
|
230
|
+
li.media {
|
231
|
+
padding: 1rem 1.5rem;
|
232
|
+
-webkit-box-align: center;
|
233
|
+
-webkit-align-items: center;
|
234
|
+
-ms-flex-align: center;
|
235
|
+
align-items: center;
|
236
|
+
z-index: 1;
|
237
|
+
background-color: #fff;
|
238
|
+
}
|
239
|
+
li.media:hover {
|
240
|
+
-webkit-transform: translateY(1px);
|
241
|
+
-ms-transform: translateY(1px);
|
242
|
+
transform: translateY(1px);
|
243
|
+
box-shadow: 0 0 10px 0 rgba(58, 70, 93, 0.25);
|
244
|
+
-webkit-transition: all 0.2s;
|
245
|
+
transition: all 0.2s;
|
246
|
+
z-index: 5;
|
247
|
+
}
|
248
|
+
li.media .media-body {
|
249
|
+
overflow: hidden;
|
250
|
+
}
|
251
|
+
li .avatar,
|
252
|
+
li .avatar img {
|
253
|
+
height: 38px;
|
254
|
+
width: 38px;
|
255
|
+
}
|
256
|
+
li .avatar img {
|
257
|
+
border: 2px solid #fff;
|
258
|
+
}
|
259
|
+
li.mail-read {
|
260
|
+
background-color: #f2f4f4;
|
261
|
+
}
|
262
|
+
li.mail-read .list-group-item-text {
|
263
|
+
font-weight: 400 !important;
|
264
|
+
}
|
265
|
+
li:not(:first-child) {
|
266
|
+
border-top: 1px solid #dfe3e7;
|
267
|
+
}
|
268
|
+
li .user-details {
|
269
|
+
display: -webkit-box;
|
270
|
+
display: -webkit-flex;
|
271
|
+
display: -ms-flexbox;
|
272
|
+
display: flex;
|
273
|
+
-webkit-box-pack: justify;
|
274
|
+
-webkit-justify-content: space-between;
|
275
|
+
-ms-flex-pack: justify;
|
276
|
+
justify-content: space-between;
|
277
|
+
|
278
|
+
.list-group-item-text {
|
279
|
+
font-size: 1rem;
|
280
|
+
font-weight: 500;
|
281
|
+
}
|
282
|
+
|
283
|
+
@media (max-width: 575.98px) {
|
284
|
+
.mail-items {
|
285
|
+
width: 70%;
|
286
|
+
display: inline-grid;
|
287
|
+
}
|
288
|
+
.mail-meta-item {
|
289
|
+
position: absolute;
|
290
|
+
right: 1rem;
|
291
|
+
}
|
292
|
+
.mail-meta-item .mail-date {
|
293
|
+
margin: 1rem 0.75rem 0 0;
|
294
|
+
}
|
295
|
+
}
|
296
|
+
}
|
297
|
+
li .mail-date {
|
298
|
+
color: #828d99;
|
299
|
+
font-size: 0.86rem;
|
300
|
+
}
|
301
|
+
li .mail-message {
|
302
|
+
display: flex;
|
303
|
+
justify-content: space-between;
|
304
|
+
text-overflow: ellipsis;
|
305
|
+
white-space: nowrap;
|
306
|
+
}
|
307
|
+
li .mail-message p {
|
308
|
+
font-size: 0.8rem;
|
309
|
+
color: #828d99;
|
310
|
+
margin-right: 1rem;
|
311
|
+
line-height: 1.75;
|
312
|
+
}
|
313
|
+
.user-action {
|
314
|
+
display: -webkit-box;
|
315
|
+
display: -webkit-flex;
|
316
|
+
display: -ms-flexbox;
|
317
|
+
display: flex;
|
318
|
+
-webkit-box-align: center;
|
319
|
+
-webkit-align-items: center;
|
320
|
+
-ms-flex-align: center;
|
321
|
+
align-items: center;
|
322
|
+
.favorite {
|
323
|
+
margin-right: 0.5rem;
|
324
|
+
color: #c7cfd6;
|
325
|
+
i {
|
326
|
+
font-size: 1.3rem;
|
327
|
+
line-height: 1.5;
|
328
|
+
}
|
329
|
+
@media screen and (max-width: 560px) {
|
330
|
+
display:none
|
331
|
+
}
|
332
|
+
}
|
333
|
+
}
|
334
|
+
}
|
335
|
+
.no-results {
|
336
|
+
display: none;
|
337
|
+
padding: 1.5rem;
|
338
|
+
text-align: center;
|
339
|
+
&.show {
|
340
|
+
display: block;
|
341
|
+
}
|
342
|
+
}
|
343
|
+
|
344
|
+
@media screen and (max-width: 992px) {
|
345
|
+
height: calc(100vh - 17.4rem) !important;
|
346
|
+
}
|
347
|
+
}
|
348
|
+
// .email-app-details .email-detail-header i,
|
349
|
+
|
350
|
+
|
351
|
+
}
|
352
|
+
|
353
|
+
}
|
354
|
+
|
355
|
+
.email-app-details {
|
356
|
+
position: absolute;
|
357
|
+
display: block;
|
358
|
+
z-index: 6;
|
359
|
+
visibility: hidden;
|
360
|
+
opacity: 0;
|
361
|
+
top: 0;
|
362
|
+
width: calc(100% - 260px);
|
363
|
+
-webkit-transform: translateX(100%);
|
364
|
+
-ms-transform: translateX(100%);
|
365
|
+
transform: translateX(100%);
|
366
|
+
-webkit-transition: all 0.3s ease;
|
367
|
+
transition: all 0.3s ease;
|
368
|
+
height: 100%;
|
369
|
+
background-color: #f2f4f4;
|
370
|
+
|
371
|
+
&.show {
|
372
|
+
visibility: visible;
|
373
|
+
opacity: 1;
|
374
|
+
-webkit-transform: translateX(0);
|
375
|
+
-ms-transform: translateX(0);
|
376
|
+
transform: translateX(0);
|
377
|
+
border-left: 1px solid #dfe3e7;
|
378
|
+
overflow: hidden;
|
379
|
+
}
|
380
|
+
|
381
|
+
.email-detail-header {
|
382
|
+
display: -webkit-box;
|
383
|
+
display: -webkit-flex;
|
384
|
+
display: -ms-flexbox;
|
385
|
+
display: flex;
|
386
|
+
flex-wrap: wrap;
|
387
|
+
-ms-flex-pack: justify;
|
388
|
+
justify-content: space-between;
|
389
|
+
border-bottom: 1px solid #dfe3e7;
|
390
|
+
padding: 0.85rem 1.5rem 0;
|
391
|
+
background-color: #fff;
|
392
|
+
}
|
393
|
+
.email-scroll-area .email-detail-head .collapse-header .card-header .information .dropdown-menu .dropdown-item {
|
394
|
+
margin-right: 0.5rem;
|
395
|
+
}
|
396
|
+
.email-detail-header {
|
397
|
+
.dropdown-menu .dropdown-item .bullet,
|
398
|
+
.dropdown-menu .dropdown-item i,
|
399
|
+
.email-header-right .dropdown-toggle::after,
|
400
|
+
.email-scroll-area .email-detail-head .collapse-header .card-header .information .dropdown-toggle::after {
|
401
|
+
display: none;
|
402
|
+
}
|
403
|
+
.go-back {
|
404
|
+
cursor: pointer;
|
405
|
+
}
|
406
|
+
.email-pagination-next i,
|
407
|
+
.email-pagination-prev i {
|
408
|
+
top: 2px;
|
409
|
+
}
|
410
|
+
.email-detail-title {
|
411
|
+
color: #475f7b;
|
412
|
+
font-size: 1.2rem;
|
413
|
+
position: relative;
|
414
|
+
top: 2px;
|
415
|
+
}
|
416
|
+
}
|
417
|
+
.email-scroll-area {
|
418
|
+
padding: 0 1rem;
|
419
|
+
position: relative;
|
420
|
+
height: calc(100vh - 13.5rem);
|
421
|
+
.email-detail-head {
|
422
|
+
padding: 1.5rem 0.5rem 0.75rem;
|
423
|
+
.collapse-header {
|
424
|
+
margin-bottom: 1.2rem;
|
425
|
+
background-color: transparent;
|
426
|
+
&.open {
|
427
|
+
background-color: #fff !important;
|
428
|
+
box-shadow: -8px 12px 18px 0 rgba(25, 42, 70, 0.13) !important;
|
429
|
+
}
|
430
|
+
.card-header {
|
431
|
+
font-size: 1rem;
|
432
|
+
border-color: #dfe3e7;
|
433
|
+
}
|
434
|
+
.card-header .information .dropdown-toggle {
|
435
|
+
color: #727e8c;
|
436
|
+
}
|
437
|
+
.card-header .information .dropdown-menu {
|
438
|
+
-webkit-transform: translate3d(-144px, 19px, 0) !important;
|
439
|
+
transform: translate3d(-144px, 19px, 0) !important;
|
440
|
+
}
|
441
|
+
}
|
442
|
+
}
|
443
|
+
}
|
444
|
+
}
|
445
|
+
|
446
|
+
@media screen and (max-width: 992px) {
|
447
|
+
width: 100%;
|
448
|
+
.email-action {
|
449
|
+
-webkit-box-orient: vertical;
|
450
|
+
-webkit-box-direction: reverse;
|
451
|
+
-webkit-flex-direction: column-reverse;
|
452
|
+
-ms-flex-direction: column-reverse;
|
453
|
+
flex-direction: column-reverse;
|
454
|
+
}
|
455
|
+
.email-action .action-right {
|
456
|
+
margin-bottom: 1rem;
|
457
|
+
}
|
458
|
+
.email-action .action-right .email-fixed-search {
|
459
|
+
margin-left: 0 !important;
|
460
|
+
}
|
461
|
+
.email-action .action-right .sidebar-toggle {
|
462
|
+
margin-right: .3rem;
|
463
|
+
|
464
|
+
}
|
465
|
+
.email-app-details {
|
466
|
+
width: 100%;
|
467
|
+
border-radius: 0.267rem;
|
468
|
+
}
|
469
|
+
}
|
470
|
+
}
|
471
|
+
.sidebar-label {
|
472
|
+
font-family: Rubik, Helvetica, Arial, serif;
|
473
|
+
letter-spacing: 1px;
|
474
|
+
color: #828d99;
|
475
|
+
margin: 1.8rem 0 0.5rem;
|
476
|
+
}
|
477
|
+
.attchement-text {
|
478
|
+
font-family: "IBM Plex Sans", Helvetica, Arial, serif;
|
479
|
+
}
|
480
|
+
.action-icon {
|
481
|
+
padding: 0.35rem 0.5rem;
|
482
|
+
border: 1px solid #dfe3e7;
|
483
|
+
}
|
484
|
+
.quill-wrapper {
|
485
|
+
padding: 1.3rem 1.7rem;
|
486
|
+
}
|
487
|
+
.quill-wrapper .snow-container {
|
488
|
+
position: relative;
|
489
|
+
}
|
490
|
+
.quill-wrapper .snow-container .ql-snow .ql-tooltip {
|
491
|
+
left: 0 !important;
|
492
|
+
}
|
493
|
+
.quill-wrapper .snow-container .ql-container.ql-snow,
|
494
|
+
.quill-wrapper .snow-container .ql-toolbar {
|
495
|
+
border: none;
|
496
|
+
}
|
497
|
+
.quill-wrapper .snow-container .send-btn {
|
498
|
+
box-shadow: 0 2px 4px 0 rgba(90, 141, 238, 0.6);
|
499
|
+
font-weight: 500;
|
500
|
+
padding: 0.2rem 1rem;
|
501
|
+
}
|
502
|
+
.quill-wrapper .ql-editor.ql-blank::before {
|
503
|
+
left: 0;
|
504
|
+
}
|
505
|
+
.quill-wrapper .ql-editor {
|
506
|
+
min-height: 80px;
|
507
|
+
padding-left: 0;
|
508
|
+
padding-right: 0;
|
509
|
+
}
|
510
|
+
}
|
511
|
+
@media screen and (max-width: 1280px) {
|
512
|
+
.content-right .email-app-list-wrapper .email-app-list .email-user-list {
|
513
|
+
height: calc(100vh - 13.9rem);
|
514
|
+
}
|
515
|
+
}
|
516
|
+
@media (max-width: 767.98px) {
|
517
|
+
.compose-new-mail-sidebar {
|
518
|
+
width: auto;
|
519
|
+
}
|
520
|
+
}
|
521
|
+
|
522
|
+
@media screen and (max-width: 436px) {
|
523
|
+
.email-app-details .email-header-right {
|
524
|
+
margin-left: 0 !important;
|
525
|
+
padding-left: 0 !important;
|
526
|
+
}
|
527
|
+
.email-app-details .email-header-right li {
|
528
|
+
margin-right: 0;
|
529
|
+
}
|
530
|
+
}
|
531
|
+
@-webkit-keyframes fadeIn {
|
532
|
+
0% {
|
533
|
+
opacity: 0;
|
534
|
+
top: 100px;
|
535
|
+
}
|
536
|
+
75% {
|
537
|
+
opacity: 0.5;
|
538
|
+
top: 0;
|
539
|
+
}
|
540
|
+
100% {
|
541
|
+
opacity: 1;
|
542
|
+
}
|
543
|
+
}
|
544
|
+
@keyframes fadeIn {
|
545
|
+
0% {
|
546
|
+
opacity: 0;
|
547
|
+
top: 100px;
|
548
|
+
}
|
549
|
+
75% {
|
550
|
+
opacity: 0.5;
|
551
|
+
top: 0;
|
552
|
+
}
|
553
|
+
100% {
|
554
|
+
opacity: 1;
|
555
|
+
}
|
556
|
+
}
|
557
|
+
|
558
|
+
html[data-bs-theme="dark"] {
|
559
|
+
.email-application {
|
560
|
+
.content-area-wrapper {
|
561
|
+
border: 1px solid #2a2f3e;
|
562
|
+
|
563
|
+
.email-app-sidebar {
|
564
|
+
border-right: 1px solid $gray-800;
|
565
|
+
.email-app-menu {
|
566
|
+
background-color: #1e1e2d;
|
567
|
+
.list-group .list-group-item {
|
568
|
+
color: #9899ac;
|
569
|
+
&:hover {
|
570
|
+
color: #187de4;
|
571
|
+
}
|
572
|
+
}
|
573
|
+
}
|
574
|
+
}
|
575
|
+
|
576
|
+
|
577
|
+
.content-right {
|
578
|
+
.email-app-list-wrapper {
|
579
|
+
.email-app-list {
|
580
|
+
.email-user-list {
|
581
|
+
overflow-y: scroll !important;
|
582
|
+
.users-list-wrapper li {
|
583
|
+
&.media {
|
584
|
+
background-color: #1e1e2d;
|
585
|
+
}
|
586
|
+
&.mail-read {
|
587
|
+
background-color: #2b2b41;
|
588
|
+
}
|
589
|
+
&:not(:first-child) {
|
590
|
+
border-top: 1px solid $gray-700;
|
591
|
+
}
|
592
|
+
}
|
593
|
+
}
|
594
|
+
.email-action {
|
595
|
+
background: #151521;
|
596
|
+
}
|
597
|
+
|
598
|
+
}
|
599
|
+
}
|
600
|
+
}
|
601
|
+
|
602
|
+
|
603
|
+
|
604
|
+
|
605
|
+
.action-icon,
|
606
|
+
.action-button,
|
607
|
+
.form-control {
|
608
|
+
border: 1px solid #373752;
|
609
|
+
}
|
610
|
+
}
|
611
|
+
}
|
612
|
+
|
613
|
+
html[data-bs-theme="dark"] .form-check-input {
|
614
|
+
background-color: #151521;
|
615
|
+
border: 2px solid $primary;
|
616
|
+
}
|
617
|
+
|
618
|
+
.email-application .content-body {
|
619
|
+
background-color: $primary;
|
620
|
+
}
|
621
|
+
|
622
|
+
.email-application .content-area-wrapper .content-right .email-app-list-wrapper .email-app-list .email-action {
|
623
|
+
border-bottom: 1px solid $primary;
|
624
|
+
}
|
625
|
+
}
|
@@ -0,0 +1,22 @@
|
|
1
|
+
@import "../variables";
|
2
|
+
|
3
|
+
#error {
|
4
|
+
background-color: $page-error-bg;
|
5
|
+
padding: 2rem 0;
|
6
|
+
min-height: 100vh;
|
7
|
+
.img-error {
|
8
|
+
height: 435px;
|
9
|
+
object-fit: contain;
|
10
|
+
padding: 3rem 0 3rem 0;
|
11
|
+
}
|
12
|
+
.error-title {
|
13
|
+
font-size: 3rem;
|
14
|
+
margin-top: 1rem;
|
15
|
+
}
|
16
|
+
}
|
17
|
+
html[data-bs-theme="dark"] {
|
18
|
+
#error {
|
19
|
+
@import "../themes/dark/variables-dark";
|
20
|
+
background-color: $page-error-bg;
|
21
|
+
}
|
22
|
+
}
|
@@ -0,0 +1,20 @@
|
|
1
|
+
|
2
|
+
@import "../variables";
|
3
|
+
|
4
|
+
.dataTable-wrapper.no-footer .dataTable-container {
|
5
|
+
border-bottom: none;
|
6
|
+
}
|
7
|
+
|
8
|
+
.dataTable-selector {
|
9
|
+
padding: $form-select-padding-y $form-select-indicator-padding $form-select-padding-y $form-select-padding-x;
|
10
|
+
}
|
11
|
+
|
12
|
+
.dataTable-dropdown {
|
13
|
+
display: inline-flex;
|
14
|
+
align-items: center;
|
15
|
+
}
|
16
|
+
|
17
|
+
.dataTable-dropdown label {
|
18
|
+
white-space: nowrap;
|
19
|
+
margin-left: 15px;
|
20
|
+
}
|