Files
fvtt-cthulhu-eternal/styles/weapon.less

41 lines
650 B
Plaintext

.weapon-content {
.sheet-common();
.item-sheet-common();
.header {
background-color: var(--color-light-1);
display: flex;
img {
width: 50px;
height: 50px;
}
}
fieldset {
margin-top: 8px;
background-color: var(--color-light-1);
input {
max-width: 5rem;
min-width: 5rem;
}
select {
max-width: 14rem;
min-width: 14rem;
}
input[type="checkbox"] {
max-width: 1.5rem;
min-width: 1.5rem;
}
.flexrow > *:not(:first-child) {
margin-left: 1rem;
}
.damage-distance {
margin-left: 2rem;
}
}
label {
flex: 10%;
}
}