fvtt-cthulhu-eternal/styles/mentaldisorder.less
2024-12-17 09:25:02 +01:00

24 lines
370 B
Plaintext

.mentaldisorder-content {
.sheet-common();
.item-sheet-common();
fieldset {
margin-top: 8px;
background-color: var(--color-light-1);
}
.header {
background-color: var(--color-light-1);
display: flex;
img {
width: 50px;
height: 50px;
}
}
label {
flex: 10%;
}
}