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