Files
DiceCloud/rpg-docs/client/views/character/stats/skillRow/skillRow.css
Stefan Zermatten 4261776d8c Removed SCSS, using CSS only now
SCSS wasn't being utilized enough to add much value to the build times
2017-01-20 09:06:24 +02:00

23 lines
464 B
CSS

.skill-row .skill-mod{
width: 45px;
text-align: center;
}
.skill-row .skill-mod.fail {
color: #D50000;
}
.skill-row .skill-mod.advantage{
background-image: url(/png/advantage/greenUp.png);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
.skill-row .skill-mod.disadvantage{
background-image: url(/png/advantage/redDown.png);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}