Skip to content
Snippets Groups Projects
Commit 908e8c98 authored by lfr20's avatar lfr20
Browse files

Fixing colors

parent d935d8cd
Branches
Tags
3 merge requests!57Merge of develop into master,!56Fixed buttons reportar, seguir, compartilhar, guardar and entrar (in comments...,!41Update admin system
...@@ -48,7 +48,7 @@ class EcFooter extends Component{ ...@@ -48,7 +48,7 @@ class EcFooter extends Component{
<Container> <Container>
<Row> <Row>
<Col md={4} sm={5} xs={5}> <Col md={4} sm={5} xs={5}>
<h4>Sobre</h4> <h4 style={{color : "white"}}>Sobre</h4>
<ul style={listStyle}> <ul style={listStyle}>
<li> <WhiteLink to="/sobre">Sobre a Plataforma</WhiteLink> </li> <li> <WhiteLink to="/sobre">Sobre a Plataforma</WhiteLink> </li>
<li> <WhiteLink to="/sobre#portaisparceiros">Portais Parceiros</WhiteLink> </li> <li> <WhiteLink to="/sobre#portaisparceiros">Portais Parceiros</WhiteLink> </li>
...@@ -57,7 +57,7 @@ class EcFooter extends Component{ ...@@ -57,7 +57,7 @@ class EcFooter extends Component{
</ul> </ul>
</Col> </Col>
<Col md={4} sm={5} xs={5}> <Col md={4} sm={5} xs={5}>
<h4>Ajuda</h4> <h4 style={{color : "white"}}>Ajuda</h4>
<ul style={listStyle}> <ul style={listStyle}>
<li> <WhiteLink to="/ajuda">Central de Ajuda</WhiteLink> </li> <li> <WhiteLink to="/ajuda">Central de Ajuda</WhiteLink> </li>
<li> <WhiteLink to="/publicando-recurso">Publicando Recursos</WhiteLink> </li> <li> <WhiteLink to="/publicando-recurso">Publicando Recursos</WhiteLink> </li>
......
...@@ -33,7 +33,7 @@ const bannerStyle = { ...@@ -33,7 +33,7 @@ const bannerStyle = {
} }
const titleStyle = { const titleStyle = {
color: "white", color: "white",
paddingTop: "5%" paddingTop: "5%",
} }
const buttonStyle = { const buttonStyle = {
alignItems: "flex-start", alignItems: "flex-start",
...@@ -70,8 +70,8 @@ class SearchSection extends Component{ ...@@ -70,8 +70,8 @@ class SearchSection extends Component{
<ModalVideoApresentacao open={this.state.modalOpen} handleClose={this.toggleModal}/> <ModalVideoApresentacao open={this.state.modalOpen} handleClose={this.toggleModal}/>
<div style={bannerStyle}> <div style={bannerStyle}>
<div style={titleStyle}> <div style={titleStyle}>
<h2>Plataforma MEC de Recursos Educacionais Digitais</h2> <h2 style={{color : "white"}}>Plataforma MEC de Recursos Educacionais Digitais</h2>
<h3 style={{fontWeight: "100"}}> <h3 style={{fontWeight: "100", color: "white"}}>
Encontre e compartilhe vídeos, animações e muitos outros Recursos Encontre e compartilhe vídeos, animações e muitos outros Recursos
</h3> </h3>
</div> </div>
......
...@@ -17,7 +17,7 @@ You should have received a copy of the GNU Affero General Public License ...@@ -17,7 +17,7 @@ You should have received a copy of the GNU Affero General Public License
along with Plataforma Integrada MEC. If not, see <http://www.gnu.org/licenses/>.*/ along with Plataforma Integrada MEC. If not, see <http://www.gnu.org/licenses/>.*/
var apiDomain = 'https://api.portalmectest.c3sl.ufpr.br', var apiDomain = 'https://api.portalmec.c3sl.ufpr.br',
apiVersion = 'v1', apiVersion = 'v1',
apiUrl = apiDomain + '/' + apiVersion; apiUrl = apiDomain + '/' + apiVersion;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment