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

Merge branch 'vinicius_accessibility_from_copy' into 'Develop_copy_to_implement_acessibility'

# Conflicts:
#   src/Components/UploadPageComponents/PartThree.js
parents 2e0edd4d 806f6cb2
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)`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment