JSK_Mechta/generate-ballots/style.css

23 lines
273 B
CSS

body {
line-height: 1.6;
font-size: 18px;
font-family: sans-serif;
color: #222;
margin: 40px 40px ;
background-color: #fafaff;
}
.hidden {
visibility: hidden;
}
input[type="file"]{
field-sizing: content;
}
textarea#output_text
{
width: 400px;
height: 400px;
}