some fix for types and effects
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user