Add JS logic for filter

This commit is contained in:
Tom Raithel
2017-02-12 22:35:40 +01:00
parent d96380a57f
commit b2a37fd698
5 changed files with 103 additions and 36 deletions

View File

@@ -18,6 +18,17 @@
border-top: 1px solid var(--color-gray-normal);
}
&--big {
padding: 20px 10px;
/*&:hover {
background: transparent;
& .item__title {
text-decoration: underline;
}
}*/
}
&--no-leading-border {
&:first-child {
border-top: none;