Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PortalMEC-React
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Harbor Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
PortalMEC
PortalMEC-React
Commits
410ff290
Commit
410ff290
authored
5 years ago
by
mrp19
Browse files
Options
Downloads
Patches
Plain Diff
Aligned icon and text in buttom sec1
parent
ccb5c4aa
No related branches found
No related tags found
1 merge request
!9
Resolve "Criar tela de termos de uso"
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/Components/Modal.js
+2
-2
2 additions, 2 deletions
src/Components/Modal.js
src/Pages/UserTerms.js
+1
-1
1 addition, 1 deletion
src/Pages/UserTerms.js
with
3 additions
and
3 deletions
src/Components/Modal.js
+
2
−
2
View file @
410ff290
...
...
@@ -22,7 +22,7 @@ import Modal from '@material-ui/core/Modal';
import
{
Carousel
}
from
'
react-responsive-carousel
'
;
import
Backdrop
from
'
@material-ui/core/Backdrop
'
;
import
Fade
from
'
@material-ui/core/Fade
'
;
import
VisibilityIcon
from
'
@material-ui/icons/Visibility
'
;
import
Visibility
Outlined
Icon
from
'
@material-ui/icons/Visibility
Outlined
'
;
import
ArrowBackIosIcon
from
'
@material-ui/icons/ArrowBackIos
'
;
import
ArrowForwardIosIcon
from
'
@material-ui/icons/ArrowForwardIos
'
;
...
...
@@ -90,7 +90,7 @@ export default function TransitionsModal() {
return
(
<
div
style
=
{{
display
:
"
flex
"
,
justifyContent
:
"
center
"
}}
>
<
button
style
=
{{
background
:
"
none
"
,
border
:
"
none
"
,
color
:
"
#fff
"
,
verticalAlign
:
"
center
"
}}
type
=
"
button
"
onClick
=
{
handleOpen
}
>
<
Visibility
Icon
/>
VEJA
A
VERSÃO
RESUMIDA
<
Visibility
OutlinedIcon
style
=
{{
verticalAlign
:
"
middle
"
}}
/> <spam style={{verticalAlign: "middle"}}>
VEJA A VERSÃO RESUMIDA
</
spam
>
<
/button
>
<
Modal
aria
-
labelledby
=
"
transition-modal-title
"
...
...
This diff is collapsed.
Click to expand it.
src/Pages/UserTerms.js
+
1
−
1
View file @
410ff290
...
...
@@ -85,7 +85,7 @@ class UserTerms extends Component {
<
link
href
=
"
https://fonts.googleapis.com/css?family=Kalam|Pompiere|Roboto&display=swap
"
rel
=
"
stylesheet
"
/>
<
div
style
=
{
bannerStyle
}
>
<
h2
style
=
{{
width
:
"
100%
"
,
textAlign
:
"
center
"
,
marginTop
:
"
0px
"
,
paddingTop
:
"
9
rem
"
,
fontSize
:
"
52px
"
,
fontFamily
:
"
'Pompiere', cursive
"
,
color
:
"
#fff
"
,
fontWeight
:
"
500
"
}}
>
TERMOS
DE
USO
<
/h2
>
<
h2
style
=
{{
width
:
"
100%
"
,
textAlign
:
"
center
"
,
marginTop
:
"
0px
"
,
paddingTop
:
"
6
rem
"
,
fontSize
:
"
52px
"
,
fontFamily
:
"
'Pompiere', cursive
"
,
color
:
"
#fff
"
,
fontWeight
:
"
500
"
}}
>
TERMOS
DE
USO
<
/h2
>
<
Modal
/>
<
/div
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment