adjusted file inputs for mobile devices
This commit is contained in:
parent
bfd31a793e
commit
dd07a1307f
@ -245,7 +245,6 @@ input[type="checkbox"]:checked::after {
|
|||||||
|
|
||||||
/* CUSTOM FILE INPUT */
|
/* CUSTOM FILE INPUT */
|
||||||
input[type="file"] {
|
input[type="file"] {
|
||||||
grid-column-start: 2;
|
|
||||||
color: white;
|
color: white;
|
||||||
width: 0.1px;
|
width: 0.1px;
|
||||||
height: 0.1px;
|
height: 0.1px;
|
||||||
@ -321,3 +320,12 @@ input[type="file"] {
|
|||||||
.file-input__container--valid + .file-input__remover {
|
.file-input__container--valid + .file-input__remover {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
@media (max-width: 999px) {
|
||||||
|
.file-input__container,
|
||||||
|
.file-input__remover {
|
||||||
|
grid-column-start: 1;
|
||||||
|
}
|
||||||
|
.file-input__remover {
|
||||||
|
justify-self: end;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user