make file inputs match
This commit is contained in:
parent
fa7ab9a25f
commit
da05c45031
|
@ -31,6 +31,10 @@ input[type="color"] {
|
|||
input[type="color"][disabled] {
|
||||
opacity: 0.5;
|
||||
}
|
||||
input[type="file"] {
|
||||
padding: 1em 0;
|
||||
width: 256px;
|
||||
}
|
||||
input[type="text"],
|
||||
button {
|
||||
width: 14em;
|
||||
|
@ -84,10 +88,6 @@ input {
|
|||
#threshold + label {
|
||||
margin: 0 auto;
|
||||
}
|
||||
#imageUpload {
|
||||
padding: 1em 0;
|
||||
width: 256px;
|
||||
}
|
||||
#preview,
|
||||
#room-output {
|
||||
margin: 0 auto;
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue