testes/Css/page/Ambiente/Service/sec_cap_1.css

62 lines
1.1 KiB
CSS

.capitulo_1 {
width: 100%;
height: 20vh;
display: flex;
flex-direction: row;
justify-content: end;
align-items: center;
align-content: center;
margin-bottom: 2vh;
}
.campo {
width: 70;
height: 10vh;
display: flex;
flex-direction: row;
align-items: center;
justify-content: end;
padding-right: 2vw;
gap: 2vw;
}
.campo input {
border: none;
outline: none;
background: none;
border: 0.2vw solid var(--Cor_Segundaria_2_1);
box-shadow: 5px 5px 0px 2px var(--Cor_Segundaria_2_2);
font-size: 2vw;
color: var(--Cor_Segundaria_2_1);
padding-left: 1vw;
padding-right: 1vw;
width: 50vw;
height: 8vh;
}
.campo button {
border: none;
outline: none;
background: none;
background-color: #c6c6c6;
box-shadow: 5px 5px 0px #9a9a9a;
transition: 1s ease;
width: 6vw;
height: 8vh;
}
.campo img {
width: 3vw;
}
.campo button:hover {
background-color: var(--Cor_Segundaria_2_1);
box-shadow: -5px 5px 0px 2px var(--Cor_Segundaria_2_2);
}