2013-09-05 15:37:07 -04:00
|
|
|
.upload-selector {
|
2013-10-08 12:55:20 -04:00
|
|
|
label {
|
|
|
|
display: inline-block;
|
|
|
|
padding-left: 10px;
|
2013-09-05 15:37:07 -04:00
|
|
|
}
|
2013-10-08 13:48:27 -04:00
|
|
|
.radios {
|
2018-05-30 23:24:43 -04:00
|
|
|
min-height: 60px;
|
2018-05-25 16:44:44 -04:00
|
|
|
display: flex;
|
|
|
|
align-items: flex-start;
|
|
|
|
label {
|
|
|
|
flex: 1 0 auto;
|
|
|
|
margin-right: 1em;
|
|
|
|
margin-top: 1px;
|
|
|
|
}
|
2013-10-08 13:48:27 -04:00
|
|
|
.inputs {
|
2018-05-25 16:44:44 -04:00
|
|
|
width: 100%;
|
2013-10-08 13:48:27 -04:00
|
|
|
input {
|
|
|
|
width: 90%;
|
|
|
|
margin: 0 0 5px 0;
|
|
|
|
}
|
|
|
|
input[type="file"] {
|
2018-01-12 17:27:38 -05:00
|
|
|
font-size: $font-0;
|
|
|
|
line-height: $line-height-medium;
|
2013-10-08 13:48:27 -04:00
|
|
|
}
|
2018-06-08 05:49:31 -04:00
|
|
|
.description,
|
|
|
|
.hint {
|
2017-10-10 16:07:46 -04:00
|
|
|
color: dark-light-choose($primary-medium, $secondary-medium);
|
2016-07-30 14:39:11 -04:00
|
|
|
display: block;
|
2013-10-08 13:48:27 -04:00
|
|
|
}
|
2013-10-10 11:51:48 -04:00
|
|
|
.hint {
|
|
|
|
font-style: italic;
|
|
|
|
margin: 5px 0 0 0;
|
|
|
|
}
|
2019-02-08 10:17:29 -05:00
|
|
|
.label {
|
|
|
|
margin: 0 0 5px 0;
|
|
|
|
}
|
2013-10-08 12:55:20 -04:00
|
|
|
}
|
2013-09-05 15:37:07 -04:00
|
|
|
}
|
2018-06-08 05:49:31 -04:00
|
|
|
.radios:last-child:not(:nth-child(2)) {
|
|
|
|
// last child for composer modal, but not theme import modal
|
2018-05-30 23:24:43 -04:00
|
|
|
min-height: 20px;
|
2014-03-31 12:18:39 -04:00
|
|
|
}
|
2013-09-05 15:37:07 -04:00
|
|
|
}
|
2014-06-26 11:43:44 -04:00
|
|
|
|
|
|
|
.uploaded-image-preview {
|
|
|
|
height: 270px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.image-upload-controls {
|
|
|
|
padding: 10px;
|
2015-01-28 13:33:11 -05:00
|
|
|
label.btn {
|
2018-10-01 10:21:40 -04:00
|
|
|
padding: 7px 10px;
|
2015-01-28 13:33:11 -05:00
|
|
|
}
|
2014-06-26 11:43:44 -04:00
|
|
|
}
|