Files
fvtt-ftl-nomad/styles/language.less
2025-02-13 23:19:32 +01:00

24 lines
318 B
Plaintext

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