c57d7287f5ba2e8adeb5b4b57ab24dbb72aeeac5
[portal/sdk.git] /
1 .submit-approval-btn{
2   display: contents;
3 }
4 .lds-ring {
5   display: inline-block;
6   position: relative;
7   width: 64px;
8   height: 64px;
9 }
10 .lds-ring div {
11   box-sizing: border-box;
12   display: block;
13   position: absolute;
14   width: 35px;
15   height: 35px;
16   margin: 6px;
17   margin-top: 40px;
18   border: 6px solid #006496;
19   border-radius: 80%;
20   animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
21   border-color: #006496 transparent transparent transparent;
22 }
23 .lds-ring div:nth-child(1) {
24   animation-delay: -0.45s;
25 }
26 .lds-ring div:nth-child(2) {
27   animation-delay: -0.3s;
28 }
29 .lds-ring div:nth-child(3) {
30   animation-delay: -0.15s;
31 }
32 @keyframes lds-ring {
33   0% {
34     transform: rotate(0deg);
35   }
36   100% {
37     transform: rotate(360deg);
38   }
39 }
40
41
42 table {
43     width: 100%;
44   }
45   .example-container {
46     height: auto;
47     max-height: 800px;
48     overflow: auto;
49   }
50
51   td.mat-cell{
52   padding-left: 3px;
53   border-bottom-width: 1px;
54   border-bottom-style: solid;
55   border-right: 0.1px solid gray;
56   border-left: 0.1px solid gray;
57 }
58 .mat-icon-delete{
59   color: #006496;
60   cursor: pointer;
61 }
62   
63
64 .app-data-table {
65     margin-top: 0px;
66   }
67
68   
69 th{
70     background-color: #2125299c;
71     color: rgb(255, 255, 255);
72     font-size: 15px;
73     border-radius: 2px;
74     height: 35px;
75   }
76   
77   tr:nth-child(even) {
78     background-color: #dddddd;
79     font-size: 2px;
80     height: 35px;
81     border-radius: 4px;
82     
83   }
84   
85   tr:nth-child(odd) {
86     font-size: 2px;
87     height: 35px;
88     border-radius: 4px;
89   }
90