mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 16:41:18 +08:00
17 lines
287 B
SCSS
17 lines
287 B
SCSS
.upload-selector {
|
|
input[type="text"]{
|
|
width: 520px;
|
|
}
|
|
input[type="file"] {
|
|
font-size: $font-0;
|
|
line-height: $line-height-medium;
|
|
}
|
|
.description {
|
|
color: dark-light-choose($primary-medium, $secondary-medium);
|
|
}
|
|
}
|
|
|
|
.uploaded-image-preview {
|
|
height: 150px;
|
|
}
|