Files
fvtt-hellborn/styles/tarot.less
LeRatierBretonnien 4d96c15066
All checks were successful
Release Creation / build (release) Successful in 1m2s
Add compendium data
2025-06-30 21:11:23 +02:00

51 lines
884 B
Plaintext

.tarot-content {
.sheet-common();
.item-sheet-common();
fieldset {
margin-top: 8px;
legend {
margin-top: 1rem;
}
.form-group {
display: flex;
align-items: center;
}
.form-group.long-input input {
min-width: 24rem;
max-width: 24rem;
text-align: left;
}
.form-group input {
min-width: 12rem;
max-width: 12rem;
}
.form-group select {
min-width: 12rem;
max-width: 12rem;
}
.flexrow,
.scrollable-content {
align-items: flex-start;
}
.tarot-pic {
margin-left: 1rem;
display: flex;
flex-direction: column;
justify-content: flex-start; // aligne le contenu en haut
align-items: center; // ce }
}
}
.header {
display: flex;
img {
width: 50px;
height: 50px;
}
}
label {
flex: 10%;
}
}