Merge pull request #965 from ae-utbm/form-style

rework form style
This commit is contained in:
thomas girod
2024-12-27 22:24:09 +01:00
committed by GitHub
9 changed files with 767 additions and 219 deletions

View File

@ -446,6 +446,11 @@ body {
row-gap: $i * $row-gap;
}
}
// Make an element of the row take as much space as needed
.grow {
flex: 1;
}
}
/*---------------------------------NEWS--------------------------------*/
@ -1424,16 +1429,6 @@ footer {
width: 97%;
}
#user_edit {
* {
text-align: center;
}
img {
width: 100px;
}
}
#cash_summary_form label,
.inline {
display: inline;