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
6e3b8fb4
Commit
6e3b8fb4
authored
Jan 25, 2021
by
Marcos Vinicius Felix De Sousa da Silva
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Mudaças no CSS e HTML do calendário.
parent
9d193ca2
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
25 additions
and
30 deletions
+25
-30
app.css
public/css/app.css
+22
-18
agendamentoTituloSede.blade.php
.../views/admin/agendamentos/agendamentoTituloSede.blade.php
+3
-12
No files found.
public/css/app.css
View file @
6e3b8fb4
...
...
@@ -10320,41 +10320,45 @@ p .button_agendar {
/* ************* CALENDÁRIO AGENDAR ********** */
.fieldAgendar
{
width
:
45rem
;
height
:
6rem
;
margin
:
40px
auto
40px
;
text-align
:
center
;
}
.calendario
{
text-align
:
center
;
}
#agendar
{
width
:
45
0px
;
height
:
2
0px
;
font-size
:
5
em
;
width
:
45
rem
;
height
:
2
rem
;
font-size
:
3r
em
;
color
:
#fd9727
;
font-weight
:
600
;
margin
:
4px
auto
0
;
}
.fieldAgendar
{
width
:
450px
;
height
:
60px
;
margin
:
40px
auto
40px
;
border-radius
:
10px
;
background-color
:
white
;
}
#data
,
#hora
{
width
:
450px
;
height
:
20px
;
width
:
13rem
;
height
:
3rem
;
border-radius
:
5px
;
}
#enviarButto
n
{
width
:
1
00px
;
height
:
50px
;
font-size
:
2
em
;
.enviarbt
n
{
width
:
1
3rem
;
height
:
3rem
;
font-size
:
1.5r
em
;
font-weight
:
400
;
text-align
:
center
;
margin
:
40px
auto
0
;
border-radius
:
5px
;
background
:
linear-gradient
(
174deg
,
rgb
(
206
,
128
,
93
)
0%
,
rgb
(
165
,
78
,
7
)
71%
);
color
:
white
;
}
#enviarButto
n
:hover
{
.enviarbt
n
: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/agendamentoTituloSede.blade.php
View file @
6e3b8fb4
...
...
@@ -12,23 +12,14 @@
@
form
([
'action'
=>
route
(
'agendamentoTituloSede'
),
'method'
=>
'POST'
])
<
fieldset
class
=
"fieldAgendar"
>
<
p
id
=
"agendar"
>
Agendar
</
p
>
</
fieldset
>
<
fieldset
class
=
"calendario"
>
<
label
for
=
"data"
>
Data
Agendamento
</
label
>
<
br
>
<
input
type
=
"date"
id
=
"data"
name
=
"dataAgendamento"
>
<
br
>
<!--
<
label
for
=
"hora"
>
Hora
agendamento
</
label
>
<
br
>
<
input
type
=
"time"
id
=
"hora"
name
=
"horaAgendamento"
>
-->
<
button
class
=
"enviarbtn"
onclick
=
"window.location = '
{
{route('agendamentoTituloSede')}
}
'"
>@
lang
(
'Próximo'
)
</
button
>
</
fieldset
>
@
endform
@
endpage
...
...
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