cadastro-proposta.scss
450 Bytes
.envio-proposta {
.titulo-envio-proposta{
color: #2D7B66;
}
.bloco-programa {
border-color: gray;
border-width: 1px;
border-style: solid;
border-radius: 5px;
padding: 15px;
}
.texto-programa {
font-weight: 600;
}
.linha-proposta {
margin-bottom: 40px;
}
.texto-proposta {
width: 100%;
height: 200px;
resize: none;
}
}