2013-09-05 14:37:07 -05:00
|
|
|
.upload-selector {
|
2013-10-08 11:55:20 -05:00
|
|
|
label {
|
|
|
|
display: inline-block;
|
|
|
|
padding-left: 10px;
|
2013-09-05 14:37:07 -05:00
|
|
|
}
|
2013-10-08 12:48:27 -05:00
|
|
|
.radios {
|
2014-03-31 11:18:39 -05:00
|
|
|
height: 60px;
|
2013-10-08 12:48:27 -05:00
|
|
|
.inputs {
|
|
|
|
float: right;
|
|
|
|
width: 75%;
|
|
|
|
input {
|
|
|
|
width: 90%;
|
|
|
|
margin: 0 0 5px 0;
|
|
|
|
}
|
|
|
|
input[type="file"] {
|
2014-12-15 21:12:56 -06:00
|
|
|
font-size: 1em;
|
2013-10-08 12:48:27 -05:00
|
|
|
line-height: 18px;
|
|
|
|
}
|
2013-10-10 10:51:48 -05:00
|
|
|
.description, .hint {
|
2014-11-06 16:17:47 -06:00
|
|
|
color: scale-color($primary, $lightness: 50%);
|
2013-10-08 12:48:27 -05:00
|
|
|
}
|
2013-10-10 10:51:48 -05:00
|
|
|
.hint {
|
|
|
|
font-style: italic;
|
|
|
|
margin: 5px 0 0 0;
|
|
|
|
}
|
2013-10-08 11:55:20 -05:00
|
|
|
}
|
2013-09-05 14:37:07 -05:00
|
|
|
}
|
2014-03-31 11:18:39 -05:00
|
|
|
.radios:last-child {
|
|
|
|
height: 20px;
|
|
|
|
}
|
2013-09-05 14:37:07 -05:00
|
|
|
}
|
2014-06-26 10:43:44 -05:00
|
|
|
|
|
|
|
.uploaded-image-preview {
|
|
|
|
height: 270px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.image-upload-controls {
|
|
|
|
padding: 10px;
|
2015-01-28 12:33:11 -06:00
|
|
|
label.btn {
|
|
|
|
padding: 7px 10px 5px 10px;
|
|
|
|
}
|
2014-06-26 10:43:44 -05:00
|
|
|
}
|