forked from public/foundryvtt-reve-de-dragon
Reprise des attributs secondaires
This commit is contained in:
@ -353,10 +353,10 @@ table {border: 1px solid #7a7971;}
|
||||
flex: 'flex-shrink' ;
|
||||
}
|
||||
:is(.flex-grow, .flex-grow-3) {
|
||||
flex-grow : 3;
|
||||
flex-grow: 3;
|
||||
}
|
||||
.flex-grow-2 {
|
||||
flex-grow : 2;
|
||||
flex-grow: 2;
|
||||
}
|
||||
/* Styles limited to foundryvtt-reve-de-dragon sheets */
|
||||
.equipement-nom {
|
||||
@ -538,24 +538,40 @@ input:is(.blessure-premiers_soins, .blessure-soins_complets) {
|
||||
width: max-content;
|
||||
}
|
||||
|
||||
.rdd.sheet .window-content .sheet-body .carac-list .caracteristique > .carac-label {
|
||||
flex-basis: 50%;
|
||||
}
|
||||
.rdd.sheet .window-content .sheet-body .carac-list .caracteristique > .attribut-label {
|
||||
flex-basis: 50%;
|
||||
}
|
||||
.rdd.sheet .window-content .sheet-body .carac-list .caracteristique > .competence-value.total {
|
||||
flex-grow: 1;
|
||||
text-align: right;
|
||||
.carac-label {
|
||||
flex-basis: 40%;
|
||||
}
|
||||
.rdd.sheet .window-content .sheet-body .carac-list .caracteristique > .utiliser-attribut {
|
||||
flex-basis: available;
|
||||
flex-grow: 1;
|
||||
}
|
||||
.rdd.sheet .window-content .sheet-body .carac-list .caracteristique > * {
|
||||
.rdd.sheet .window-content .sheet-body .carac-list .caracteristique .carac-value {
|
||||
flex-basis: 15%;
|
||||
flex-grow: 0;
|
||||
}
|
||||
.rdd.sheet .window-content .sheet-body .carac-list .caracteristique .carac-xp {
|
||||
flex-basis: 13%;
|
||||
flex-grow: 0;
|
||||
}
|
||||
.rdd.sheet .window-content .sheet-body .carac-list .caracteristique .derivee-label {
|
||||
flex-grow: 1;
|
||||
}
|
||||
.rdd.sheet .window-content .sheet-body .carac-list .caracteristique .derivee-value {
|
||||
flex-grow: 0;
|
||||
flex-basis: 15%;
|
||||
margin-right: 0.2rem;
|
||||
margin-left: 0.2rem;
|
||||
}
|
||||
.rdd.sheet .window-content .sheet-body .carac-list .caracteristique .flex-grow-1 {
|
||||
flex-grow: 1;
|
||||
}
|
||||
.rdd.sheet .window-content .sheet-body .carac-list .caracteristique .flex-grow-2 {
|
||||
flex-grow: 2;
|
||||
}
|
||||
.rdd.sheet .window-content .sheet-body .carac-list .caracteristique .flex-grow-3 {
|
||||
flex-grow: 3;
|
||||
}
|
||||
|
||||
|
||||
.editor {
|
||||
border: 2;
|
||||
@ -1080,12 +1096,6 @@ div.competence-column div.categorie-competence{
|
||||
margin-right: 0.2rem;
|
||||
margin-left: 0.2rem;
|
||||
}
|
||||
.description-value {
|
||||
flex-grow: 0;
|
||||
flex-basis: 4rem;
|
||||
margin-right: 0.2rem;
|
||||
margin-left: 0.2rem;
|
||||
}
|
||||
.competence-xp {
|
||||
flex-grow: 0;
|
||||
flex-basis: 2rem;
|
||||
|
Reference in New Issue
Block a user