fvtt-cthulhu-eternal/styles/archetype.less

23 lines
314 B
Plaintext
Raw Normal View History

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