-
+
+
diff --git a/webapp/src/routes/About/styles.js b/webapp/src/routes/About/styles.js
index 01e510d9b..575cd9a69 100644
--- a/webapp/src/routes/About/styles.js
+++ b/webapp/src/routes/About/styles.js
@@ -13,17 +13,27 @@ export default (theme) => ({
marginBottom: theme.spacing(4),
},
},
- logoContainer: {
- [theme.breakpoints.down('md')]: {
- order: 1,
+ imageContainer: {
+ '& > img': {
+ float: 'right',
+ aspectRatio: '683 / 389',
+ [theme.breakpoints.down('xl')]: {
+ width: '550px',
+ },
+ [theme.breakpoints.down('lg')]: {
+ width: '500px',
+ },
+ [theme.breakpoints.down('md')]: {
+ width: '50%',
+ },
+ [theme.breakpoints.down('sm')]: {
+ width: '80%',
+ },
},
- },
- logo: {
- width: 569,
- height: 498,
- float: 'right',
[theme.breakpoints.down('md')]: {
- width: '100%',
+ display: 'flex',
+ justifyContent: 'center',
+ padding: theme.spacing(4, 0, 4, 0),
},
},
mainText: {
diff --git a/webapp/src/routes/BPJson/index.js b/webapp/src/routes/BPJson/index.js
index 3718d67b2..ae724f661 100644
--- a/webapp/src/routes/BPJson/index.js
+++ b/webapp/src/routes/BPJson/index.js
@@ -4,19 +4,24 @@ import Alert from '@mui/material/Alert'
import Card from '@mui/material/Card'
import Typography from '@mui/material/Typography'
import { BPJsonGenerator } from '@eoscostarica/eoscr-components'
+import { makeStyles } from '@mui/styles'
import { eosConfig } from '../../config'
+import styles from './styles'
import useBPJsonState from './useBPJsonState'
+const useStyles = makeStyles(styles)
+
const BPJson = () => {
+ const classes = useStyles()
const [
{ loading, inconsistencyMessage, initData, producer, error, ual },
{ t, handleOnSubmit },
] = useBPJsonState()
return (
-
+
{loading && (
<>
diff --git a/webapp/src/routes/BPJson/styles.js b/webapp/src/routes/BPJson/styles.js
index ff6466532..d1bb24dae 100644
--- a/webapp/src/routes/BPJson/styles.js
+++ b/webapp/src/routes/BPJson/styles.js
@@ -1 +1,19 @@
-export default (theme) => ({})
+export default (theme) => ({
+ generatorContainer: {
+ '& .pretty-json-container': {
+ '& span': {
+ color: `${theme.palette.text.primary} !important`,
+ '& svg': {
+ color: `${theme.palette.primary.main} !important`,
+ },
+ },
+ '& .node-ellipsis': {
+ color: `${theme.palette.primary.main} !important`,
+ },
+ },
+ '& section > div': {
+ color: theme.palette.text.primary,
+ backgroundColor: theme.palette.background.default,
+ },
+ },
+})
diff --git a/webapp/src/routes/NonCompliantBPs/index.js b/webapp/src/routes/NonCompliantBPs/index.js
index c012bd235..72711967c 100644
--- a/webapp/src/routes/NonCompliantBPs/index.js
+++ b/webapp/src/routes/NonCompliantBPs/index.js
@@ -40,7 +40,7 @@ const NonCompliantBPs = () => {
>
) : (
-
+
)}
>
)}
diff --git a/webapp/src/routes/ProducerProfile/GeneralInformation.js b/webapp/src/routes/ProducerProfile/GeneralInformation.js
index 41b74719e..d85b6c157 100644
--- a/webapp/src/routes/ProducerProfile/GeneralInformation.js
+++ b/webapp/src/routes/ProducerProfile/GeneralInformation.js
@@ -53,7 +53,7 @@ const GeneralInformation = ({ producer }) => {
)})`}