writefreely/less/pages/import.less
2019-08-26 15:10:37 -07:00

18 lines
No EOL
274 B
Text

form.import-form {
display: flex;
flex-direction: column;
align-items: center;
&span.row {
justify-content: space-around;
}
input[type=file] {
width: 100%;
align-self: center;
}
input[type=submit] {
width: 100%;
margin-top: .5rem;
}
}