2013-02-05 14:16:51 -05:00
|
|
|
@import "foundation/variables";
|
|
|
|
@import "foundation/mixins";
|
|
|
|
|
2013-07-14 17:44:50 -04:00
|
|
|
.add-upload .icon-plus {
|
2013-02-05 14:16:51 -05:00
|
|
|
font-size: 10px;
|
|
|
|
position: relative;
|
|
|
|
left: -5px;
|
|
|
|
bottom: -5px;
|
|
|
|
text-shadow: -1px -1px 0 $btn-primary-background-color,
|
|
|
|
1px 1px 0 $btn-primary-background-color,
|
|
|
|
1px -1px 0 $btn-primary-background-color,
|
|
|
|
-1px 1px 0 $btn-primary-background-color;
|
|
|
|
}
|
|
|
|
|
2013-07-14 17:44:50 -04:00
|
|
|
.upload-selector {
|
2013-02-05 14:16:51 -05:00
|
|
|
input[type="text"]{
|
|
|
|
width: 520px;
|
|
|
|
}
|
|
|
|
input[type="file"] {
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 18px;
|
|
|
|
}
|
|
|
|
.description {
|
|
|
|
color: #9a9ea0;
|
|
|
|
}
|
|
|
|
}
|