mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 03:05:25 +08:00
13 lines
208 B
SCSS
13 lines
208 B
SCSS
.upload-selector {
|
|
input[type="text"]{
|
|
width: 520px;
|
|
}
|
|
input[type="file"] {
|
|
font-size: 14px;
|
|
line-height: 18px;
|
|
}
|
|
.description {
|
|
color: scale-color($primary, $lightness: 50%);
|
|
}
|
|
}
|