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