make file inputs match

This commit is contained in:
synth-ruiner
2018-03-03 09:28:15 +00:00
parent fa7ab9a25f
commit da05c45031
2 changed files with 9 additions and 9 deletions

View File

@@ -42,6 +42,11 @@ input[type="color"] {
background: none;
}
input[type="file"] {
padding: 1em 0;
width: 256px;
}
input[type="text"], button {
width: 14em;
margin: 1em;
@@ -111,11 +116,6 @@ textarea, input {
// todo make this match the croppie slider or vice versa
}
#imageUpload {
padding: 1em 0;
width: 256px;
}
#preview, #room-output {
.centre;