Update layout.

This commit is contained in:
Lars Jung 2014-12-10 02:22:28 +01:00
parent 23fd639512
commit f5993a6ce7
6 changed files with 95 additions and 53 deletions

View file

@ -24,12 +24,13 @@
margin: 8px;
.item {
.card();
.rounded();
float: left;
margin: 8px;
box-shadow: 0 1px 1px 0 rgba(0,0,0,0.2);
&:hover, &.hover {
box-shadow: 0 1px 12px 0px rgba(0,0,0,0.5);
&:hover {
.raised();
}
}