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
9c0b4ad4
Commit
9c0b4ad4
authored
Jan 24, 2021
by
Marcos Vinicius Felix De Sousa da Silva
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Correção pag titulo tamanho button tamanho font no css e html
parent
479d0e92
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
41 additions
and
1 deletion
+41
-1
app.css
public/css/app.css
+40
-0
agendamentoTitulo.blade.php
...rces/views/admin/agendamentos/agendamentoTitulo.blade.php
+1
-1
No files found.
public/css/app.css
View file @
9c0b4ad4
...
@@ -10197,3 +10197,43 @@ p .button_agendar {
...
@@ -10197,3 +10197,43 @@ p .button_agendar {
text-align
:
left
;
text-align
:
left
;
background-color
:
rgb
(
165
,
78
,
7
);
background-color
:
rgb
(
165
,
78
,
7
);
}
}
/* ***** Menu Titulo ***** */
.fielAgendamentoTitulo
{
width
:
40rem
;
height
:
15rem
;
margin
:
30px
auto
2px
;
text-align
:
center
;
}
.button_tituloEvento
{
width
:
29rem
;
height
:
4rem
;
background
:
linear-gradient
(
174deg
,
rgb
(
206
,
128
,
93
)
0%
,
rgb
(
165
,
78
,
7
)
71%
);
border-radius
:
15px
;
font-size
:
1.8em
;
font-weight
:
400
;
text-align
:
center
;
margin-bottom
:
30px
;
}
.button_tituloEvento
:hover
{
background
:
linear-gradient
(
174deg
,
rgb
(
138
,
158
,
139
)
4%
,
rgb
(
16
,
157
,
23
)
10%
,
rgb
(
4
,
36
,
7
)
100%
);
}
.button_tituloSede
{
width
:
29rem
;
height
:
4rem
;
background
:
linear-gradient
(
174deg
,
rgb
(
206
,
128
,
93
)
0%
,
rgb
(
165
,
78
,
7
)
71%
);
border-radius
:
15px
;
font-size
:
1.8em
;
font-weight
:
400
;
text-align
:
center
;
margin-bottom
:
30px
;
}
.button_tituloSede
: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/agendamentoTitulo.blade.php
View file @
9c0b4ad4
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
<
fieldset
class
=
"fielAgendamentoTitulo"
>
<
fieldset
class
=
"fielAgendamentoTitulo"
>
<
button
class
=
"button_tituloEvento"
>@
lang
(
'agendamento.receber_titulo_evento'
)
</
button
>
<
button
class
=
"button_tituloEvento"
>@
lang
(
'agendamento.receber_titulo_evento'
)
</
button
>
<
button
class
=
"button_tituloSede"
>@
lang
(
'agendamento.receber_titulo_
evento
'
)
</
button
>
<
button
class
=
"button_tituloSede"
>@
lang
(
'agendamento.receber_titulo_
sede
'
)
</
button
>
</
fieldset
>
</
fieldset
>
...
...
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