Migrated stats tab to Polymer 1.0

This commit is contained in:
Stefan Zermatten
2017-01-17 15:01:11 +02:00
parent b8fdc27df9
commit 420de9b005
19 changed files with 214 additions and 255 deletions

View File

@@ -56,7 +56,7 @@ $thinColumnWidth: 240px;
padding: 16px;
border-radius: 0 0 2px 2px;
&.list {
padding: 0 0 16px 0;
padding: 16px 0;
.subhead {
color: rgba(0,0,0,0.54);
font-size: 14px;

View File

@@ -3,7 +3,7 @@ List items
*/
.item-slot {
background-color: rgb(232, 232, 232);
background-color: rgba(0, 0, 0, 0.1);
background-color: rgba(0, 0, 0, 0.1);
}
.item {
@@ -30,7 +30,7 @@ List items
box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.37);
z-index: 10;
}
core-icon, paper-icon-button {
iron-icon, paper-icon-button {
color: #747474;
color: rgba(0,0,0,0.54);
}

View File

@@ -35,14 +35,6 @@ hr {
text-align: center;
}
/*
Stop all links from formatting themselves
*/
a {
text-decoration: none;
color: inherit;
}
.avatar {
display: inline-block;
box-sizing: border-box;