Files
DiceCloud/rpg-docs/client/style/tables.scss
2015-05-18 14:13:28 +02:00

18 lines
188 B
SCSS

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