2013-09-05 15:37:07 -04:00
|
|
|
.upload-selector {
|
2018-06-08 05:49:31 -04:00
|
|
|
input[type="text"] {
|
2018-04-12 12:16:02 -04:00
|
|
|
width: calc(100% - 20px);
|
2013-09-05 15:37:07 -04:00
|
|
|
}
|
|
|
|
input[type="file"] {
|
2018-01-12 17:27:38 -05:00
|
|
|
font-size: $font-0;
|
|
|
|
line-height: $line-height-medium;
|
2013-09-05 15:37:07 -04:00
|
|
|
}
|
|
|
|
.description {
|
2019-01-23 14:35:53 -05:00
|
|
|
color: $primary-medium;
|
2013-09-05 15:37:07 -04:00
|
|
|
}
|
2018-04-11 10:24:08 -04:00
|
|
|
.radios {
|
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
align-items: center;
|
|
|
|
&:first-of-type {
|
|
|
|
margin-bottom: 1em;
|
|
|
|
}
|
2018-06-08 05:49:31 -04:00
|
|
|
input,
|
|
|
|
label {
|
2018-04-12 12:16:02 -04:00
|
|
|
min-height: 20px;
|
|
|
|
line-height: $line-height-medium;
|
|
|
|
margin: 0;
|
2018-04-11 10:24:08 -04:00
|
|
|
}
|
2018-04-12 12:16:02 -04:00
|
|
|
.radio {
|
|
|
|
padding-left: 5px;
|
2018-04-11 10:24:08 -04:00
|
|
|
}
|
|
|
|
.inputs {
|
2018-06-08 05:49:31 -04:00
|
|
|
margin-top: 10px;
|
2018-04-11 10:24:08 -04:00
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
}
|
2013-09-05 15:37:07 -04:00
|
|
|
}
|
2014-06-26 11:43:44 -04:00
|
|
|
|
|
|
|
.uploaded-image-preview {
|
|
|
|
height: 150px;
|
|
|
|
}
|