forked from GitHub-Mirrors/foundry-sw5e
Add powercasting dropdown
This commit is contained in:
parent
d716d514df
commit
08700670f9
3 changed files with 21 additions and 5 deletions
|
@ -695,6 +695,10 @@
|
|||
}
|
||||
}
|
||||
|
||||
.powercasting {
|
||||
text-transform: capitalize;
|
||||
}
|
||||
|
||||
.languages {
|
||||
grid-column-end: span 1;
|
||||
label {
|
||||
|
@ -982,7 +986,7 @@
|
|||
}
|
||||
|
||||
& > .panel {
|
||||
grid-template-rows: 56px 32px 24px auto;
|
||||
grid-template-rows: 64px 32px 24px auto;
|
||||
}
|
||||
h3.power-dc {
|
||||
line-height: 24px;
|
||||
|
@ -1083,9 +1087,6 @@
|
|||
margin-left: auto;
|
||||
}
|
||||
}
|
||||
// section.traits {
|
||||
// display:block;
|
||||
// }
|
||||
}
|
||||
}
|
||||
.tab.force-powerbook,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue