Mobile upload modal alignment

This commit is contained in:
Kris 2018-04-11 10:24:08 -04:00
parent 66abd340db
commit be72d65355
1 changed files with 19 additions and 1 deletions

View File

@ -1,6 +1,6 @@
.upload-selector {
input[type="text"]{
width: 520px;
width: 90%;
}
input[type="file"] {
font-size: $font-0;
@ -9,6 +9,24 @@
.description {
color: dark-light-choose($primary-medium, $secondary-medium);
}
.radios {
display: flex;
flex-wrap: wrap;
align-items: center;
&:first-of-type {
margin-bottom: 1em;
}
label {
vertical-align: middle;
}
input {
line-height: $line-height-large;
}
.inputs {
width: 100%;
}
}
}
.uploaded-image-preview {