Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sisage
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Marcos Albano
sisage
Commits
b0c2c358
Commit
b0c2c358
authored
Jan 26, 2021
by
Marcos Vinicius Felix De Sousa da Silva
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Implementação ambiente de pergunta Titulo CSS e HtML
parent
a6d6137c
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
190 additions
and
0 deletions
+190
-0
app.css
public/css/app.css
+74
-0
pesquisaTituloConfirmacao.blade.php
...ws/admin/agendamentos/pesquisaTituloConfirmacao.blade.php
+36
-0
pesquisaTituloDataNasc.blade.php
...views/admin/agendamentos/pesquisaTituloDataNasc.blade.php
+40
-0
pesquisaTituloEndereco.blade.php
...views/admin/agendamentos/pesquisaTituloEndereco.blade.php
+40
-0
No files found.
public/css/app.css
View file @
b0c2c358
...
...
@@ -10431,4 +10431,78 @@ p .button_agendar {
#btn-pesq2
{
width
:
30%
;
text-align
:
center
;
}
/* ************** CADASTRO REALIZADO ************ */
.formCadastroRealizado
{
width
:
50%
;
height
:
100%
;
margin-top
:
20px
;
margin
:
50px
auto
0
;
border-radius
:
10px
;
background-color
:
rgb
(
213
,
228
,
233
);
text-align
:
center
;
}
.fieldCadastroRealizado
{
width
:
96%
;
height
:
400px
;
margin-top
:
20px
;
margin
:
10px
auto
0
;
}
.imaEsclamacaoCadastro
{
margin
:
50px
auto
0
;
text-align
:
center
;
margin-top
:
50px
;
margin-bottom
:
20px
;
}
.imaLogosAgendaRecebeTitulo
{
margin
:
50px
auto
0
;
text-align
:
center
;
}
/* .imaLogosRecebeTitulo {
width: 150px;
height: 150px;
margin: 50px auto 0;
text-align: center;
} */
#cadastroCertoParag
{
width
:
96%
;
height
:
6%
;
font-size
:
4.5em
;
font-family
:
Arial
,
Helvetica
,
sans-serif
;
font-weight
:
600
;
margin
:
0
0
0
0
;
color
:
#fc6d32
;
}
#CadastroRealizadoParag
{
width
:
96%
;
height
:
6%
;
font-size
:
2.5em
;
font-family
:
Arial
,
Helvetica
,
sans-serif
;
margin
:
3em
0
0
0
;
color
:
rgb
(
28
,
167
,
28
);
}
#inicioButtonCadastro
{
width
:
150px
;
height
:
50px
;
font-size
:
2.5em
;
font-family
:
Arial
,
Helvetica
,
sans-serif
;
font-weight
:
600
;
border-radius
:
8px
;
color
:
white
;
background
:
linear-gradient
(
174deg
,
rgb
(
206
,
128
,
93
)
0%
,
rgb
(
165
,
78
,
7
)
71%
);
}
#inicioButtonCadastro
:hover
{
background
:
linear-gradient
(
174deg
,
rgb
(
138
,
158
,
139
)
4%
,
rgb
(
16
,
157
,
23
)
10%
,
rgb
(
4
,
36
,
7
)
100%
);
}
\ No newline at end of file
resources/views/admin/agendamentos/pesquisaTituloConfirmacao.blade.php
0 → 100644
View file @
b0c2c358
@
extends
(
'layouts.app'
)
@
section
(
'content'
)
@
page
([
'col'
=>
12
,
'page'
=>
__
(
'agendamento.create_crud'
,
[
'page'
=>
$page_create
])])
@
alert
([
'msg'
=>
session
(
'msg'
),
'status'
=>
session
(
'status'
)])
@
endalert
@
breadcrumb
([
'page'
=>
$page
,
'items'
=>
$breadcrumb
??
[]])
@
endbreadcrumb
<
p
id
=
"pargTitulo"
>
Selecione
o
nome
da
sua
mãe
</
p
>
<
fieldset
class
=
"fielAgendamentoTitulo"
>
@
form
([
'action'
=>
route
(
'agendamentoTituloEntrega'
),
'method'
=>
'POST'
])
<
fieldset
class
=
"fieldCadastroRealizado"
>
<
div
class
=
"imaEsclamacaoCadastro"
>
<
img
id
=
"esclamImagem_Cadastro"
src
=
"imagem/imagem_tudo_certo.png"
alt
=
"..."
>
</
div
>
<
p
id
=
"cadastroCertoParag"
>
Tudo
certo
!</
p
>
<
p
id
=
"CadastroRealizadoParag"
>
Agendamento
realizado
com
sucesso
.</
p
>
</
fieldset
>
@
endform
</
fieldset
>
<
div
class
=
"imaLogosCadastro"
>
<
img
src
=
"{!! asset('img/logo-idace.png') !!}"
>
</
div
>
@
endpage
@
endsection
resources/views/admin/agendamentos/pesquisaTituloDataNasc.blade.php
0 → 100644
View file @
b0c2c358
Data
de
Nascimento
<
'layouts.app'
)
@
section
(
'content'
)
@
page
([
'col'
=>
12
,
'page'
=>
__
(
'agendamento.create_crud'
,
[
'page'
=>
$page_create
])])
@
alert
([
'msg'
=>
session
(
'msg'
),
'status'
=>
session
(
'status'
)])
@
endalert
@
breadcrumb
([
'page'
=>
$page
,
'items'
=>
$breadcrumb
??
[]])
@
endbreadcrumb
<
p
id
=
"pargTitulo"
>
Selecione
o
nome
da
sua
mãe
</
p
>
<
fieldset
class
=
"fielAgendamentoTitulo"
>
@
form
([
'action'
=>
route
(
'agendamentoTituloEntrega'
),
'method'
=>
'POST'
])
<
div
id
=
"btn_tituloEvento-1"
>
<
button
class
=
"button_tituloEvento-1"
onclick
=
"window.location = '
{
{route('agendamentoTituloEntrega')}
}
'"
>
Data
de
Nascimento
</
button
>
</
div
>
@
endform
@
form
([
'action'
=>
route
(
'agendamentoTituloEntrega'
),
'method'
=>
'POST'
])
<
div
id
=
"btn_tituloEvento-1"
>
<
button
class
=
"button_tituloEvento-1"
onclick
=
"window.location = '
{
{route('agendamentoTituloEntrega')}
}
'"
>
Data
de
Nascimento
</
button
>
</
div
>
@
endform
@
form
([
'action'
=>
route
(
'agendamentoTituloEntrega'
),
'method'
=>
'POST'
])
<
div
id
=
"btn_tituloEvento-1"
>
<
button
class
=
"button_tituloEvento-1"
onclick
=
"window.location = '
{
{route('agendamentoTituloEntrega')}
}
'"
>
Data
de
Nascimento
</
button
>
</
div
>
@
endform
</
fieldset
>
<
div
class
=
"imaLogosCadastro"
>
<
img
src
=
"{!! asset('img/logo-idace.png') !!}"
>
</
div
>
@
endpage
@
endsection
resources/views/admin/agendamentos/pesquisaTituloEndereco.blade.php
0 → 100644
View file @
b0c2c358
Data
de
Nascimento
<
'layouts.app'
)
@
section
(
'content'
)
@
page
([
'col'
=>
12
,
'page'
=>
__
(
'agendamento.create_crud'
,
[
'page'
=>
$page_create
])])
@
alert
([
'msg'
=>
session
(
'msg'
),
'status'
=>
session
(
'status'
)])
@
endalert
@
breadcrumb
([
'page'
=>
$page
,
'items'
=>
$breadcrumb
??
[]])
@
endbreadcrumb
<
p
id
=
"pargTitulo"
>
Selecione
o
nome
da
sua
mãe
</
p
>
<
fieldset
class
=
"fielAgendamentoTitulo"
>
@
form
([
'action'
=>
route
(
'agendamentoTituloEntrega'
),
'method'
=>
'POST'
])
<
div
id
=
"btn_tituloEvento-1"
>
<
button
class
=
"button_tituloEvento-1"
onclick
=
"window.location = '
{
{route('agendamentoTituloEntrega')}
}
'"
>
Endereço
</
button
>
</
div
>
@
endform
@
form
([
'action'
=>
route
(
'agendamentoTituloEntrega'
),
'method'
=>
'POST'
])
<
div
id
=
"btn_tituloEvento-1"
>
<
button
class
=
"button_tituloEvento-1"
onclick
=
"window.location = '
{
{route('agendamentoTituloEntrega')}
}
'"
>
Endereço
</
button
>
</
div
>
@
endform
@
form
([
'action'
=>
route
(
'agendamentoTituloEntrega'
),
'method'
=>
'POST'
])
<
div
id
=
"btn_tituloEvento-1"
>
<
button
class
=
"button_tituloEvento-1"
onclick
=
"window.location = '
{
{route('agendamentoTituloEntrega')}
}
'"
>
Endereço
</
button
>
</
div
>
@
endform
</
fieldset
>
<
div
class
=
"imaLogosCadastro"
>
<
img
src
=
"{!! asset('img/logo-idace.png') !!}"
>
</
div
>
@
endpage
@
endsection
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