Add item detail page

This commit is contained in:
Tom Raithel
2017-02-11 22:53:54 +01:00
parent 56f9495a59
commit 1f58dea853
21 changed files with 301 additions and 89 deletions

View File

@@ -8,8 +8,16 @@
line-height: 25px;
color: var(--color-gray-normal);
&--primary {
color: var(--color-brand);
}
&--big {
font-size: 16px;
}
&:hover {
color: var(--color-white);
text-decoration: underline;
}
&:before {