2013-09-05 15:37:07 -04:00
|
|
|
.upload-selector {
|
|
|
|
input[type="text"]{
|
|
|
|
width: 520px;
|
|
|
|
}
|
|
|
|
input[type="file"] {
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 18px;
|
|
|
|
}
|
|
|
|
.description {
|
2014-02-23 20:47:44 -05:00
|
|
|
color: lighten($primary_text_color, 35%);
|
2013-09-05 15:37:07 -04:00
|
|
|
}
|
|
|
|
}
|