Various fixes and enhancements
This commit is contained in:
@ -361,6 +361,15 @@ table {
|
||||
padding: 0 3px;
|
||||
}
|
||||
|
||||
.questionnaire-reponse {
|
||||
max-width: 42rem;
|
||||
margin-left: 1rem;
|
||||
}
|
||||
|
||||
.questionnaire-element {
|
||||
margin-top: 0.5rem;
|
||||
}
|
||||
|
||||
input[type="text"], select[type="text"] {
|
||||
background: white;
|
||||
color: #494e6b;
|
||||
@ -1169,4 +1178,22 @@ ul, li {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.fvtt-te-deum-character-creator {
|
||||
font-family: "GreatPrimer";
|
||||
font-size: 0.9rem;
|
||||
}
|
||||
|
||||
.fvtt-te-deum-character-creator .field-title {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.fvtt-te-deum-character-creator .status-section {
|
||||
display: block;
|
||||
max-width: 34rem;
|
||||
}
|
||||
|
||||
.item-name-label {
|
||||
min-width: 12rem;
|
||||
}
|
Reference in New Issue
Block a user