Files
fvtt-hellborn/styles/armor.less
LeRatierBretonnien ff180ddd2e
All checks were successful
Release Creation / build (release) Successful in 1m3s
PC sheet review + dialog rolls update
2025-05-25 14:35:18 +02:00

36 lines
525 B
Plaintext

.armor-content {
.sheet-common();
.item-sheet-common();
.header {
background-color: var(--color-light-1);
display: flex;
img {
width: 50px;
height: 50px;
}
}
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;
}
}
label {
flex: 10%;
}
}