Actor sheet, step 1
This commit is contained in:
@@ -5,6 +5,23 @@
|
||||
fieldset {
|
||||
margin-top: 8px;
|
||||
background-color: var(--color-light-1);
|
||||
.form-group {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.form-group.long-input input {
|
||||
min-width: 24rem;
|
||||
max-width: 24rem;
|
||||
text-align: left;
|
||||
}
|
||||
.form-group input {
|
||||
min-width: 12rem;
|
||||
max-width: 12rem;
|
||||
}
|
||||
.form-group select {
|
||||
min-width: 12rem;
|
||||
max-width: 12rem;
|
||||
}
|
||||
}
|
||||
|
||||
.header {
|
||||
|
||||
Reference in New Issue
Block a user