Fix Go to shop button for non-live events with subdomain

This commit is contained in:
Raphael Michel
2017-06-02 17:58:44 +02:00
parent 574fb6804f
commit e89e3d2e1b
3 changed files with 23 additions and 13 deletions

View File

@@ -51,6 +51,9 @@ nav.navbar .danger, nav.navbar .danger:hover, nav.navbar .danger:active {
padding: 15px;
min-height: 50px;
border: none;
&:hover, &:active {
text-decoration: none;
}
}
.product-row {