56 lines
731 B
CSS
56 lines
731 B
CSS
#folhaA4 {
|
|
width: 210mm;
|
|
min-height: 207mm;
|
|
padding: 20mm;
|
|
margin: 10mm auto;
|
|
border: 1px solid #ccc;
|
|
background: white;
|
|
|
|
}
|
|
|
|
#primeiraLinha{
|
|
display: flex;
|
|
flex-direction: row;
|
|
gap: 20px;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
input,textarea,label{
|
|
font-size: 1.1rem;
|
|
}
|
|
|
|
textarea{
|
|
width: 100%;
|
|
height: 100px;
|
|
|
|
}
|
|
|
|
.submitButton{
|
|
display: flex;
|
|
margin-left: auto;
|
|
height:50% ;
|
|
padding: 8px 20px;
|
|
|
|
font-size: medium;
|
|
}
|
|
|
|
.bi-download{
|
|
font-size: 1.2rem;
|
|
margin-right: 5px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
#infoPaciente{
|
|
margin-top: 50px;
|
|
margin-bottom: 40px;
|
|
}
|
|
|
|
#header-relatorio{
|
|
text-align: center;
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.info-paciente{
|
|
font-weight: bold;
|
|
}
|