Files
fvtt-hamalron/styles/equipement.less
T
2025-12-25 23:08:06 +01:00

35 lines
485 B
Plaintext

.equipment-content {
.sheet-common();
.item-sheet-common();
fieldset {
margin-top: 8px;
.form-group {
display: flex;
align-items: center;
}
.form-group label {
}
.form-group input {
min-width: 12rem;
max-width: 12rem;
}
.form-group select {
min-width: 12rem;
max-width: 12rem;
}
}
.header {
display: flex;
img {
width: 50px;
height: 50px;
}
}
label {
flex: 10%;
}
}