Updated character lists to Polymer 1

This commit is contained in:
Stefan Zermatten
2017-01-16 13:48:18 +02:00
parent d9e180bac0
commit 01535a414c
12 changed files with 165 additions and 124 deletions

View File

@@ -1,10 +1,32 @@
.characterCards {
padding: 4px;
.character-card{
background-color: #fff;
height: 300px;
min-width: 250px;
max-width: 500px;
flex-basis: 300px;
margin: 4px;
position: relative;
}
.characterCard{
width: 272px;
margin: 4px;
min-width: 272px;
flex-grow: 1;
.character-card .image {
position: relative;
}
.character-card .initials {
font-size: 100px;
color: rgba(255,255,255,0.1);
background: linear-gradient(-8deg, rgba(0,0,0,0.7), rgba(0,0,0,0));
}
.character-card paper-item {
margin-top: 8px;
margin-bottom: 8px;
}
.character-card .name {
font-weight: 500;
}
.character-card paper-ripple {
color: #fff ;
}