Files
DiceCloud/rpg-docs/client/style/tables.scss
Stefan Zermatten 98c69e9e17 Style tweaks
2015-06-25 13:38:33 +02:00

25 lines
250 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;
}
}
}
.summaryTable {
&:nth-child(3){
text-align: right;
}
}