Gestion correcte de l'editeur de blessures

This commit is contained in:
2020-07-27 16:27:41 +02:00
parent c1a6ee1e92
commit 77f5fe0a21
6 changed files with 161 additions and 92 deletions

View File

@ -17,18 +17,18 @@
--major-button-color: #dadada;
--tab-header-font-family: GoudyAcc;
--tab-header-font-size: 16px;
--tab-header-font-size: 14px;
--tab-header-font-weight: 700;
--tab-header-color: #403f3e;
--tab-header-color-active: #4a0404;
--actor-input-font-family: GoudyAcc;
--actor-input-font-size: 14px;
--actor-input-font-size: 12px;
--actor-input-font-weight: 500;
--actor-input-color: black;
--actor-label-font-family: GoudyAcc;
--actor-label-font-size: 16px;
--actor-label-font-size: 12px;
--actor-label-font-weight: 700;
--actor-label-color: #464331c4;
@ -321,8 +321,18 @@ button {
flex-grow: 0;
margin-right: 4px;
}
.competence-column {
flex-direction: column;
align-content: flex-start;
justify-content: flex-start;
flex-grow: 0;
flex-basis: 1;
}
.competence-header {
align-content: flex-start;
justify-content: flex-start;
font-weight: bold;
flex-grow: 0;
}
.competence-label {
flex-grow: 2;
@ -339,6 +349,14 @@ button {
margin-right: 4px;
margin-left: 4px;
}
.blessures-title {
font-weight: bold;
}
.blessure-data {
flex-direction: row;
align-content: flex-start;
justify-content: flex-start;
}
.blessures-soins {
flex-grow: 0;
flex-basis: 32px;