mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-09-11 09:32:33 +00:00
23 lines
261 B
Plaintext
23 lines
261 B
Plaintext
.specialFeatsTab {
|
|
.card {
|
|
.head {
|
|
.level {
|
|
float: left;
|
|
}
|
|
|
|
.uses {
|
|
float: right;
|
|
}
|
|
}
|
|
|
|
&.trait {
|
|
.head .name {
|
|
width: 100%;
|
|
input {
|
|
width: 100%;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|