18 lines
188 B
SCSS
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;
|
|
}
|
|
}
|
|
} |