Files
DiceCloud/rpg-docs/client/style/tables.scss
2015-07-27 12:08:15 +02:00

22 lines
209 B
SCSS

td {
padding: 8px;
}
.strengthTable{
width: 100%;
td{
&:nth-child(2) {
text-align: right;
}
&:nth-child(3) {
width: 250px;
}
}
}
.summaryTable {
&:nth-child(3){
text-align: right;
}
}