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
Walter Felipe
submeta
Commits
15fdf797
Commit
15fdf797
authored
May 28, 2021
by
Danillo Bion
Browse files
modificacoes na tela - detalhe de um evento
parent
566e8d48
Changes
9
Expand all
Show whitespace changes
Inline
Side-by-side
public/css/layout.css
View file @
15fdf797
...
...
@@ -25,13 +25,9 @@ body{
background-color
:
rgb
(
0
,
140
,
255
);
;
border-color
:
rgb
(
0
,
140
,
255
);
;
}
.btn-primary
:hover
{
background-color
:
rgb
(
212
,
216
,
219
);
border-color
:
rgb
(
212
,
216
,
219
);
}
.card
{
margin
:
20px
;
box-shadow
:
0
4px
4px
0
rgba
(
0
,
0
,
0
,
0.2
);
transition
:
0.2s
;
}
...
...
@@ -143,10 +139,7 @@ body{
border-radius
:
10px
;
}
.btn
:hover
{
background-color
:
rgb
(
212
,
216
,
219
);
color
:
black
;
}
.negrito
{
font-weight
:
bolder
;
...
...
public/css/style.css
View file @
15fdf797
...
...
@@ -82,14 +82,7 @@ body{
padding
:
7px
;
}
.card
{
margin
:
20px
;
box-shadow
:
0
4px
4px
0
rgba
(
0
,
0
,
0
,
0.2
);
transition
:
0.2s
;
}
.card
:hover
{
box-shadow
:
0
4px
8px
0
rgba
(
0
,
0
,
0
,
0.2
),
0
6px
20px
0
rgba
(
0
,
0
,
0
,
0.19
);
}
.titulo
{
margin
:
7%
0
2%
0
;
border-bottom
:
2px
solid
#ccc
;
...
...
public/img/icons/icon_edital.png
0 → 100644
View file @
15fdf797
2.59 KB
public/img/icons/icon_enviar_proposta.png
0 → 100644
View file @
15fdf797
1.16 KB
public/img/icons/icon_minhas_propostas.png
0 → 100644
View file @
15fdf797
464 Bytes
public/img/icons/icon_modelo.png
0 → 100644
View file @
15fdf797
2.6 KB
public/img/img_fundo_2.png
0 → 100644
View file @
15fdf797
16.1 KB
resources/views/evento/visualizarEvento.blade.php
View file @
15fdf797
This diff is collapsed.
Click to expand it.
resources/views/layouts/app.blade.php
View file @
15fdf797
...
...
@@ -23,6 +23,9 @@
<link
href=
"{{ asset('css/layout.css') }}"
rel=
"stylesheet"
>
<style>
body
{
background-color
:
#f8fafc
}
.styleRodape
{
background-color
:
rgb
(
0
,
140
,
255
);
;
text-align
:
center
;
...
...
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