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

@@ -9,6 +9,14 @@
height: 25px;
overflow: hidden;
&--big {
border-radius: 15px;
font-size: 14px;
line-height: 30px;
height: 30px;
padding: 0 20px;
}
&--adopt {
background: var(--color-green);
}
@@ -21,4 +29,5 @@
&--hold {
background: var(--color-marine);
}
}