Add an "ask a question" link to item descriptions

This commit is contained in:
Andrew Miner
2015-06-12 14:28:45 -07:00
parent 6f65defc0a
commit b139d94d4d
3 changed files with 21 additions and 0 deletions
+12
View File
@@ -50,6 +50,18 @@ All rights reserved.
font-weight: bold;
}
}
.question {
position: absolute; top: 50%; left: 1em;
a {
color: $color-gray-medium;
font-family: $font-family-normal;
font-size: $font-size-small;
font-style: italic;
text-decoration: underline;
}
}
}
.creating {