Commit 6d8e0a10 authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files

Correction couleurs trop criardes

parent 3cee29df
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -27270,6 +27270,18 @@ textarea.form-control-lg {
  margin-left: -2px;
}
.card.bg-success {
  background-color: #80c299 !important;
}
.card.bg-danger {
  background-color: #e35858 !important;
}
.card.bg-warning {
  background-color: #e3a72f !important;
}
/* -------------- DataTables -------------- */
.dt-bootstrap5 .page-link {
  border-radius: 0px;
@@ -27351,6 +27363,10 @@ table thead th {
    max-width: 600px;
  }
}
.popover .popover-body.alert {
  margin-bottom: 0px;
}
/* -------------- Listes de définition -------------- */
dl {
  margin-top: 0;
+1 −1

File changed.

Preview size limit exceeded, changes collapsed.

+16 −0
Original line number Diff line number Diff line
@@ -94,6 +94,19 @@ $font-size-base: .9rem;
}


.card.bg-success {
  background-color: #80c299 !important;
}

.card.bg-danger {
  background-color: #e35858 !important;
}

.card.bg-warning {
  background-color: #e3a72f !important;
}



/* -------------- DataTables -------------- */

@@ -196,6 +209,9 @@ table thead th {
  }
}

.popover .popover-body.alert {
  margin-bottom: 0px;
}


/* -------------- Listes de définition -------------- */