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-05-06 01:50:51 -04:00
|
|
|
color: scale-color($primary, $lightness: 50%);
|
2013-09-05 15:37:07 -04:00
|
|
|
}
|
|
|
|
}
|
2014-06-26 11:43:44 -04:00
|
|
|
|
|
|
|
.uploaded-image-preview {
|
|
|
|
height: 150px;
|
|
|
|
background-position: center center;
|
|
|
|
background-size: cover;
|
|
|
|
background-color: $primary;
|
|
|
|
}
|