Commit 8d6c17dd authored by Marcos Albano's avatar Marcos Albano 💬

merge

parents 5f134acf 77881aba
......@@ -10515,3 +10515,136 @@ 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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment