Skip to content
Snippets Groups Projects
Commit 806f6cb2 authored by vgm18's avatar vgm18
Browse files

Push before merge

parent c36177d5
No related branches found
No related tags found
3 merge requests!100Changed recaptcha key to the production one, removed console.logs and fixed...,!99Changed recaptcha key to the production one, removed console.logs and fixed...,!98Changed recaptcha key to the production one, removed console.logs and fixed...
...@@ -21,7 +21,7 @@ along with Plataforma Integrada MEC. If not, see <http://www.gnu.org/licenses/> ...@@ -21,7 +21,7 @@ along with Plataforma Integrada MEC. If not, see <http://www.gnu.org/licenses/>
height: 1em; height: 1em;
vertical-align: middle; vertical-align: middle;
} }
/*
.contrastButton{ .contrastButton{
border: none; border: none;
padding: 0; padding: 0;
...@@ -47,7 +47,7 @@ along with Plataforma Integrada MEC. If not, see <http://www.gnu.org/licenses/> ...@@ -47,7 +47,7 @@ along with Plataforma Integrada MEC. If not, see <http://www.gnu.org/licenses/>
background-color: black; background-color: black;
width: 100%; width: 100%;
border-bottom: 1px solid white; border-bottom: 1px solid white;
} }*/
.Contrasttext{ .Contrasttext{
color: yellow; color: yellow;
......
...@@ -185,6 +185,7 @@ const StyledGrid = styled(Grid) ` ...@@ -185,6 +185,7 @@ const StyledGrid = styled(Grid) `
padding-left: 15px; padding-left: 15px;
padding-right: 15px; padding-right: 15px;
background: ${props => props.contrast === "" ? "white" : "black"}; background: ${props => props.contrast === "" ? "white" : "black"};
border-bottom: ${props => props.contrast === "" ? "1px solid #666" : "1px solid white"};
` `
const StyledButton = styled(Button)` const StyledButton = styled(Button)`
......
...@@ -207,8 +207,8 @@ export default function PartThree(props) { ...@@ -207,8 +207,8 @@ export default function PartThree(props) {
<div style={{ margin: "0 auto", width: "304px" }}> <div style={{ margin: "0 auto", width: "304px" }}>
{ {
//<ReCaptcha sitekey={process.env.REACT_APP_SITE_KEY} verifyCallback={captchaVerified} /> //when key set in env //<ReCaptcha sitekey={process.env.REACT_APP_SITE_KEY} verifyCallback={captchaVerified} /> //when key set in env
//<ReCaptcha sitekey="6LfxuKUUAAAAAIzYpCzEtJyeE8QRjBYa44dvHlTX" verifyCallback={captchaVerified} /> //use this one on production <ReCaptcha sitekey="6LfxuKUUAAAAAIzYpCzEtJyeE8QRjBYa44dvHlTX" verifyCallback={captchaVerified} /> //use this one on production
<ReCaptcha sitekey="6LeIxAcTAAAAAJcZVRqyHh71UMIEGNQ_MXjiZKhI" verifyCallback={captchaVerified} /> //test key, from google, do not use this one on production //<ReCaptcha sitekey="6LeIxAcTAAAAAJcZVRqyHh71UMIEGNQ_MXjiZKhI" verifyCallback={captchaVerified} /> //test key, from google, do not use this one on production
} }
</div> </div>
</Grid> </Grid>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment