mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 07:26:04 +08:00
17 lines
314 B
SCSS
17 lines
314 B
SCSS
.upload-selector {
|
|
input[type="text"]{
|
|
width: 520px;
|
|
}
|
|
input[type="file"] {
|
|
font-size: 1em;
|
|
line-height: 18px;
|
|
}
|
|
.description {
|
|
color: dark-light-choose(scale-color($primary, $lightness: 50%), scale-color($secondary, $lightness: 50%));
|
|
}
|
|
}
|
|
|
|
.uploaded-image-preview {
|
|
height: 150px;
|
|
}
|