Add PageItemMobile component

This commit is contained in:
Mathias Schopmans
2017-04-03 16:20:25 +02:00
parent e8fbddbe18
commit b5b20584ef
3 changed files with 84 additions and 3 deletions

View File

@@ -40,3 +40,13 @@
}
}
}
.mobile-item-page {
background: #fff;
margin: 0 -15px;
padding: 15px;
&__aside {
padding: 20px 0
}
}