add prettier formatter to all file
This commit is contained in:
+24
-24
@@ -1,28 +1,28 @@
|
||||
export const styleDefault = {
|
||||
position: 'absolute',
|
||||
top: '50%',
|
||||
left: '50%',
|
||||
transform: 'translate(-50%, -50%)',
|
||||
width: 'fit-content',
|
||||
bgcolor: '#FFF',
|
||||
borderRadius: 2,
|
||||
p: 2,
|
||||
position: "absolute",
|
||||
top: "50%",
|
||||
left: "50%",
|
||||
transform: "translate(-50%, -50%)",
|
||||
width: "fit-content",
|
||||
bgcolor: "#FFF",
|
||||
borderRadius: 2,
|
||||
p: 2,
|
||||
};
|
||||
|
||||
export const styleTextSelectRight = {
|
||||
'& .mui-fxnuf-MuiFormLabel-root-MuiInputLabel-root': {
|
||||
right: '30px'
|
||||
},
|
||||
'& .mui-18r6uqa-MuiFormLabel-root-MuiInputLabel-root': {
|
||||
right: '0',
|
||||
left: 'auto',
|
||||
background: '#FFF',
|
||||
padding: '0 10px'
|
||||
},
|
||||
'& .mui-14lo706': {
|
||||
display: 'none'
|
||||
},
|
||||
'& .MuiFormLabel-root': {
|
||||
top: '-4px !important'
|
||||
}
|
||||
}
|
||||
"& .mui-fxnuf-MuiFormLabel-root-MuiInputLabel-root": {
|
||||
right: "30px",
|
||||
},
|
||||
"& .mui-18r6uqa-MuiFormLabel-root-MuiInputLabel-root": {
|
||||
right: "0",
|
||||
left: "auto",
|
||||
background: "#FFF",
|
||||
padding: "0 10px",
|
||||
},
|
||||
"& .mui-14lo706": {
|
||||
display: "none",
|
||||
},
|
||||
"& .MuiFormLabel-root": {
|
||||
top: "-4px !important",
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user