Skillrows overhauled to material design specs

This commit is contained in:
Thaum
2015-02-03 14:06:51 +00:00
parent 58917ce3db
commit 63df21934d
5 changed files with 42 additions and 66 deletions

View File

@@ -1,36 +1,19 @@
.skillRow {
height: 32px;
display: flex;
align-items: center;
position: relative;
margin: 0 -8px 0 -8px;
}
.skillRow:hover{
background: #FFEBEE;
}
.profIcon{
display: inline-block;
width: 40px;
height: 26px;
background-size: contain;
background-repeat: no-repeat;
/*TODO fix the actual images and remove inversion*/
-webkit-filter: invert(100%);
opacity: 0.54;
pointer-events: none;
.skillRow core-icon {
color: rgba(0,0,0,0.54);
}
.skillMod {
width: 20px;
text-align: right;
width: 42px;
text-align: center;
}
.skillName, .skillMod{
display: inline-block;
vertical-align: top;
margin-right: 8px;
}
.fail.skillMod {
@@ -41,14 +24,16 @@
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;
}
td.conditionals::after{
.hasConditionals::after{
content: "*";
}