make file inputs match
This commit is contained in:
parent
fa7ab9a25f
commit
da05c45031
|
@ -31,6 +31,10 @@ input[type="color"] {
|
||||||
input[type="color"][disabled] {
|
input[type="color"][disabled] {
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
}
|
}
|
||||||
|
input[type="file"] {
|
||||||
|
padding: 1em 0;
|
||||||
|
width: 256px;
|
||||||
|
}
|
||||||
input[type="text"],
|
input[type="text"],
|
||||||
button {
|
button {
|
||||||
width: 14em;
|
width: 14em;
|
||||||
|
@ -84,10 +88,6 @@ input {
|
||||||
#threshold + label {
|
#threshold + label {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
#imageUpload {
|
|
||||||
padding: 1em 0;
|
|
||||||
width: 256px;
|
|
||||||
}
|
|
||||||
#preview,
|
#preview,
|
||||||
#room-output {
|
#room-output {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
|
|
@ -42,6 +42,11 @@ input[type="color"] {
|
||||||
background: none;
|
background: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input[type="file"] {
|
||||||
|
padding: 1em 0;
|
||||||
|
width: 256px;
|
||||||
|
}
|
||||||
|
|
||||||
input[type="text"], button {
|
input[type="text"], button {
|
||||||
width: 14em;
|
width: 14em;
|
||||||
margin: 1em;
|
margin: 1em;
|
||||||
|
@ -111,11 +116,6 @@ textarea, input {
|
||||||
// todo make this match the croppie slider or vice versa
|
// todo make this match the croppie slider or vice versa
|
||||||
}
|
}
|
||||||
|
|
||||||
#imageUpload {
|
|
||||||
padding: 1em 0;
|
|
||||||
width: 256px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#preview, #room-output {
|
#preview, #room-output {
|
||||||
.centre;
|
.centre;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue