Show official URL on item detail page

This commit is contained in:
Andrew Miner
2015-03-12 22:33:42 -07:00
parent 9ac8593ba3
commit 0525f49008
4 changed files with 38 additions and 6 deletions
+5
View File
@@ -24,6 +24,11 @@ button {
background: white;
color: $color-active-hover;
}
&.large {
margin: 2em 0;
padding: 0.5em 0.5em;
}
}
h1 {
+10
View File
@@ -13,6 +13,16 @@ All rights reserved.
display: inline-block;
}
.sidebar {
.externalLink {
display: none;
}
button.large {
width: 100%;
}
}
.mainBody {
h1.name {
font-family: $font-family-header;