Skip to content

Commit

Permalink
Merge pull request #542 from digitalgreenorg/fs_eth_test
Browse files Browse the repository at this point in the history
Fs eth test
  • Loading branch information
kanhaiyasuthar0 authored Mar 28, 2023
2 parents 962ecb3 + 49dd34f commit b44d60e
Show file tree
Hide file tree
Showing 64 changed files with 4,304 additions and 595 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
},
"scripts": {
"start": "env-cmd -f .env.production react-scripts start",
"build": "env-cmd -f .env.production react-scripts --max_old_space_size=3072 build",
"build": "env-cmd -f .env.production react-scripts --max_old_space_size=6168 build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
Expand All @@ -89,4 +89,4 @@
"last 1 safari version"
]
}
}
}
94 changes: 92 additions & 2 deletions src/Assets/CSS/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -995,15 +995,20 @@ button.disbalesubmitbtndept {
color: #000000 !important;
}

.dataset_selector_in_integration .row {
margin-top: 0px !important;
}

.dataset_selector_in_integration .MuiCollapse-entered {
background: #FFFFFF !important;
box-shadow: 0px 20px 40px -4px rgb(145 158 171 / 16%) !important;
border-radius: 8px !important;
}

.accordion_for_columns_under_integration .accordion_detail .MuiSvgIcon-root,
.accordion_for_columns_under_integration .select_all_btn .MuiSvgIcon-root {
color: #637381 !important;
.accordion_for_columns_under_integration .select_all_btn .MuiSvgIcon-root,
.dataset_selector_in_integration .MuiSvgIcon-root {
color: #c09507 !important;
}

.dataset_selector_in_integration .MuiDataGrid-columnHeaders {
Expand Down Expand Up @@ -1034,4 +1039,89 @@ button.disbalesubmitbtndept {

.back_btn_guest .MuiSvgIcon-root {
color: #3491EE !important;
}

.dataset_selector_in_integration .MuiFormControlLabel-label {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}

.dataset_selector_in_integration .deleteicon {
cursor: pointer;
}

.dataset_selector_in_integration .deleteicon:hover {
color: red !important;
}

.deleteicon:hover .mainBoxInIntegration {
border: 1px solid red !important;
}

.dataset_integration_selectors .row {
background-color: #ab8405 !important;
}

html {
scroll-behavior: smooth;
}

.MuiInputLabel-asterisk {
color: red !important;
}

.all_selectors_as_sticky {
transition: all 0.2s;
}

.ant-affix .all_selectors_as_sticky {
box-shadow: 0px 2px 5px rgb(0 0 0 / 50%) !important;
/* width: 100vw !important; */
margin: 0px !important;
padding: 5px 0px !important;
border-bottom-left-radius: 10px !important;
border-bottom-right-radius: 10px !important;


}

.dataset_selector_in_integration .MuiDataGrid-row:nth-child(even) {
background-color: #F9EABC !important;
/* color: white; */
margin: 5px 0px;
}

.dataset_selector_in_integration .MuiDataGrid-row:nth-child(odd) {
background-color: #f7f4ebd3 !important;
/* color: white; */
padding: 5px 0px;
}

.connectorCard {
padding: 20px 40px 20px 5px;
font-family: "Open Sans";
font-style: normal;
font-weight: 400;
font-size: 14px;
color: #3d4a52;
line-height: 19px;
border-radius: 10px;
width: 368px;
height: 178px;
margin: 30px 15px 15px 15px;
border: 1px solid #C0C7D1;
}

.connectorCard:hover {
border: 1px solid #c09507;
cursor: pointer;
}

.dataset_selector_in_integration .backButtonMainDiv .MuiSvgIcon-root {
color: #3491ee !important;
}

.dataset_selector_in_integration .Mui-focused {
/* border: 1px solid #ab8405 !important; */
}
3 changes: 3 additions & 0 deletions src/Assets/Img/Join type/Check circle.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions src/Assets/Img/Join type/Color/Left.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions src/Assets/Img/Join type/Color/Tick icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions src/Assets/Img/Join type/Color/inner.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions src/Assets/Img/Join type/Color/outer.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions src/Assets/Img/Join type/Color/right.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions src/Assets/Img/Join type/Normal state/inner.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions src/Assets/Img/Join type/Normal state/left.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions src/Assets/Img/Join type/Normal state/outer.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions src/Assets/Img/Join type/Normal state/right.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions src/Assets/Img/download_data.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit b44d60e

Please sign in to comment.