2024-12-04 00:11:23 +01:00
|
|
|
.weapon-content {
|
|
|
|
.sheet-common();
|
|
|
|
.item-sheet-common();
|
|
|
|
|
|
|
|
.header {
|
2024-12-17 09:25:02 +01:00
|
|
|
background-color: var(--color-light-1);
|
2024-12-04 00:11:23 +01:00
|
|
|
display: flex;
|
|
|
|
img {
|
|
|
|
width: 50px;
|
|
|
|
height: 50px;
|
|
|
|
}
|
|
|
|
}
|
2024-12-17 09:25:02 +01:00
|
|
|
|
|
|
|
fieldset {
|
|
|
|
margin-top: 8px;
|
|
|
|
background-color: var(--color-light-1);
|
|
|
|
}
|
|
|
|
|
2024-12-04 00:11:23 +01:00
|
|
|
label {
|
|
|
|
flex: 10%;
|
|
|
|
}
|
|
|
|
}
|