css - Calendário agendamento.

parent 1524bccb
......@@ -10316,3 +10316,45 @@ p .button_agendar {
/* width: 12rem;
height: 9rem; */
}
/* ************* CALENDÁRIO AGENDAR ********** */
#agendar {
width: 450px;
height: 20px;
font-size: 5em;
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;
border-radius: 5px;
}
#enviarButton {
width: 100px;
height: 50px;
font-size: 2em;
font-weight: 400;
margin: 40px auto 0;
border-radius: 5px;
background: linear-gradient(174deg, rgb(206, 128, 93) 0%, rgb(165, 78, 7) 71%);
color: white;
}
#enviarButton: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