Local sync

This commit is contained in:
2020-06-12 22:46:04 +02:00
parent 711ff19b10
commit 3962f33e84
8 changed files with 321 additions and 118 deletions

View File

@ -314,6 +314,61 @@ button {
font-family: "GoudyAcc", sans-serif;
}
/* ======================================== */
.sheet-competence-img {
width: 24px;
height: 24px;
flex-grow: 0;
margin-right: 4px;
}
.competence-header {
align-content: flex-start;
}
.competence-label {
flex-grow: 2;
}
.competence-value {
flex-grow: 0;
flex-basis: 64px;
margin-right: 4px;
margin-left: 4px;
}
.competence-xp {
flex-grow: 0;
flex-basis: 64px;
margin-right: 4px;
margin-left: 4px;
}
.blessures-soins {
flex-grow: 0;
flex-basis: 32px;
margin-right: 4px;
margin-left: 4px;
}
.blessures-loc {
flex-grow: 0;
flex-basis: 96px;
margin-right: 4px;
margin-left: 4px;
}
/* ======================================== */
.item-checkbox {
height: 25px;
border: 1px solid #736953a6;
border-left: none;
font-family: CaslonPro;
font-weight: 500;
font-size: 14px;
color: black;
padding-top: 5px;
margin-right: 0px;
width: 45px;
position: relative;
left: 0px;
text-align: center;
}
/* ======================================== */
/* Fatigue CSS */
.table-fatigue {