| 12345678910111213141516171819202122 | 
							- .projectTable {
 
-   cursor: pointer;
 
- }
 
- .projectTable:hover {
 
-   background: #71a7e885 !important;
 
- }
 
- .ant-upload-list {
 
-   display: inline-block !important;
 
- }
 
- .light {
 
-   // background: #87CEEB;
 
-   background: #D3D3D3;
 
-   // background: #CD8162;
 
- }
 
- .dark {
 
-   background: white;
 
-   // background: #87CEEB;
 
- }
 
 
  |