Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pinsis-portal
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
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
pinsis-dev
pinsis-portal
Commits
4bc46dd0
Commit
4bc46dd0
authored
4 years ago
by
Dante Aléo
Browse files
Options
Downloads
Plain Diff
Merge branch 'botao-corona-virus' into 'development'
add button to corona page See merge request
!130
parents
20b45707
7e6c2916
No related branches found
Branches containing commit
No related tags found
1 merge request
!130
add button to corona page
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
pinsisApp/src/app/main-page/main-page.component.html
+14
-0
14 additions, 0 deletions
pinsisApp/src/app/main-page/main-page.component.html
pinsisApp/src/app/main-page/main-page.component.scss
+69
-0
69 additions, 0 deletions
pinsisApp/src/app/main-page/main-page.component.scss
with
83 additions
and
0 deletions
pinsisApp/src/app/main-page/main-page.component.html
+
14
−
0
View file @
4bc46dd0
...
...
@@ -2,6 +2,20 @@
<section
class=
"main-page"
>
<div
class=
"container"
>
<div
class=
"container"
>
<div
class=
"row"
>
<div
class=
"d-none d-sm-block col-md-2"
></div>
<div
class=
"home-btn-orange "
routerLink=
"/corona"
>
<a
>
Monitoramento do Corona Vírus segundo Boletins do Ministério da
Saúde
</a>
</div>
</div>
<div
class=
"row"
>
<div
class=
"d-none d-sm-block col-md-2"
></div>
...
...
This diff is collapsed.
Click to expand it.
pinsisApp/src/app/main-page/main-page.component.scss
+
69
−
0
View file @
4bc46dd0
...
...
@@ -73,6 +73,75 @@
}
}
.home-btn-orange
{
margin-right
:
10px
;
background-color
:
#FEAE51
FF
;
align-items
:
center
;
//height: 200px;
padding
:
20px
100px
20px
100px
;
max-width
:
750px
;
margin-bottom
:
10px
!
important
;
margin-left
:
10px
auto
!
important
;
text-align
:
center
;
font-size
:
22px
;
color
:
$text-light
!
important
;
font-weight
:
bolder
;
text-decoration
:
none
;
&
:first-of-type
{
border-top
:
3px
solid
white
;
border-bottom
:
3px
solid
white
;
}
&
:last-of-type
{
border-radius
:
5
5px
5px
5px
;
}
a
{
align-items
:
center
;
}
img
{
width
:
100%
;
max-width
:
400px
;
height
:
350px
;
}
&
:hover
{
text-decoration
:
none
;
background
:
#F05E23
;
//#CC5500; //#ff8c00 //#cc0a00;
transition
:
0
.15s
linear
;
}
@media
screen
and
(
max-width
:
$break-small
)
{
margin-bottom
:
$spacing-s
;
padding
:
10px
10px
10px
10px
;
max-width
:
85%
;
margin-left
:
8%
;
font-size
:
18px
;
img
{
height
:
220px
;
max-width
:
200px
;
}
}
}
.horizontal-center
{
position
:
absolute
;
left
:
50%
;
...
...
This diff is collapsed.
Click to expand it.
Dante Aléo
@dsa17
mentioned in commit
657c48fd
·
4 years ago
mentioned in commit
657c48fd
mentioned in commit 657c48fd7a781ab886ad6f4d87be0f0d76afe55c
Toggle commit list
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