some fix for types and effects

This commit is contained in:
Vlyan
2020-12-31 15:03:23 +01:00
parent b05f583b1e
commit 7eff620955
5 changed files with 24 additions and 14 deletions

View File

@@ -99,6 +99,11 @@
background: rgba(255, 255, 255, 0.25);
}
}
fieldset {
input[name="data.effects"] {
text-align: left;
}
}
article {
display: flex;
flex-wrap: wrap;
@@ -123,6 +128,9 @@
flex: 0 0 calc(25% - 0.5rem);
margin: 0.5rem 0.25rem 0.25rem;
}
.attribute3 {
flex: 0 0 calc(33% - 0.5rem);
}
select[name="data.advancement_type"],
select[name="data.skill"] {
text-transform: capitalize;