Alteração no css, inclui css do menu agendamento.

parent 97294fe0
...@@ -9945,3 +9945,247 @@ a.text-dark:hover { ...@@ -9945,3 +9945,247 @@ a.text-dark:hover {
margin: 1rem auto 0; margin: 1rem auto 0;
text-align: center; text-align: center;
} }
/* ****** MENU AGENDAMENTO ****** */
.nomeUsuario {
width: 200px;
height: 50px;
margin: 50px auto 0;
text-align: center;
}
#getnome,
#getcpf {
width: 400px;
height: 20px;
background-color: transparent;
border-color: transparent;
text-align: center;
font-family: Arial;
color: white;
font-weight: bold;
font-size: 2em;
}
#menuNome,
#menuCpf {
width: 268px;
height: 100%;
background-color: transparent;
border-color: transparent;
text-align: center;
font-family: Arial;
color: white;
font-weight: bold;
font-size: 2em;
}
#idaceMenu {
width: 120px;
height: 90px;
margin-top: 360px;
margin-right: auto;
margin-bottom: 0;
margin-left: auto;
}
.imaLogosMenu1 {
width: 150px;
height: 150px;
margin: 50px auto 0;
text-align: center;
}
.imaLogosMenu2 {
width: 150px;
height: 150px;
margin: 50px auto 0;
text-align: center;
}
.menuh1 {
text-align: center;
font-family: Arial;
margin-top: 40px;
color: white;
}
.formMenuAgedamento {
width: 538px;
height: 250px;
margin: 50px auto 0;
font-family: sans-serif;
text-align: center;
}
#idace1,
#idace2,
#idace4 {
width: 50px;
height: 50px;
margin-top: 20px;
}
#idace3 {
width: 100px;
height: 50px;
margin-top: 20px;
}
p .button_agendar {
color: white;
}
.button_agendar {
width: 250px;
height: 150px;
background: linear-gradient(174deg, rgb(206, 128, 93) 0%, rgb(165, 78, 7) 71%);
border-radius: 15px;
font-size: 2em;
margin-bottom: 6px;
margin-top: 20px;
}
.button_agendar:hover {
background: linear-gradient(174deg, rgb(138, 158, 139) 4%, rgb(16, 157, 23) 10%, rgb(4, 36, 7) 100%);
}
.button_meusAgendamento {
width: 250px;
height: 150px;
background: linear-gradient(174deg, rgb(206, 128, 93) 0%, rgb(165, 78, 7) 71%);
border-radius: 15px;
font-size: 2em;
margin-bottom: 6px;
}
.button_meusAgendamento:hover {
background: linear-gradient(174deg, rgb(138, 158, 139) 4%, rgb(16, 157, 23) 10%, rgb(4, 36, 7) 100%);
}
.button_entregaTitulos {
width: 250px;
height: 150px;
background: linear-gradient(174deg, rgb(206, 128, 93) 0%, rgb(165, 78, 7) 71%);
border-radius: 15px;
font-size: 2em;
}
.button_entregaTitulos:hover {
background: linear-gradient(174deg, rgb(138, 158, 139) 4%, rgb(16, 157, 23) 10%, rgb(4, 36, 7) 100%);
}
.button_contato {
width: 250px;
height: 150px;
background: linear-gradient(174deg, rgb(206, 128, 93) 0%, rgb(165, 78, 7) 71%);
border-radius: 15px;
font-size: 2em;
}
.button_contato:hover {
background: linear-gradient(174deg, rgb(138, 158, 139) 4%, rgb(16, 157, 23) 10%, rgb(4, 36, 7) 100%);
}
/* ************** MENU LATERAL **************** */
.menuLateral {
margin: 0;
padding: 0;
background-color: white;
display: none;
}
#check {
display: none;
}
#icone {
margin-top: -40px;
margin-left: 0px;
cursor: pointer;
padding: 2px;
position: absolute;
z-index: 2;
}
nav {
width: 100%;
position: absolute;
top: 50px;
}
.link {
padding: 20px;
font-family: Arial;
font-size: 2.2em;
color: #606063;
transition: all .2s linear;
background-color: rgb(235, 222, 198);
border-bottom: 2px solid white;
opacity: 0;
margin-top: 200px;
}
#icone1,
#icone2,
#icone3,
#icone4 {
width: 40px;
height: 40px;
margin-right: 15px;
margin-bottom: -15px;
text-align: center;
}
.link:hover {
background-color: rgb(247, 199, 160);
}
.barra {
width: 300px;
height: 70%;
position: absolute;
background-color: white;
transition: all .2s linear;
left: -300px;
/* visibility: hidden; */
}
#check:checked~.barra {
transform: translateX(300px);
/* visibility: visible; */
}
#check:checked~.barra nav .link {
opacity: 1;
margin-top: 0;
transition-delay: .3s;
}
#mNome {
font-size: 1.6em;
border-left: 1px;
background-color: rgb(165, 78, 7);
border-color: transparent;
color: white;
}
#pmenu {
font-size: 1.6em;
margin-top: 10px;
margin-bottom: 2px;
text-align: left;
color: white;
}
.menuNomeUsuario {
width: 283px;
height: 50px;
margin: 180px auto 0;
text-align: left;
background-color: rgb(165, 78, 7);
}
\ 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