2024-12-17 09:25:02 +01:00

23 lines
311 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);
}
label {
flex: 10%;
}
}