CEC-381 Fix install progress (#77)
* Fix install progress * Remove unused components and inline styles * Update test * errors are not the final update state * Remove max width for main container * Progress starts at 0
This commit is contained in:
@@ -236,6 +236,32 @@ const useStyles = makeStyles((theme) => ({
|
||||
datascopeContainerValue: {
|
||||
margin: 0,
|
||||
},
|
||||
textJustifyAlign: { textAlign: "justifyContent" },
|
||||
textCenterAlign: { textAlign: "center" },
|
||||
textRightAlign: { textAlign: "right" },
|
||||
fullWidth: { width: "100%" },
|
||||
pageCenter: {
|
||||
position: "absolute",
|
||||
top: "50%",
|
||||
left: "50%",
|
||||
transform: "translate(-50%, -50%)",
|
||||
},
|
||||
menuExternalLink: {
|
||||
textDecoration: "inherit",
|
||||
color: "inherit",
|
||||
"&:link": {
|
||||
textDecoration: "inherit",
|
||||
color: "inherit",
|
||||
cursor: "auto",
|
||||
},
|
||||
"&:visited": {
|
||||
textDecoration: "inherit",
|
||||
color: "inherit",
|
||||
cursor: "auto",
|
||||
},
|
||||
},
|
||||
tableSize: { height: 700, width: "100%" },
|
||||
whiteBackground: { backgroundColor: "White" },
|
||||
}));
|
||||
|
||||
export default useStyles;
|
||||
|
||||
Reference in New Issue
Block a user