You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
374 B
CSS

html,
body {
font-size: 36px;
line-height: 1.6;
font-family: sans-serif;
padding: 18px;
color: #2e4053;
}
#controller {
margin-bottom: 48px;
display: inline-block;
padding: 16px;
background-color: #ebedef;
}
#controller label + input {
margin-left: 32px;
}
input[type="file"] {
background-color: #ebedef;
padding: 16px;
font-size: 36px;
line-height: 1.6;
}