Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Rede De Mentores
Frontend
Commits
f9979d7d
Commit
f9979d7d
authored
Jun 20, 2020
by
johnnyloreano
Browse files
Ajustes de CSS,titulo da tela MENTORIA, colocacao das legendas na tela de mentoria, conforme mockup
parent
390d35a3
Changes
6
Hide whitespace changes
Inline
Side-by-side
src/components/RedeHorarioCard/RedeHorarioCard.jsx
View file @
f9979d7d
...
...
@@ -68,7 +68,7 @@ function RedeHorarioCard({ mentoria }) {
return
(
<
Container
>
<>
<
RedeMarcarMentoria
<
RedeMarcarMentoria
opened
=
{
open
}
image
=
{
`
${
urlFiles
}
/
${
mentoria
.
image
}
`
}
title
=
{
mentoria
.
title
}
...
...
@@ -80,9 +80,9 @@ function RedeHorarioCard({ mentoria }) {
onConfirm
=
{
(
evt
)
=>
onConfirm
(
evt
)
}
/>
</>
<
Details
style
=
{
{
borderBottom
:
'
none
'
}
}
>
<
Label
>
Data
</
Label
>
<
Label
>
Hora
</
Label
>
<
Details
style
=
{
{
borderBottom
:
'
none
'
,
marginBottom
:
'
15px
'
,
paddingTop
:
'
10px
'
}
}
>
<
Label
>
Data
s
</
Label
>
<
Label
style
=
{
{
width
:
'
30%
'
}
}
>
Horários
</
Label
>
</
Details
>
{
timeInformation
}
</
Container
>
...
...
src/components/RedeHorarioCard/StyledComponents/Details.jsx
View file @
f9979d7d
...
...
@@ -4,8 +4,8 @@ import Color from '../../../utils/colors.constants';
const
Details
=
styled
.
div
`
width: 100%;
display:flex;
justify-content: left;
border-bottom: 2px solid
${
Color
.
AZUL_CLARO
}
;
`
;
export
default
Details
;
src/components/RedeHorarioCard/StyledComponents/Hours.jsx
View file @
f9979d7d
...
...
@@ -6,7 +6,9 @@ const Hours = styled.div`
flex-wrap: wrap;
> button{
margin-top: 5px;
margin-bottom: 5px;
margin-bottom: 2px;
padding: 7px 30px;
font-size: 0.8em;
}
`
;
...
...
src/components/RedeHorarioCard/StyledComponents/index.jsx
View file @
f9979d7d
...
...
@@ -2,6 +2,8 @@ import styled from 'styled-components';
import
Color
from
'
../../../utils/colors.constants
'
;
const
Container
=
styled
.
div
`
color:
${
Color
.
AZUL
}
;
font-size: 1.3em;
border: 3px solid
${
Color
.
AZUL
}
;
border-radius: 10px;
opacity: 1;
...
...
@@ -10,6 +12,7 @@ const Container = styled.div`
width: 80%;
padding-left: 5%;
padding-right: 5%;
padding-bottom:2%;
min-height: 210px;
height:auto;
margin-bottom: 50px;
...
...
src/pages/mentoria/StyledComponents/Legend.jsx
View file @
f9979d7d
...
...
@@ -4,9 +4,11 @@ const Title = styled.div`
display:flex;
align-self:flex-end;
button + button{
margin-left: 15px;
margin-left: 20px;
}
button{
padding: 7px 12px;
:hover{
cursor:initial;
}
...
...
src/pages/mentoria/StyledComponents/SubTitle.jsx
View file @
f9979d7d
...
...
@@ -2,7 +2,7 @@ import styled from 'styled-components';
import
COLORS
from
'
../../../utils/colors.constants
'
;
const
Subtitle
=
styled
.
h2
`
font-family: Roboto, sans-serif;
font-size:
1
em;
font-size:
0.8
em;
color :
${
COLORS
.
AZUL
}
;
`
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment