mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 06:30:15 +08:00
44 lines
736 B
SCSS
44 lines
736 B
SCSS
.upload-selector {
|
|
label {
|
|
display: inline-block;
|
|
padding-left: 10px;
|
|
}
|
|
.radios {
|
|
height: 60px;
|
|
.inputs {
|
|
float: right;
|
|
width: 75%;
|
|
input {
|
|
width: 90%;
|
|
margin: 0 0 5px 0;
|
|
}
|
|
input[type="file"] {
|
|
font-size: $font-0;
|
|
line-height: $line-height-medium;
|
|
}
|
|
.description, .hint {
|
|
color: dark-light-choose($primary-medium, $secondary-medium);
|
|
display: block;
|
|
}
|
|
.hint {
|
|
font-style: italic;
|
|
margin: 5px 0 0 0;
|
|
}
|
|
}
|
|
}
|
|
.radios:last-child {
|
|
height: 20px;
|
|
}
|
|
}
|
|
|
|
.uploaded-image-preview {
|
|
height: 270px;
|
|
}
|
|
|
|
.image-upload-controls {
|
|
padding: 10px;
|
|
label.btn {
|
|
padding: 5px 10px;
|
|
}
|
|
}
|