make file inputs match
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user