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
8d6c17dd
Commit
8d6c17dd
authored
Jan 26, 2021
by
Marcos Albano
💬
Browse files
Options
Browse Files
Download
Plain Diff
merge
parents
5f134acf
77881aba
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
133 additions
and
0 deletions
+133
-0
app.css
public/css/app.css
+133
-0
No files found.
public/css/app.css
View file @
8d6c17dd
...
...
@@ -10514,4 +10514,137 @@ p .button_agendar {
#inicioButtonCadastro
:hover
{
background
:
linear-gradient
(
174deg
,
rgb
(
138
,
158
,
139
)
4%
,
rgb
(
16
,
157
,
23
)
10%
,
rgb
(
4
,
36
,
7
)
100%
);
}
/* *********** TITULO recebido ************ */
.formRecebeTitulo
{
width
:
550px
;
height
:
570px
;
margin
:
20px
auto
0
;
background-color
:
white
;
text-align
:
center
;
}
.fielparagPagTitulo
{
width
:
95%
;
height
:
95%
;
margin-top
:
20px
;
margin
:
50px
auto
0
;
}
#idaceRecebeTitulo
{
width
:
120px
;
height
:
90px
;
margin
:
16px
auto
0
;
text-align
:
center
;
}
/* #idaceRecebeTitulo {
width: 120px;
height: 90px;
margin-top: 5px;
margin-right: auto;
margin-bottom: 0;
margin-left: auto;
} */
.imaEsclamacao
{
width
:
150px
;
height
:
150px
;
margin
:
30px
auto
0
;
text-align
:
center
;
padding
:
6px
;
}
/* .dataHora {
margin-top: -220px;
} */
.butaoSimCancelar
{
margin-top
:
-100px
;
}
#parag1
{
font-size
:
2em
;
margin-bottom
:
2px
;
text-align
:
center
;
color
:
black
;
}
#parag2
{
font-size
:
2em
;
text-align
:
center
;
color
:
black
;
}
#parag3
{
font-size
:
2em
;
margin-top
:
30px
;
margin-bottom
:
2px
;
color
:
black
;
}
#parag4
{
font-size
:
2em
;
color
:
black
;
margin-bottom
:
2px
;
}
#parag5
{
font-size
:
2em
;
padding
:
1px
;
color
:
black
;
}
#data
,
#hora
{
width
:
20%
;
height
:
10%
;
text-align
:
center
;
font-size
:
1.5em
;
font-weight
:
400
;
font-family
:
Arial
;
display
:
inline
;
padding
:
10px
;
margin
:
1px
auto
0
;
border-color
:
transparent
;
}
#simButton
,
#cancelarButton
{
font-family
:
Arial
;
font-size
:
2em
;
color
:
white
;
border-radius
:
5px
;
display
:
inline-block
;
margin
:
1px
auto
0
;
text-align
:
center
;
}
#simButton
{
width
:
80px
;
height
:
50px
;
background-color
:
rgb
(
65
,
150
,
207
);
text-align
:
center
;
}
#simButton
:hover
{
background
:
linear-gradient
(
174deg
,
rgb
(
138
,
158
,
139
)
4%
,
rgb
(
16
,
157
,
23
)
10%
,
rgb
(
4
,
36
,
7
)
100%
);
}
#cancelarButton
{
width
:
150px
;
height
:
50px
;
margin-right
:
auto
;
margin-bottom
:
0
;
margin-left
:
auto
;
background-color
:
rgb
(
16
,
157
,
23
);
}
#cancelarButton
: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
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