update components

This commit is contained in:
Luke Pulverenti 2016-04-22 12:10:13 -04:00
parent aaeb444675
commit ceffef675b
7 changed files with 200 additions and 16 deletions

View file

@ -1,18 +1,17 @@
.card {
display: inline-block;
text-align: left;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-o-transition: all 500ms ease;
-ms-transition: all 500ms ease;
transition: all 500ms ease;
position: relative;
}
.card, .card a {
text-decoration: none;
font-weight: 400 !important;
}
iron-list .card {
display: block;
}
.card, .card a {
text-decoration: none;
font-weight: 400 !important;
}
.cardOverlayTarget {
position: absolute;