77 margin : 0 !important ;
88}
99
10-
1110.table--container {
12- margin : 0 16px ;
13- }
14-
15- .table {
16- }
17-
18- .table--side {
19- flex : 1 0 2% ;
20- }
21-
22- img {
23- height : 40px ;
11+ margin : 0 20px ;
2412}
2513
26- body {
27- background-color : # FFFFFF ;
28- }
29-
30- .loader__container {
31- display : flex;
32- justify-content : center;
33- flex-wrap : wrap;
34- color : white;
35- }
3614
3715.container {
3816 display : flex;
@@ -52,17 +30,19 @@ body {
5230 box-shadow : 0 0 2px 0 rgba (128 , 131 , 132 , 0.17 ), 0 2px 6px 0 rgba (61 , 61 , 61 , 0.36 );
5331}
5432
55- .description {
56- text-align : center;
57- width : 100% ;
58- font-size : 12px ;
59- white-space : nowrap;
60- flex : 0 0 100% ;
61- margin-bottom : 20px ;
33+ .hide {
34+ display : none !important ;
35+ }
6236
37+ /*---------------------------------------- Loader --------------------------------*/
38+ .loader__container {
39+ display : flex;
40+ justify-content : center;
41+ flex-wrap : wrap;
42+ color : white;
6343}
6444
65- .title {
45+ .loader__title {
6646 color : # FFFFFF ;
6747 text-align : center;
6848 width : 100% ;
@@ -75,14 +55,6 @@ body {
7555 flex : 0 0 100% ;
7656}
7757
78- .stop-link {
79- width : 100% ;
80- text-align : center;
81- text-decoration : underline;
82- cursor : pointer;
83- padding : 6px ;
84- }
85-
8658.loader__curtain {
8759 position : fixed;
8860 z-index : 9999 ;
@@ -107,10 +79,6 @@ body {
10779 justify-content : center;
10880}
10981
110- .hide {
111- display : none !important ;
112- }
113-
11482.progress_spinner {
11583 width : 60px ;
11684 height : 60px ;
@@ -149,12 +117,6 @@ body {
149117 }
150118}
151119
152- .csv-button--container {
153- display : inline-flex;
154- width : 100% ;
155- flex-direction : row-reverse
156- }
157-
158120/*---------------------------------------- table HEADER --------------------------------*/
159121.table--title {
160122 color : # 303030 ;
@@ -237,37 +199,6 @@ body {
237199 padding : 8px 16px ;
238200}
239201
240- /*---------------------------------------- table filter --------------------------------*/
241-
242- .table--filter {
243- display : inline-flex;
244- width : 100% ;
245- margin : 0 0 16px 16px ;
246- }
247-
248- .filter--search {
249- display : inline-flex;
250- width : 100% ;
251- flex-direction : row-reverse;
252- margin-right : 32px ;
253- }
254-
255- .margin--right_8 {
256- margin-right : 8px ;
257- }
258-
259- .margin--right_16 {
260- margin-right : 16px ;
261- }
262-
263- .margin--left_8 {
264- margin-left : 8px ;
265- }
266-
267- .margin--left_16 {
268- margin-left : 16px ;
269- }
270-
271202/*---------------------------------------- Modal --------------------------------*/
272203
273204/* The Modal (background) */
@@ -385,140 +316,23 @@ svg.stroke {
385316
386317.tabulator {
387318 border-radius : 4px !important ;
388- background-color : # D7D9D9 !important ;
319+ background-color : # FAFAFA !important ;
389320}
390321
391322.tabulator-footer {
392- height : 38 px !important ;
323+ padding : 8 px 16 px !important ;
393324 background-color : # fff !important ;
394325 display : flex !important ;
395326 flex-wrap : nowrap !important ;
396327 align-items : center !important ;
397328 justify-content : flex-end !important ;
398329}
399330
400-
401- /*---------------------------------------- SELECT --------------------------------*/
402-
403- .npt__select {
404- -webkit-appearance : none;
405- background-color : # FFFFFF ;
406- background-image : url ('./../img/angle_down.svg' );
407- background-repeat : no-repeat;
408- background-position : 97% 53% ;
409- background-size : 10px ;
410- font-size : 14px ;
411- padding : 1px 30px 1px 10px ;
412- color : # 676767 ;
413- height : 28px ;
414- border : 1px solid # CBCBCB ;
415- outline : 0 !important ;
416- border-radius : 3px ;
417- -webkit-border-radius : 3px ;
418- -moz-border-radius : 3px ;
419- transition : all ease-in-out .3s ;
420- }
421-
422- .npt__select : hover {
423- border-color : # 878787 ;
424- }
425-
426- .npt__select : focus {
427- outline : none !important ;
428- border-color : # 878787 ;
429- color : # 363636 ;
430- }
431-
432- /*---------------------------------------- input --------------------------------*/
433-
434- .npt {
435- font-size : 14px ;
436- font-family : 'roboto' , sans-serif;
437- color : # 676767 ;
438- border : 1px solid # CBCBCB ;
439- border-radius : 3px ;
440- -webkit-border-radius : 3px ;
441- -moz-border-radius : 3px ;
442- transition : all ease-in-out .3s ;
443- outline : none;
444- margin : 0 ;
445- flex : 1 1 auto;
446- padding : 5px 10px ;
447- align-items : center;
448- text-overflow : ellipsis;
449- }
450-
451-
452- .npt : hover {
453- border-color : # 878787 ;
454- }
455-
456- .npt : focus {
457- border-color : # 878787 ;
458- color : # 363636 ;
459- box-shadow : 0 1px 3px rgba (0 , 0 , 0 , 0.12 ), 0 1px 2px rgba (0 , 0 , 0 , 0.24 );
460- -webkit-box-shadow : 0 1px 3px rgba (0 , 0 , 0 , 0.12 ), 0 1px 2px rgba (0 , 0 , 0 , 0.24 );
461- -moz-box-shadow : 0 1px 3px rgba (0 , 0 , 0 , 0.12 ), 0 1px 2px rgba (0 , 0 , 0 , 0.24 );
462- -ms-box-shadow : 0 1px 3px rgba (0 , 0 , 0 , 0.12 ), 0 1px 2px rgba (0 , 0 , 0 , 0.24 );
463- -o-box-shadow : 0 1px 3px rgba (0 , 0 , 0 , 0.12 ), 0 1px 2px rgba (0 , 0 , 0 , 0.24 );
464- }
465-
466- /*---------------------------------------- multi select --------------------------------*/
467-
468- .selectBox {
469- position : relative;
470- }
471-
472- .overSelect {
473- position : absolute;
474- left : 0 ;
475- right : 0 ;
476- top : 0 ;
477- bottom : 0 ;
478- }
479-
480- .overSelect {
481- position : absolute;
482- left : 0 ;
483- right : 0 ;
484- top : 0 ;
485- bottom : 0 ;
486- }
487-
488- # checkboxes {
489- display : none;
490- position : absolute;
491- background-color : # f5f5f5 ;
492- border : 1px solid # CBCBCB ;
493- border-radius : 3px ;
494- -webkit-border-radius : 3px ;
495- -moz-border-radius : 3px ;
496- transition : all ease-in-out .3s ;
497- outline : none;
498- box-shadow : 0 1px 3px rgba (0 , 0 , 0 , 0.12 ), 0 1px 2px rgba (0 , 0 , 0 , 0.24 );
499- -webkit-box-shadow : 0 1px 3px rgba (0 , 0 , 0 , 0.12 ), 0 1px 2px rgba (0 , 0 , 0 , 0.24 );
500- -moz-box-shadow : 0 1px 3px rgba (0 , 0 , 0 , 0.12 ), 0 1px 2px rgba (0 , 0 , 0 , 0.24 );
501- -ms-box-shadow : 0 1px 3px rgba (0 , 0 , 0 , 0.12 ), 0 1px 2px rgba (0 , 0 , 0 , 0.24 );
502- -o-box-shadow : 0 1px 3px rgba (0 , 0 , 0 , 0.12 ), 0 1px 2px rgba (0 , 0 , 0 , 0.24 );
503- max-height : 260px ;
504- width : 200px ;
505- overflow : auto;
506- z-index : 1 ;
507- }
508-
509- # checkboxes label {
510- display : block;
511- color : # 363636 ;
512- margin-left : 8px ;
513- margin-bottom : 4px ;
514- }
515-
516- # checkboxes label input {
517- margin-right : 8px ;
518- }
519-
520- # checkboxes label : hover {
521- background-color : # 0081E3 ;
522- border-color : # 878787 ;
523-
331+ .tabulator-page {
332+ padding : 8px 16px !important ;
333+ color : # 303030 !important ;
334+ font-size : 14px !important ;
335+ font-weight : 500 !important ;
336+ line-height : 20px !important ;
337+ text-align : center !important ;
524338}
0 commit comments