Redmind commited on
Commit
65d6cb7
·
verified ·
1 Parent(s): a268161

Delete static

Browse files
static/css/dashboard.css DELETED
@@ -1,931 +0,0 @@
1
- /*$primary : #7356f1 !default;*/
2
- :root {
3
- --primary: #40189D;
4
- --secondary: #8BC740;
5
- --primary-hover: #2e1171;
6
- --primary-dark: #0a0418;
7
- --rgba-primary-1: rgba(64, 24, 157, 0.1);
8
- --rgba-primary-2: rgba(64, 24, 157, 0.2);
9
- --rgba-primary-3: rgba(64, 24, 157, 0.3);
10
- --rgba-primary-4: rgba(64, 24, 157, 0.4);
11
- --rgba-primary-5: rgba(64, 24, 157, 0.5);
12
- --rgba-primary-6: rgba(64, 24, 157, 0.6);
13
- --rgba-primary-7: rgba(64, 24, 157, 0.7);
14
- --rgba-primary-8: rgba(64, 24, 157, 0.8);
15
- --rgba-primary-9: rgba(64, 24, 157, 0.9);
16
- --font-family-base: Roboto, sans-serif;
17
- --font-family-title: Roboto, sans-serif; }
18
-
19
- /*
20
- 0 - 600: Phone
21
- 600 - 900: Tablet portrait
22
- 900 - 1200: Tablet landscape
23
- 1200 - 1800: Normal styles
24
- 1800+ : Big Desktop
25
- 1em = 16px
26
- The smaller device rules always should write below the bigger device rules
27
- Fixing Order => Base + Typography >> General Layout + Grid >> Page Layout + Component
28
- */
29
- .event-chart {
30
- margin: -10px 0px; }
31
-
32
- .default-select.style-1 {
33
- border: 0;
34
- font-size: 12px;
35
- padding: 5px; }
36
- .default-select.style-1 option {
37
- background: #fff;
38
- box-shadow: 0 10px 40px 0 rgba(32, 28, 69, 0.1); }
39
-
40
- .event-table {
41
- border-radius: 1.25rem; }
42
- .event-table thead th {
43
- color: #000;
44
- font-size: 18px;
45
- white-space: nowrap;
46
- font-weight: 600;
47
- padding: 20px 10px; }
48
- .event-table tbody td {
49
- font-size: 14px;
50
- padding: 20px 10px; }
51
- @media only screen and (max-width: 1400px) {
52
- .event-table thead th {
53
- color: #000;
54
- font-size: 15px;
55
- white-space: nowrap;
56
- font-weight: 600; }
57
- .event-table tbody td {
58
- padding: 12px 15px; } }
59
-
60
- .dropdown-no-icon .dropdown-toggle:after {
61
- content: none; }
62
-
63
- .detault-daterange .dashboard-select.mat-form-field-appearance-fill .mat-form-field-flex {
64
- padding: 0em 1em 0 1em; }
65
- .detault-daterange .mat-form-field-prefix, .detault-daterange .mat-form-field-suffix {
66
- top: 5px; }
67
-
68
- .dashboard-select {
69
- font-size: 16px; }
70
- .dashboard-select .mat-form-field-wrapper,
71
- .dashboard-select .mat-form-field-appearance-fill .mat-form-field-flex {
72
- padding: 0;
73
- background: transparent; }
74
- .dashboard-select .mat-form-field-underline {
75
- display: none; }
76
- .dashboard-select .mat-form-field-infix {
77
- border: 0; }
78
- .dashboard-select.mat-form-field-appearance-fill .mat-select-arrow-wrapper {
79
- transform: translateY(-10%); }
80
- .dashboard-select.mat-form-field-appearance-fill .mat-form-field-flex {
81
- padding: 1em 1em 0 1em;
82
- background-color: #fff; }
83
- .dashboard-select.mat-form-field-appearance-fill .mat-form-field-infix {
84
- padding: .25em 0 1em 0; }
85
- .dashboard-select .mat-select-arrow, .dashboard-select .mat-select-value {
86
- color: #40189D; }
87
- .dashboard-select.style-1 {
88
- font-size: 16px;
89
- border: 1px solid #f0f1f5;
90
- border-radius: 3rem; }
91
- .dashboard-select.style-1.mat-form-field-appearance-fill .mat-form-field-infix {
92
- padding: 6px 0 18px 0; }
93
- .dashboard-select.style-1 .mat-form-field-infix {
94
- padding: 15px 15px;
95
- width: auto; }
96
- .dashboard-select.style-1 .mat-select-value {
97
- max-width: unset;
98
- padding-right: 6px; }
99
- .dashboard-select.style-1 .mat-select-arrow, .dashboard-select.style-1 .mat-select-value {
100
- color: #000; }
101
- .dashboard-select.style-1.mat-form-field-appearance-fill .mat-form-field-flex {
102
- border-radius: 3rem;
103
- background-color: #fff;
104
- padding: 12px 20px 0; }
105
- @media only screen and (max-width: 1400px) {
106
- .dashboard-select.style-1 {
107
- font-size: 0.813rem; }
108
- .dashboard-select.style-1.mat-form-field-appearance-fill .mat-form-field-infix {
109
- padding: 6px 0 12px 0; }
110
- .dashboard-select.style-1 .mat-form-field-infix {
111
- padding: 11px 15px;
112
- width: auto; }
113
- .dashboard-select.style-1.mat-form-field-appearance-fill .mat-form-field-flex {
114
- padding: 8px 15px 0; } }
115
-
116
- .compose-content .dropzone {
117
- display: flex;
118
- align-items: center;
119
- justify-content: center; }
120
-
121
- .latest-salebx {
122
- height: 630px; }
123
- @media only screen and (max-width: 1199px) {
124
- .latest-salebx {
125
- height: 350px; } }
126
-
127
- .about-company {
128
- border-top: 1px solid #EEEEEE; }
129
- @media only screen and (max-width: 1199px) {
130
- .about-company {
131
- border-top: 0;
132
- border-left: 1px solid #EEEEEE; } }
133
- @media only screen and (max-width: 767px) {
134
- .about-company {
135
- border-left: 0;
136
- border-top: 1px solid #EEEEEE; } }
137
-
138
- .post-input .btn-social {
139
- margin-right: 4px; }
140
-
141
- .rating-widget .ng-star-inserted {
142
- color: #40189D;
143
- font-size: 30px; }
144
-
145
- .default-accordion {
146
- box-shadow: none;
147
- margin-bottom: 1.25rem;
148
- height: unset;
149
- border-radius: 5px; }
150
- .default-accordion .card-header {
151
- padding: 0;
152
- border: 0; }
153
- .default-accordion .card-header button {
154
- border-radius: 5px;
155
- background: #40189D;
156
- color: #fff;
157
- display: block;
158
- border: 0;
159
- width: 100%;
160
- text-align: left;
161
- padding-right: 40px; }
162
- .default-accordion .card-header button.collapsed {
163
- background: rgba(64, 24, 157, 0.15);
164
- color: #000; }
165
- .default-accordion .card-header button.collapsed:after {
166
- content: "\e61a"; }
167
- .default-accordion .card-header button:focus {
168
- box-shadow: none; }
169
- .default-accordion .card-header button:after {
170
- position: absolute;
171
- font-family: 'themify';
172
- top: 50%;
173
- content: "\e622";
174
- transform: translateY(-50%);
175
- right: 20px; }
176
-
177
- .custom-header-accordion {
178
- border: 1px solid #EEEEEE;
179
- box-shadow: none;
180
- margin-bottom: 0;
181
- height: unset; }
182
- .custom-header-accordion .card-header button:focus {
183
- box-shadow: none; }
184
-
185
- .prevent-accordion {
186
- box-shadow: none;
187
- margin-bottom: 1.25rem;
188
- height: unset;
189
- border-radius: 5px; }
190
- .prevent-accordion .card-header {
191
- padding: 0;
192
- border: 0; }
193
- .prevent-accordion .card-header button {
194
- background: #40189D;
195
- border-radius: 5px;
196
- color: #fff;
197
- display: block;
198
- border: 0;
199
- width: 100%;
200
- text-align: left;
201
- padding-right: 40px; }
202
- .prevent-accordion .card-header button.collapsed {
203
- background: rgba(64, 24, 157, 0.15);
204
- color: #000; }
205
- .prevent-accordion .card-header button.collapsed:after {
206
- content: "\e61a"; }
207
- .prevent-accordion .card-header button:focus {
208
- box-shadow: none; }
209
- .prevent-accordion .card-header button:after {
210
- position: absolute;
211
- font-family: 'themify';
212
- top: 50%;
213
- content: "\e622";
214
- transform: translateY(-50%);
215
- right: 20px; }
216
-
217
- .default-nestable {
218
- /* .nestable-row{
219
- display:flex;
220
- }
221
- .ngx-nestable{
222
- width:50%;
223
- }*/ }
224
- .default-nestable .dd-dragel .ngx-nestable-hidden,
225
- .default-nestable .dd-dragel button {
226
- visibility: hidden; }
227
- .default-nestable .dd-list .dd-item .nestable-item-container {
228
- background: #e6defa;
229
- color: #000;
230
- position: relative;
231
- display: flex;
232
- flex-direction: row;
233
- align-items: center;
234
- min-height: 32px;
235
- font-size: 16px;
236
- font-family: Roboto,sans-serif;
237
- cursor: pointer;
238
- outline: 0;
239
- border-radius: 5px;
240
- margin-bottom: 3px;
241
- padding: 10px 10px;
242
- -webkit-transition: all 0.5s;
243
- -ms-transition: all 0.5s;
244
- transition: all 0.5s; }
245
- .default-nestable .dd-list .dd-item .nestable-item-container:hover {
246
- background: #40189D;
247
- color: #fff; }
248
- .default-nestable .dd-list .dd-item .nestable-item-container:hover button {
249
- color: #fff; }
250
- .default-nestable .dd-list .dd-item .nestable-item-container button {
251
- font-family: 'Material Icons';
252
- font-weight: normal;
253
- font-style: normal;
254
- outline: 0;
255
- border: 0;
256
- font-size: 24px;
257
- line-height: 1;
258
- letter-spacing: normal;
259
- text-transform: none;
260
- margin-right: 10px;
261
- background: transparent;
262
- color: #000;
263
- display: inline-block;
264
- white-space: nowrap;
265
- word-wrap: normal;
266
- direction: ltr;
267
- -webkit-font-feature-settings: 'liga';
268
- -webkit-font-smoothing: antialiased; }
269
- @media only screen and (max-width: 575px) {
270
- .default-nestable .dd-list .dd-item .nestable-item-container {
271
- padding: 0; } }
272
- .default-nestable .result-bx textarea {
273
- height: 100%;
274
- width: 100%; }
275
- @media only screen and (max-width: 991px) {
276
- .default-nestable .result-bx {
277
- margin-top: 30px; }
278
- .default-nestable .result-bx textarea {
279
- height: 600px;
280
- width: 100%; } }
281
-
282
- .alert-dismissible .close {
283
- height: 100%;
284
- font-size: 30px; }
285
- .alert-dismissible .close span {
286
- font-weight: 400; }
287
-
288
- .calendar-responsive {
289
- overflow: auto;
290
- display: block; }
291
-
292
- .default-calendar ngb-datepicker {
293
- border: 0;
294
- background: #f3f3f3; }
295
- .default-calendar .form-group .input-group .form-control {
296
- color: #000; }
297
- .default-calendar .form-group .input-group .input-group-append button {
298
- background-image: none !important;
299
- padding: 0px;
300
- border-color: #40189D;
301
- background: #40189D;
302
- width: 45px;
303
- text-align: center; }
304
- .default-calendar .form-group .input-group .input-group-append button:after {
305
- color: #fff;
306
- content: "\f133";
307
- font-family: 'Line Awesome Free';
308
- padding: 0;
309
- font-size: 26px; }
310
- .default-calendar .form-group .input-group .input-group-append button:hover {
311
- background: #40189D; }
312
- .default-calendar .form-group .input-group .input-group-append button:hover:after {
313
- color: #fff; }
314
- .default-calendar .form-group .input-group .input-group-append button:focus {
315
- box-shadow: none; }
316
- .default-calendar .weekend {
317
- background-color: #40189D; }
318
- .default-calendar .ngb-dp-header {
319
- background: #40189D;
320
- padding: 8px 5px; }
321
- .default-calendar .ngb-dp-header .ngb-dp-navigation-chevron {
322
- border-color: #fff; }
323
- .default-calendar .ngb-dp-header .custom-select {
324
- color: #fff;
325
- background: #40189D;
326
- border-radius: 5px;
327
- margin: 0 5px;
328
- padding: 0 20px; }
329
- .default-calendar .ngb-dp-weekdays {
330
- border: 1px solid rgba(64, 24, 157, 0.25);
331
- background: #fff; }
332
- .default-calendar .ngb-dp-weekdays .ngb-dp-weekday {
333
- color: #40189D;
334
- font-weight: 600;
335
- font-size: 15px;
336
- font-style: unset; }
337
- .default-calendar .ngb-dp-day, .default-calendar .ngb-dp-week-number, .default-calendar .ngb-dp-weekday {
338
- max-height: 40px;
339
- max-width: 40px;
340
- height: 40px;
341
- width: 35px;
342
- line-height: 40px; }
343
- .default-calendar [ngbDatepickerDayView] {
344
- max-height: 40px;
345
- max-width: 40px;
346
- width: 35px;
347
- height: 40px;
348
- line-height: 40px; }
349
- .default-calendar [ngbDatepickerDayView]:active {
350
- background-color: #40189D !important;
351
- color: white !important; }
352
- .default-calendar .ngb-dp-navigation-select {
353
- flex: unset; }
354
- .default-calendar .custom-day {
355
- height: 40px !important;
356
- line-height: 40px;
357
- padding: 0px !important;
358
- width: 100% !important; }
359
- .default-calendar .custom-day.range, .default-calendar .custom-day:hover {
360
- height: 40px;
361
- background-color: #40189D !important; }
362
- .default-calendar .ngb-dp-month-name {
363
- padding: 8px 0px;
364
- height: auto; }
365
-
366
- .dashboard-full-calendar.fc .fc-button-primary {
367
- background-color: #40189D;
368
- color: #fff;
369
- border: 0; }
370
- .dashboard-full-calendar.fc .fc-button-primary:hover, .dashboard-full-calendar.fc .fc-button-primary.fc-button-active, .dashboard-full-calendar.fc .fc-button-primary:active {
371
- background-color: #1c0a45 !important; }
372
- .dashboard-full-calendar.fc .fc-button-primary:focus {
373
- box-shadow: none !important; }
374
- .dashboard-full-calendar.fc-theme-standard td, .dashboard-full-calendar.fc-theme-standard th, .dashboard-full-calendar.fc-theme-standard .fc-scrollgrid, .dashboard-full-calendar.fc-theme-standard .fc-list {
375
- border-color: #ECF0F3; }
376
- .dashboard-full-calendar .fc-daygrid-day.fc-day-today {
377
- background-color: #e6defa !important; }
378
- .dashboard-full-calendar .fc-daygrid-dot-event {
379
- background: #fff;
380
- box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); }
381
- .dashboard-full-calendar.fc-theme-standard th {
382
- padding: 0.75rem 0.5rem;
383
- font-size: 1rem;
384
- font-weight: 500; }
385
- .dashboard-full-calendar.fc-theme-standard th a {
386
- color: #B5B5C3; }
387
- .dashboard-full-calendar .fc-h-event, .dashboard-full-calendar .fc-v-event {
388
- background-color: #40189D;
389
- border-color: #40189D; }
390
- .dashboard-full-calendar .fc-daygrid-event-dot, .dashboard-full-calendar .fc-list-event-dot {
391
- border-color: #40189D !important; }
392
- @media only screen and (max-width: 767px) {
393
- .dashboard-full-calendar.fc .fc-toolbar {
394
- display: block;
395
- text-align: center; }
396
- .dashboard-full-calendar.fc .fc-toolbar .fc-toolbar-title {
397
- margin: 10px; } }
398
-
399
- .calendar-list {
400
- margin-bottom: 10px; }
401
- .calendar-list .list-group-item {
402
- background: #f4f6fa;
403
- color: #40189D;
404
- border: 0;
405
- margin-bottom: 5px;
406
- border-radius: 6px;
407
- position: relative;
408
- border-left: 4px solid #40189D; }
409
-
410
- .calendar-checkbox {
411
- border-radius: 6px;
412
- background: #e6defa;
413
- padding: 10px 15px;
414
- margin-bottom: 5px;
415
- color: #000; }
416
- .calendar-checkbox label {
417
- margin-bottom: 0; }
418
- .calendar-checkbox input[type=checkbox], .calendar-checkbox input[type=radio] {
419
- margin-right: 6px; }
420
-
421
- .calendar-description h2 {
422
- margin-top: 30px;
423
- font-size: 25px;
424
- font-weight: 600;
425
- color: #000; }
426
- .calendar-description ul li {
427
- font-size: 15px;
428
- color: #000; }
429
-
430
- .default-carousel .carousel-caption {
431
- background: rgba(0, 0, 0, 0.5);
432
- bottom: 45px;
433
- padding: 15px 15px; }
434
- .default-carousel .carousel-caption h3 {
435
- color: #fff; }
436
- @media only screen and (max-width: 575px) {
437
- .default-carousel .carousel-caption {
438
- width: 90%;
439
- left: 50%;
440
- transform: translatex(-50%); } }
441
- .default-carousel .carousel-indicators li {
442
- -webkit-transition: all 0.5s;
443
- -ms-transition: all 0.5s;
444
- transition: all 0.5s;
445
- height: 13px;
446
- width: 13px;
447
- border: 0;
448
- border-radius: 13px;
449
- background: #40189D; }
450
- .default-carousel .carousel-indicators li.active {
451
- width: 30px; }
452
- @media only screen and (max-width: 575px) {
453
- .default-carousel .carousel-item img {
454
- height: 280px; } }
455
-
456
- .default-rating span {
457
- font-size: 35px; }
458
-
459
- .pagination-responsive {
460
- overflow: auto; }
461
-
462
- .pagination .page-item .page-link span {
463
- color: #B1B1B1; }
464
-
465
- .pagination .page-item .page-link:hover span {
466
- color: #fff; }
467
-
468
- .progress {
469
- height: 16px; }
470
-
471
- .form-select.mat-form-field {
472
- display: block; }
473
- .form-select .mat-form-field-infix {
474
- border-top: 0; }
475
- .form-select .mat-form-field-underline {
476
- display: none; }
477
- .form-select.mat-form-field-appearance-fill .mat-form-field-flex {
478
- border-radius: 1.25rem;
479
- padding: 15px 15px 8px;
480
- background: transparent;
481
- border: 1px solid #EEEEEE; }
482
- .form-select.mat-form-field-appearance-fill .mat-select-arrow-wrapper {
483
- transform: translateY(0%); }
484
-
485
- /** Material Scsss start**/
486
- /* auto compelete */
487
- .default-autocomplete {
488
- /* .mat-autocomplete-trigger{
489
- margin: 1px;
490
- border:1px solid $border-color;
491
- border-radius:5px;
492
- width:100%;
493
- padding: 15px 20px;
494
- } */
495
- /* .mat-form-field-appearance-legacy .mat-form-field-infix{
496
- padding:0;
497
- .mat-input-element{
498
- margin: 1px;
499
- border:1px solid $border-color;
500
- border-radius:5px;
501
- padding: 15px 20px;
502
- }
503
- } */
504
- /* .mat-form-field-appearance-legacy .mat-form-field-label{
505
- color:rgba($black,0.5);
506
- left: 15px;
507
- top: 30px;
508
- } */ }
509
- .default-autocomplete .mat-form-field {
510
- width: 100%; }
511
- .default-autocomplete .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label,
512
- .default-autocomplete .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label, .default-autocomplete .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
513
- /* transform: translateY(-2rem) scale(0.85) perspective(100px) translateZ(0.001px);
514
- -ms-transform: translateY(-2rem) scale(0.85); */
515
- color: #40189D; }
516
- .default-autocomplete .mat-form-field.mat-focused .mat-form-field-ripple {
517
- background-color: #40189D; }
518
-
519
- /* badge */
520
- .mat-flat-button.mat-primary,
521
- .mat-raised-button.mat-primary,
522
- .mat-fab.mat-primary,
523
- .mat-mini-fab.mat-primary,
524
- .mat-badge-content {
525
- background-color: #40189D; }
526
-
527
- .mat-badge-accent .mat-badge-content {
528
- background: #8BC740;
529
- color: #fff; }
530
-
531
- /* Bottom Sheet */
532
- .mat-bottom-sheet-container {
533
- max-height: 80vh;
534
- overflow: auto; }
535
- .mat-bottom-sheet-container ul li a {
536
- padding: 15px 15px;
537
- display: block; }
538
- .mat-bottom-sheet-container ul li a:hover, .mat-bottom-sheet-container ul li a:focus {
539
- background: rgba(0, 0, 0, 0.04); }
540
- .mat-bottom-sheet-container ul li a span {
541
- color: #000;
542
- display: block;
543
- font-size: 16px; }
544
- .mat-bottom-sheet-container ul li a span:last-child {
545
- font-size: 14px; }
546
-
547
- /* button */
548
- .default-mt-btn .mat-button.mat-primary,
549
- .default-mt-btn .mat-icon-button.mat-primary,
550
- .default-mt-btn .mat-stroked-button.mat-primary {
551
- color: #40189D; }
552
- .default-mt-btn .example-label {
553
- font-size: 1rem !important;
554
- color: #000; }
555
- .default-mt-btn .example-button-row {
556
- width: auto !important; }
557
- .default-mt-btn .example-button-row .mat-button-base {
558
- margin: 15px 15px 15px 0 !important; }
559
- .default-mt-btn .mat-flat-button.mat-accent,
560
- .default-mt-btn .mat-raised-button.mat-accent,
561
- .default-mt-btn .mat-fab.mat-accent,
562
- .default-mt-btn .mat-mini-fab.mat-accent {
563
- background-color: #8BC740; }
564
- .default-mt-btn .mat-flat-button.mat-accent,
565
- .default-mt-btn .mat-raised-button.mat-accent,
566
- .default-mt-btn .mat-fab.mat-accent,
567
- .default-mt-btn .mat-mini-fab.mat-accent {
568
- color: #fff; }
569
- .default-mt-btn .mat-button.mat-accent,
570
- .default-mt-btn .mat-icon-button.mat-accent,
571
- .default-mt-btn .mat-stroked-button.mat-accent {
572
- color: #8BC740; }
573
- .default-mt-btn .mat-button.mat-accent .mat-button-focus-overlay,
574
- .default-mt-btn .mat-icon-button.mat-accent .mat-button-focus-overlay,
575
- .default-mt-btn .mat-stroked-button.mat-accent .mat-button-focus-overlay {
576
- background-color: #8BC740; }
577
- .default-mt-btn .mat-button,
578
- .default-mt-btn .mat-raised-button,
579
- .default-mt-btn .mat-stroked-button,
580
- .default-mt-btn .mat-flat-button {
581
- padding: 0 25px;
582
- line-height: 55px;
583
- border-radius: 1.25rem;
584
- font-size: 1rem; }
585
- @media only screen and (max-width: 1400px) {
586
- .default-mt-btn .example-button-row {
587
- width: auto !important; }
588
- .default-mt-btn .example-button-row .mat-button-base {
589
- margin: 10px 10px 10px 0 !important; }
590
- .default-mt-btn .mat-button,
591
- .default-mt-btn .mat-raised-button,
592
- .default-mt-btn .mat-stroked-button,
593
- .default-mt-btn .mat-flat-button {
594
- padding: 0 15px;
595
- line-height: 40px;
596
- font-size: 14px; } }
597
- @media only screen and (max-width: 575px) {
598
- .default-mt-btn .btn-list-group {
599
- display: block !important;
600
- padding: 10px 0px; }
601
- .default-mt-btn .btn-list-group .example-label {
602
- display: block !important; }
603
- .default-mt-btn .example-button-row {
604
- width: auto !important; }
605
- .default-mt-btn .example-button-row .mat-button-base {
606
- margin: 5px 10px 5px 0 !important; }
607
- .default-mt-btn .example-button-container {
608
- width: 80px !important; } }
609
-
610
- /* card */
611
- .default-mt-card .mat-card {
612
- border-radius: 1.25rem; }
613
-
614
- /* checkbox */
615
- .default-mt-checkbox .example-section {
616
- margin: 0 !important; }
617
-
618
- .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element,
619
- .mat-checkbox:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element {
620
- background: #40189D; }
621
-
622
- .mat-checkbox-indeterminate.mat-primary .mat-checkbox-background,
623
- .mat-checkbox-checked.mat-primary .mat-checkbox-background {
624
- background-color: #40189D; }
625
-
626
- .mat-primary .mat-pseudo-checkbox-checked, .mat-primary .mat-pseudo-checkbox-indeterminate {
627
- background: #40189D; }
628
-
629
- .mat-primary .mat-option.mat-selected:not(.mat-option-disabled) {
630
- color: #40189D; }
631
-
632
- .mat-checkbox-indeterminate.mat-accent .mat-checkbox-background,
633
- .mat-checkbox-checked.mat-accent .mat-checkbox-background {
634
- background-color: #8BC740; }
635
-
636
- .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,
637
- .mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element {
638
- background: #8BC740; }
639
-
640
- .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
641
- border-color: #8BC740; }
642
-
643
- .mat-radio-button.mat-accent .mat-radio-inner-circle,
644
- .mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),
645
- .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple,
646
- .mat-radio-button.mat-accent:active .mat-radio-persistent-ripple,
647
- .mat-radio-button.mat-accent .mat-radio-inner-circle,
648
- .mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),
649
- .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple,
650
- .mat-radio-button.mat-accent:active .mat-radio-persistent-ripple {
651
- background-color: #8BC740; }
652
-
653
- .mat-pseudo-checkbox-checked,
654
- .mat-pseudo-checkbox-indeterminate,
655
- .mat-accent .mat-pseudo-checkbox-checked,
656
- .mat-accent .mat-pseudo-checkbox-indeterminate {
657
- background: #8BC740; }
658
-
659
- /* chips */
660
- .default-mt-chips .mat-input-element {
661
- color: rgba(0, 0, 0, 0.6); }
662
- .default-mt-chips .mat-chip.mat-standard-chip,
663
- .default-mt-chips .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary {
664
- background-color: #40189D;
665
- color: #fff; }
666
- .default-mt-chips .mat-form-field-appearance-legacy .mat-form-field-label,
667
- .default-mt-chips .mat-form-field-appearance-legacy .mat-hint,
668
- .default-mt-chips input.mat-chip-input::placeholder {
669
- color: rgba(0, 0, 0, 0.54); }
670
- .default-mt-chips .mat-form-field.mat-focused .mat-form-field-label {
671
- color: #40189D; }
672
- .default-mt-chips .mat-form-field.mat-focused .mat-form-field-ripple {
673
- background-color: #40189D; }
674
- .default-mt-chips .mat-chip.mat-standard-chip .mat-chip-remove {
675
- opacity: 1;
676
- color: rgba(255, 255, 255, 0.8); }
677
- .default-mt-chips .mat-form-field-appearance-legacy .mat-form-field-underline {
678
- background-color: rgba(0, 0, 0, 0.42); }
679
- .default-mt-chips .mat-form-field-infix {
680
- width: 100%;
681
- color: #fff; }
682
- .default-mt-chips .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent {
683
- background-color: #8BC740;
684
- color: #fff; }
685
-
686
- /* datepicker */
687
- .default-mt-datepicker .mat-form-field-appearance-fill .mat-form-field-flex {
688
- background-color: rgba(64, 24, 157, 0.1); }
689
- .default-mt-datepicker .mat-form-field-label {
690
- color: rgba(0, 0, 0, 0.6); }
691
- .default-mt-datepicker .mat-date-range-input-inner,
692
- .default-mt-datepicker .mat-calendar-body-cell-content,
693
- .default-mt-datepicker .mat-date-range-input-separator {
694
- color: #000; }
695
- .default-mt-datepicker .mat-icon-button svg path {
696
- fill: rgba(0, 0, 0, 0.7); }
697
- .default-mt-datepicker .mat-form-field.mat-focused .mat-form-field-ripple {
698
- background: #40189D; }
699
- .default-mt-datepicker .mat-form-field.mat-focused .mat-form-field-label {
700
- color: #40189D; }
701
- .default-mt-datepicker .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label {
702
- color: rgba(0, 0, 0, 0.5); }
703
- .default-mt-datepicker .mat-form-field-appearance-fill .mat-form-field-underline:before {
704
- background-color: rgba(0, 0, 0, 0.42); }
705
- .default-mt-datepicker .mat-input-element:disabled,
706
- .default-mt-datepicker .mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix::after {
707
- color: #000; }
708
-
709
- .mat-calendar-body-comparison-identical, .mat-calendar-body-in-comparison-range::before {
710
- background: rgba(139, 199, 64, 0.2); }
711
-
712
- .mat-calendar-body-selected {
713
- background-color: #40189D; }
714
-
715
- .mat-calendar-body-in-range::before {
716
- background: rgba(64, 24, 157, 0.1); }
717
-
718
- .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
719
- .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical), .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
720
- background-color: rgba(64, 24, 157, 0.3); }
721
-
722
- .mat-datepicker-content-container .example-header button {
723
- height: 35px;
724
- width: 35px;
725
- outline: none;
726
- border: 0;
727
- border-radius: 35px;
728
- font-size: 18px;
729
- margin: 0 2px; }
730
-
731
- /* dialog */
732
- /* divider */
733
- /* expansion */
734
- .default-mt-expansion .mat-expansion-panel-header-description {
735
- justify-content: space-between;
736
- align-items: center; }
737
- .default-mt-expansion .mat-accordion .mat-expansion-panel:first-of-type {
738
- border-top-right-radius: 1.25rem;
739
- border-top-left-radius: 1.25rem; }
740
- .default-mt-expansion .mat-accordion .mat-expansion-panel:last-of-type {
741
- border-bottom-right-radius: 1.25rem;
742
- border-bottom-left-radius: 1.25rem; }
743
- .default-mt-expansion .mat-expansion-panel-header {
744
- height: auto;
745
- padding: 15px 20px !important; }
746
-
747
- /* form-field */
748
- .default-mt-formfield .mat-form-field {
749
- width: 100%; }
750
- .default-mt-formfield .mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick {
751
- color: #40189D; }
752
- .default-mt-formfield .example-container .mat-form-field + .mat-form-field {
753
- margin-left: 0 !important; }
754
-
755
- /* input */
756
- .default-mt-input .example-form {
757
- width: 100% !important;
758
- min-width: 150px;
759
- max-width: 100% !important; }
760
-
761
- /* progress */
762
- .default-mt-progress .mat-progress-bar-buffer {
763
- background-color: #e6defa; }
764
- .default-mt-progress .mat-progress-bar-fill::after {
765
- background-color: #40189D; }
766
- .default-mt-progress .mat-progress-bar {
767
- height: 8px;
768
- border-radius: 8px; }
769
- .default-mt-progress .mat-progress-bar pattern circle {
770
- fill: #e6defa; }
771
- .default-mt-progress .example-section {
772
- height: auto !important; }
773
- .default-mt-progress .mat-progress-bar.mat-accent .mat-progress-bar-fill::after {
774
- background-color: #8BC740; }
775
- .default-mt-progress .mat-progress-bar.mat-accent .mat-progress-bar-background {
776
- fill: #8BC740; }
777
- .default-mt-progress .mat-progress-bar.mat-accent .mat-progress-bar-buffer {
778
- background-color: #8BC740; }
779
-
780
- .mat-accent .mat-slider-track-fill, .mat-accent .mat-slider-thumb, .mat-accent .mat-slider-thumb-label {
781
- background-color: #8BC740; }
782
-
783
- /* spinner */
784
- .mat-progress-spinner.mat-accent circle, .mat-spinner.mat-accent circle {
785
- stroke: #8BC740; }
786
-
787
- .mat-progress-spinner circle, .mat-spinner circle {
788
- stroke: #40189D; }
789
-
790
- .default-mt-spinner .example-margin {
791
- margin: 0 10px; }
792
-
793
- /* select */
794
- .default-mt-select .mat-form-field.mat-focused .mat-form-field-label {
795
- color: #40189D; }
796
-
797
- /* sidenav */
798
- .default-mt-sidenav .example-container {
799
- margin: 0 !important;
800
- width: 100% !important;
801
- height: 350px !important;
802
- box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
803
- border: 0 !important; }
804
- .default-mt-sidenav .mat-drawer-content {
805
- padding: 25px !important; }
806
-
807
- /* slidetoggle */
808
- .default-mt-slidetoggle .mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar {
809
- background-color: #e6defa; }
810
- .default-mt-slidetoggle .mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb {
811
- background-color: #40189D; }
812
- .default-mt-slidetoggle .example-section {
813
- height: auto !important; }
814
-
815
- .mat-slide-toggle.mat-checked .mat-slide-toggle-bar {
816
- background-color: rgba(139, 199, 64, 0.5); }
817
-
818
- .mat-slide-toggle.mat-checked .mat-slide-toggle-thumb {
819
- background-color: #8BC740; }
820
-
821
- .mat-slide-toggle.mat-checked .mat-ripple-element {
822
- background-color: #8BC740; }
823
-
824
- /* slider */
825
- .default-mt-slider .example-section {
826
- display: block !important;
827
- height: auto !important; }
828
-
829
- /* sort */
830
- /* stepper */
831
- .default-mt-stepper .mat-step-header .mat-step-icon-selected,
832
- .default-mt-stepper .mat-step-header .mat-step-icon-state-done,
833
- .default-mt-stepper .mat-step-header .mat-step-icon-state-edit {
834
- background-color: #40189D; }
835
- @media only screen and (max-width: 575px) {
836
- .default-mt-stepper .mat-horizontal-stepper-header-container {
837
- display: block; }
838
- .default-mt-stepper .mat-horizontal-stepper-header-container .mat-horizontal-stepper-header {
839
- padding: 0;
840
- height: 60px;
841
- margin-bottom: 10px;
842
- margin-top: 10px; }
843
- .default-mt-stepper .mat-horizontal-content-container {
844
- padding: 0; }
845
- .default-mt-stepper .mat-stepper-label-position-bottom .mat-horizontal-stepper-header:not(:first-child)::before, .default-mt-stepper [dir=rtl] .mat-stepper-label-position-bottom .mat-horizontal-stepper-header:not(:last-child)::before, .default-mt-stepper .mat-stepper-label-position-bottom .mat-horizontal-stepper-header:not(:last-child)::after, .default-mt-stepper [dir=rtl] .mat-stepper-label-position-bottom .mat-horizontal-stepper-header:not(:first-child)::after {
846
- content: none; }
847
- .default-mt-stepper .mat-stepper-label-position-bottom .mat-stepper-horizontal-line {
848
- top: 0; } }
849
-
850
- /* table */
851
- .default-mt-table .mat-elevation-z8 {
852
- box-shadow: none; }
853
- .default-mt-table .table-responsive {
854
- border-radius: 1.25rem;
855
- position: relative;
856
- z-index: 1; }
857
- .default-mt-table .mat-header-cell {
858
- color: #000;
859
- padding: 0 10px;
860
- font-size: 16px;
861
- font-weight: 500; }
862
- .default-mt-table .mat-footer-cell {
863
- padding: 0 10px; }
864
- .default-mt-table .mat-cell {
865
- padding: 0 10px; }
866
- .default-mt-table .example-element-diagram {
867
- min-width: 100px !important;
868
- font-weight: 400 !important;
869
- height: 130px !important; }
870
- .default-mt-table mat-row,
871
- .default-mt-table mat-header-row,
872
- .default-mt-table mat-footer-row,
873
- .default-mt-table th.mat-header-cell,
874
- .default-mt-table td.mat-cell,
875
- .default-mt-table td.mat-footer-cell {
876
- border-color: #EEEEEE; }
877
- .default-mt-table .stickyColumns-table .mat-table-sticky {
878
- background: #40189D !important; }
879
- .default-mt-table .stickyColumns-table .mat-table-sticky .mat-header-cell {
880
- color: #fff; }
881
- .default-mt-table .stickyColumns-table .mat-table-sticky .mat-cell {
882
- color: #fff; }
883
- .default-mt-table .stickyColumns-table .mat-table-sticky .mat-footer-cell {
884
- color: #fff; }
885
- .default-mt-table .stickyColumns-table .mat-table-sticky-border-elem-left,
886
- .default-mt-table .stickyColumns-table .mat-table-sticky-border-elem-right,
887
- .default-mt-table .stickyColumns-table .mat-table-sticky-border-elem-bottom,
888
- .default-mt-table .stickyColumns-table .mat-table-sticky-border-elem-top {
889
- border-color: #fff;
890
- color: #fff; }
891
- .default-mt-table .stickyColumns-table .mat-column-filler {
892
- font-size: 12px; }
893
- .default-mt-table .stickyColumns-table mat-cell:first-of-type, .default-mt-table .stickyColumns-table mat-header-cell:first-of-type, .default-mt-table .stickyColumns-table mat-footer-cell:first-of-type {
894
- padding-right: 10px; }
895
- .default-mt-table .stickyColumns-table mat-cell:last-of-type, .default-mt-table .stickyColumns-table mat-header-cell:last-of-type, .default-mt-table .stickyColumns-table mat-footer-cell:last-of-type {
896
- padding-left: 10px; }
897
- .default-mt-table .stickyColumns-table .mat-header-cell,
898
- .default-mt-table .stickyColumns-table .mat-footer-cell,
899
- .default-mt-table .stickyColumns-table .mat-cell {
900
- min-width: 100px !important; }
901
- .default-mt-table .stickyColumns-table .mat-header-row,
902
- .default-mt-table .stickyColumns-table .mat-footer-row,
903
- .default-mt-table .stickyColumns-table .mat-row {
904
- min-width: 2300px !important; }
905
-
906
- /* tabs */
907
- .default-mt-tabs .mat-tab-group.mat-primary .mat-ink-bar, .default-mt-tabs .mat-tab-nav-bar.mat-primary .mat-ink-bar {
908
- background-color: #40189D; }
909
- .default-mt-tabs .mat-tab-body-content {
910
- padding: 10px 15px; }
911
- .default-mt-tabs .mat-tab-group.mat-background-primary > .mat-tab-header, .default-mt-tabs .mat-tab-group.mat-background-primary > .mat-tab-link-container, .default-mt-tabs .mat-tab-group.mat-background-primary > .mat-tab-header-pagination, .default-mt-tabs .mat-tab-nav-bar.mat-background-primary > .mat-tab-header, .default-mt-tabs .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container, .default-mt-tabs .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination {
912
- background-color: #40189D; }
913
- .default-mt-tabs .mat-tab-group.mat-background-accent > .mat-tab-header, .default-mt-tabs .mat-tab-group.mat-background-accent > .mat-tab-link-container, .default-mt-tabs .mat-tab-group.mat-background-accent > .mat-tab-header-pagination, .default-mt-tabs .mat-tab-nav-bar.mat-background-accent > .mat-tab-header, .default-mt-tabs .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container, .default-mt-tabs .mat-tab-nav-bar.mat-background-accent > .mat-tab-header-pagination {
914
- background-color: #8BC740; }
915
- .default-mt-tabs .mat-tab-group.mat-accent.mat-background-accent > .mat-tab-header .mat-ink-bar, .default-mt-tabs .mat-tab-group.mat-accent.mat-background-accent > .mat-tab-link-container .mat-ink-bar, .default-mt-tabs .mat-tab-nav-bar.mat-accent.mat-background-accent > .mat-tab-header .mat-ink-bar, .default-mt-tabs .mat-tab-nav-bar.mat-accent.mat-background-accent > .mat-tab-link-container .mat-ink-bar {
916
- background-color: #fff; }
917
- .default-mt-tabs .mat-tab-group.mat-background-accent > .mat-tab-header .mat-tab-label, .default-mt-tabs .mat-tab-group.mat-background-accent > .mat-tab-link-container .mat-tab-link, .default-mt-tabs .mat-tab-nav-bar.mat-background-accent > .mat-tab-header .mat-tab-label, .default-mt-tabs .mat-tab-nav-bar.mat-background-accent > .mat-tab-link-container .mat-tab-link {
918
- color: rgba(255, 255, 255, 0.8); }
919
-
920
- /* tree */
921
- .default-mt-tree .mat-checkbox-layout {
922
- margin: 0; }
923
- .default-mt-tree .mat-tree {
924
- background: rgba(0, 0, 0, 0.05);
925
- overflow: auto; }
926
-
927
- /* toolbar */
928
- .default-mt-toolbar .mat-toolbar.mat-primary {
929
- background: #40189D; }
930
-
931
- /*# sourceMappingURL=dashboard.css.map */
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
static/css/dashboard.css.map DELETED
@@ -1,7 +0,0 @@
1
- {
2
- "version": 3,
3
- "mappings": "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",
4
- "sources": ["../scss/abstracts/_bs-custom.scss","../scss/abstracts/_mixin.scss","../scss/dashboard.scss","../scss/abstracts/_variable.scss"],
5
- "names": [],
6
- "file": "dashboard.css"
7
- }
 
 
 
 
 
 
 
 
static/css/perfect-scrollbar.css DELETED
@@ -1,116 +0,0 @@
1
- /*
2
- * Container style
3
- */
4
- .ps {
5
- overflow: hidden !important;
6
- overflow-anchor: none;
7
- -ms-overflow-style: none;
8
- touch-action: auto;
9
- -ms-touch-action: auto;
10
- }
11
-
12
- /*
13
- * Scrollbar rail styles
14
- */
15
- .ps__rail-x {
16
- display: none;
17
- opacity: 0;
18
- transition: background-color .2s linear, opacity .2s linear;
19
- -webkit-transition: background-color .2s linear, opacity .2s linear;
20
- height: 15px;
21
- /* there must be 'bottom' or 'top' for ps__rail-x */
22
- bottom: 0px;
23
- /* please don't change 'position' */
24
- position: absolute;
25
- }
26
-
27
- .ps__rail-y {
28
- display: none;
29
- opacity: 0;
30
- transition: background-color .2s linear, opacity .2s linear;
31
- -webkit-transition: background-color .2s linear, opacity .2s linear;
32
- width: 15px;
33
- /* there must be 'right' or 'left' for ps__rail-y */
34
- right: 0;
35
- /* please don't change 'position' */
36
- position: absolute;
37
- }
38
-
39
- .ps--active-x > .ps__rail-x,
40
- .ps--active-y > .ps__rail-y {
41
- display: block;
42
- background-color: transparent;
43
- }
44
-
45
- .ps:hover > .ps__rail-x,
46
- .ps:hover > .ps__rail-y,
47
- .ps--focus > .ps__rail-x,
48
- .ps--focus > .ps__rail-y,
49
- .ps--scrolling-x > .ps__rail-x,
50
- .ps--scrolling-y > .ps__rail-y {
51
- opacity: 0.6;
52
- }
53
-
54
- .ps .ps__rail-x:hover,
55
- .ps .ps__rail-y:hover,
56
- .ps .ps__rail-x:focus,
57
- .ps .ps__rail-y:focus,
58
- .ps .ps__rail-x.ps--clicking,
59
- .ps .ps__rail-y.ps--clicking {
60
- background-color: #eee;
61
- opacity: 0.9;
62
- }
63
-
64
- /*
65
- * Scrollbar thumb styles
66
- */
67
- .ps__thumb-x {
68
- background-color: #aaa;
69
- border-radius: 6px;
70
- transition: background-color .2s linear, height .2s ease-in-out;
71
- -webkit-transition: background-color .2s linear, height .2s ease-in-out;
72
- height: 6px;
73
- /* there must be 'bottom' for ps__thumb-x */
74
- bottom: 2px;
75
- /* please don't change 'position' */
76
- position: absolute;
77
- }
78
-
79
- .ps__thumb-y {
80
- background-color: #aaa;
81
- border-radius: 6px;
82
- transition: background-color .2s linear, width .2s ease-in-out;
83
- -webkit-transition: background-color .2s linear, width .2s ease-in-out;
84
- width: 6px;
85
- /* there must be 'right' for ps__thumb-y */
86
- right: 2px;
87
- /* please don't change 'position' */
88
- position: absolute;
89
- }
90
-
91
- .ps__rail-x:hover > .ps__thumb-x,
92
- .ps__rail-x:focus > .ps__thumb-x,
93
- .ps__rail-x.ps--clicking .ps__thumb-x {
94
- background-color: #999;
95
- height: 11px;
96
- }
97
-
98
- .ps__rail-y:hover > .ps__thumb-y,
99
- .ps__rail-y:focus > .ps__thumb-y,
100
- .ps__rail-y.ps--clicking .ps__thumb-y {
101
- background-color: #999;
102
- width: 11px;
103
- }
104
-
105
- /* MS supports */
106
- @supports (-ms-overflow-style: none) {
107
- .ps {
108
- overflow: auto !important;
109
- }
110
- }
111
-
112
- @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
113
- .ps {
114
- overflow: auto !important;
115
- }
116
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
static/css/style.css DELETED
The diff for this file is too large to render. See raw diff
 
static/css/style.css.map DELETED
The diff for this file is too large to render. See raw diff
 
static/img/AI.jpg DELETED
Binary file (5.22 kB)
 
static/img/redmindlogo3.jpg DELETED
Binary file (82.6 kB)
 
static/logos/avatar.svg DELETED
static/logos/calendar-silhouette.svg DELETED
static/logos/dots.svg DELETED
static/logos/email.svg DELETED