Files
fvtt-hellborn/styles/malefica.less
2025-05-25 21:52:09 +02:00

42 lines
664 B
Plaintext

.malefica-content {
.sheet-common();
.item-sheet-common();
fieldset {
margin-top: 8px;
.form-group {
display: flex;
align-items: center;
}
.form-fields input[type="checkbox"] {
min-width: 2rem;
max-width: 2rem;
text-align: center;
}
.form-group input {
min-width: 12rem;
max-width: 12rem;
}
.form-group .long-input input {
min-width: 24rem;
max-width: 24rem;
}
.form-group select {
min-width: 12rem;
max-width: 12rem;
}
}
.header {
display: flex;
img {
width: 50px;
height: 50px;
}
}
label {
flex: 10%;
}
}