This commit is contained in:
2026-04-07 22:02:43 +02:00
parent 3f3f939267
commit e320feb2d7
17 changed files with 268 additions and 139 deletions

View File

@@ -12,6 +12,8 @@ $vert: green;
$bleu_fonce: #0056b3;
$bleu_clair: #007bff;
.c--noir {
color: $noir;
}

View File

@@ -20,6 +20,9 @@
height: 33px;
}
.margin_top_3 {
margin-top: 3px;
}
.margin_left_-20 {
margin-left: -20px;
}

View File

@@ -341,6 +341,7 @@
padding-top: 3px;
padding-bottom: 1px;
padding-right: 6px;
margin-top: -6px;
}
}