1
- # top_pattern_bar {
2
- position : sticky;
3
- top : 0
4
- }
5
-
6
- .done_color {
7
- color : green;
8
- }
9
-
10
- .close_color {
11
- color : red;
12
- }
13
-
14
- # test_url {
15
- text-decoration : underline;
16
- text-decoration-style : dotted;
17
- text-decoration-line : underline;
18
- text-decoration-thickness : 1px ;
19
- }
20
-
21
1
.dataTables_scrollHead ,
22
2
.dataTables_scrollBody {
23
3
overflow : visible !important ;
32
12
padding : 0em ;
33
13
}
34
14
35
- .custom-menu {
36
- display : none;
37
- z-index : 1000 ;
38
- position : absolute;
39
- overflow : hidden;
40
- border : 1px solid # CCC ;
41
- white-space : nowrap;
42
- font-family : sans-serif;
43
- background : # FFF ;
44
- color : white;
45
- border-radius : 5px ;
46
- background-color : # 15232E ;
47
- }
48
-
49
- .custom-menu li {
50
- padding : 8px 12px ;
51
- cursor : pointer;
52
- }
53
-
54
- .custom-menu li : hover {
55
- background-color : # 0066CA ;
56
- }
57
-
58
- .pattern_type {
59
- /* padding-top: 10px;
60
- padding-bottom: 10px; */
61
- }
62
-
63
15
.dataTables_wrapper .dataTables_paginate .paginate_button {
64
16
padding : .5em ;
65
17
}
68
20
width : 15% ;
69
21
}
70
22
71
- .exclude_individual_url {
72
- cursor : pointer
73
- }
74
-
75
- .document_type_form_select {
76
- cursor : pointer
77
- }
78
-
79
23
.table_filter_row_input {
80
24
width : 100% ;
81
25
}
82
26
83
- .select-dropdown {
84
- text-align : center;
85
- width : 100% !important ;
86
- color : # 333333 ;
87
- background-color : # fafafa ;
88
- border-radius : 0.2rem ;
89
- border-color : # fafafa ;
90
- font-size : 0.6875rem ;
91
- box-shadow : 0 2px 2px 0 rgba (153 , 153 , 153 , 0.14 ), 0 3px 1px -2px rgba (153 , 153 , 153 , 0.2 ), 0 1px 5px 0 rgba (153 , 153 , 153 , 0.12 );
92
- }
93
-
94
- .select-dropdown : hover {
95
- box-shadow : 0 14px 26px -12px rgba (250 , 250 , 250 , 0.42 ), 0 4px 23px 0px rgba (0 , 0 , 0 , 0.12 ), 0 8px 10px -5px rgba (250 , 250 , 250 , 0.2 );
96
- }
97
-
98
- .select-dropdown : focus ,
99
- .select-dropdown .focus {
100
- box-shadow : none, 0 0 0 0.2rem rgba (76 , 175 , 80 , 0.5 );
101
- }
102
-
103
- /* badge showing workflow status by header */
104
- .badge {
105
- cursor : default !important ;
106
- margin-left : 15px ;
107
- }
108
-
109
- .table_filter_row_input ,
110
- .doc-dropdown {
111
- width : 100% ;
112
- }
113
-
114
- .doc-dropdown {
115
- background : # A7BACD !important ;
116
- font-size : 15px ;
117
- font-weight : 500 ;
118
- line-height : 17.58px ;
119
- color : # 1F2935 ;
120
- display : flex;
121
- justify-content : space-between;
122
- align-items : center;
123
- text-transform : capitalize;
124
- border-radius : 4px ;
125
- margin-bottom : 0 ;
126
- }
127
-
128
- .doc-dropdown-input {
129
- flex-direction : column;
130
- width : 100% ;
131
- }
132
-
133
- .dropdown-item : hover {
134
- background-color : # 0066CA ;
135
- }
136
-
137
- .doc-type-form {
138
- width : 100% ;
139
- background : # 15232E ;
140
- color : white;
141
- border : 1px solid white;
142
- padding : 24px 15px ;
143
- border-radius : 4px ;
144
- }
145
-
146
- .doc-type-form a {
147
- height : 24px ;
148
- padding : 0 ;
149
- }
150
-
151
- .document_type_form_select {
152
- font-size : 16px ;
153
- font-weight : 600 ;
154
- letter-spacing : -0.02em ;
155
- height : 37px !important ;
156
- align-items : center;
157
- display : flex;
158
- padding-left : 10px !important ;
159
- border-radius : 1px !important ;
160
- }
161
-
162
27
.candidateUrlContainer {
163
28
background : # 15232E ;
164
29
padding : 40px 30px ;
165
30
border-radius : 15px ;
166
31
}
167
32
168
- .modalTitle {
169
- font-size : 24px ;
170
- font-weight : 600 ;
171
- line-height : 36px ;
172
- letter-spacing : -0.03em ;
173
- }
174
-
175
- # hideShowColumnsModal {
176
- position : fixed;
177
- top : 0 ;
178
- right : 0 !important ;
179
- left : unset !important ;
180
- background : # FFFFFF ;
181
- width : 30vw ;
182
- z-index : 2000 ;
183
- }
184
-
185
- # caption ,
186
- # subTitle {
187
- font-size : 14px ;
188
- font-weight : 400 ;
189
- line-height : 21px ;
190
- letter-spacing : -0.02em ;
191
- }
192
-
193
- .checkbox-wrapper {
194
- display : flex;
195
- align-items : baseline;
196
- }
197
-
198
- .checkbox-wrapper label {
199
- font-weight : 600 ;
200
- font-size : 16px ;
201
- line-height : 24px ;
202
- margin-bottom : 0 ;
203
- color : rgba (31 , 41 , 53 , 1 );
204
- padding-left : 10px ;
205
- }
206
-
207
- .modalFooter {
208
- position : sticky;
209
- bottom : 0 ;
210
- position : sticky;
211
- bottom : 0 ;
212
- padding : 10px 0 ;
213
- background : # FFFFFF ;
214
- }
215
-
216
- .badge {
217
- background-color : # FF3D57 ;
218
- }
219
-
220
- .notifyBadge {
221
- margin-left : 5px !important ;
222
- }
223
-
224
- .sorting_1 {
225
- overflow : visible;
226
- white-space : normal;
227
- word-wrap : break-word;
228
- max-width : 600px ;
229
- width : 600px ;
230
- color : # 65B1EF ;
231
- }
232
-
233
- .title-dropdown {
234
- width : fit-content !important ;
235
- margin-top : 20px ;
236
- margin-bottom : 20px ;
237
- }
238
-
239
33
.table tbody tr : nth-child (odd) {
240
34
background-color : # 050E19 !important ;
241
35
}
261
55
padding : 11px 15px ;
262
56
}
263
57
264
- .addPattern {
265
- background-color : # 0066CA !important ;
266
- border-color : # 0066CA !important ;
267
- color : # fff !important ;
268
- }
269
-
270
- # exclude_patterns_table_wrapper .dt-buttons ,
271
- # include_patterns_table_wrapper .dt-buttons ,
272
- # document_type_patterns_table_wrapper .dt-buttons ,
273
- # title_patterns_table_wrapper .dt-buttons {
274
- width : 89% ;
275
- justify-content : end;
276
- }
277
-
278
58
.customizeColumns {
279
59
margin-left : 10px !important ;
280
60
}
@@ -335,28 +115,6 @@ div.dt-container div.dt-info {
335
115
background-color : inherit !important ;
336
116
}
337
117
338
- div .dt-buttons .btn .processing : after {
339
- border : 2px solid # FFFFFF !important ;
340
- border-left-color : transparent !important ;
341
- border-right-color : transparent !important ;
342
- -webkit-animation : dtb-spinner 1500ms infinite linear;
343
- }
344
-
345
- .document_type_dropdown ,
346
- .division_dropdown ,
347
- .dropdown-toggle {
348
- width : 100% ;
349
- display : flex;
350
- justify-content : center;
351
- }
352
-
353
- .dropdown-toggle {
354
- width : 80% ;
355
- /* display: flex; */
356
- align-items : center;
357
- /* justify-content: space-between; */
358
- }
359
-
360
118
.headerDiv {
361
119
display : flex;
362
120
justify-content : space-between;
@@ -378,69 +136,12 @@ div.dt-buttons .btn.processing:after {
378
136
color : # 65B1EF ;
379
137
}
380
138
381
- # match_pattern_input ,
382
- # title_pattern_input {
383
- background : # 3F4A58 ;
384
- border-radius : 4px ;
385
- }
386
-
387
- .modal-body .bmd-label-static {
388
- top : -20px !important ;
389
- }
390
-
391
- .modal-header {
392
- margin-bottom : 40px ;
393
- }
394
-
395
- .form-label {
396
- color : white;
397
- display : flex;
398
- font-size : 12px ;
399
- font-weight : 500 ;
400
- letter-spacing : -0.02em ;
401
- }
402
-
403
- .asterik {
404
- color : # C3001A ;
405
- }
406
-
407
- .title_pattern-form-group {
408
- margin-top : 40px ;
409
- }
410
-
411
- .is-focused [class ^= 'bmd-label' ] {
412
- color : # 0066CA ;
413
- }
414
-
415
- .form-control {
416
- color : white;
417
- }
418
-
419
- .form-control : focus {
420
- color : white;
421
- }
422
-
423
- .is-focused .form-label {
424
- background-image : linear-gradient (to top, # 0066CA 2px , rgba (156 , 39 , 176 , 0 ) 2px ), linear-gradient (to top, # d2d2d2 1px , rgba (210 , 210 , 210 , 0 ) 1px );
425
- color : # AAAAAA ;
426
- }
427
-
428
- .dropdown-item : hover {
429
- background-color : # 0066CA !important ;
430
- }
431
-
432
139
/* pagination position */
433
140
div .dt-container div .dt-paging ul .pagination {
434
141
position : absolute;
435
142
right : 60px ;
436
143
}
437
144
438
- .individual_title_input {
439
- width : 100% ;
440
- max-width : 100% ;
441
- min-width : 100% ;
442
- }
443
-
444
145
/* Dark theme adjustments later added */
445
146
body {
446
147
background-color : # 2c2c2c ;
@@ -473,36 +174,4 @@ body {
473
174
.table tbody tr td a : hover {
474
175
color : # f5f5f5 ;
475
176
/* Hover effect for links */
476
- }
477
-
478
- .alert-info {
479
- background-color : # 444 ;
480
- color : # f5f5f5 ;
481
- }
482
-
483
- .list-group-item {
484
- background-color : # 333 ;
485
- color : # f5f5f5 ;
486
- }
487
-
488
- /* Optional styles for the Include URL button */
489
- .include-url-btn {
490
- background-color : transparent;
491
- border : none;
492
- font-size : 1.5rem ;
493
- cursor : pointer;
494
- }
495
-
496
- .include-url-btn .cross-mark {
497
- color : red;
498
- }
499
-
500
- .include-url-btn .tick-mark {
501
- color : green;
502
- }
503
-
504
- .cross-mark ,
505
- .tick-mark {
506
- cursor : pointer;
507
- /* Show hand cursor */
508
177
}
0 commit comments