Renamed views>character>stats

This commit is contained in:
Thaum
2015-02-24 13:48:06 +00:00
parent 83186ec38a
commit 52b8c8b8d6
10 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,39 @@
.skillRow {
height: 32px;
margin: 0 -16px 0 -16px;
}
.skillRow core-icon {
color: rgba(0,0,0,0.54);
}
.skillMod {
width: 42px;
text-align: center;
}
.skillName, .skillMod{
}
.fail.skillMod {
color: #D50000;
}
.advantage{
background-image: url(/png/advantage/greenUp.png);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
.disadvantage{
background-image: url(/png/advantage/redDown.png);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
.hasConditionals::after{
content: "*";
}