ajout page demandes devis

This commit is contained in:
thienan
2021-06-30 16:10:00 +02:00
parent 4f52ff8afe
commit 560cd29f16
8 changed files with 134 additions and 74 deletions

View File

@@ -192,6 +192,36 @@ color: white;
color: white;
}
.bg-0, .bg-1 {
background-color: khaki !important;
color: black;
}
.bg-2, .bg-3 {
background-color: orange !important;
color: black;
}
.bg-4, .bg-5 {
background-color: lightcoral !important;
color: black;
}
.bg-6, .bg-7 {
background-color: CornflowerBlue !important;
color: black;
}
.bg-8 {
background-color: LawnGreen !important;
color: black;
}
.bg-10, .bg-11, .bg-12 {
background-color: gray !important;
color: black;
}
.new-page {
page-break-before: always;
}