table { width: 100%; } .mat-mdc-form-field { font-size: 14px; width: 100%; } .text { color:black; font-weight: bold; font-size: 16px; /* Ajustez la taille de la police selon vos besoins */ } .bold-text { color:rgb(0, 0, 0); font-weight: bold; font-size: 16px; /* Ajustez la taille de la police selon vos besoins */ } // mat-card-title{ // background-color:rgb(107, 201, 120); // border-radius:5px; // box-sizing: border-box; // } .p-4{ color: white; } .success-status { color: rgb(255, 255, 255); padding: 5px; font-weight: bold; background-color:rgba(8, 167, 16, 0.74); border-radius:15px; box-sizing:border-box; } .failure-status { color: rgb(255, 255, 255); padding: 5px; font-weight: bold; background-color:rgba(167, 8, 8, 0.74); border-radius:15px; box-sizing:border-box; } .pending-status { color: rgb(250, 250, 250); font-weight: bold; padding: 5px; background-color:rgba(11, 121, 247, 0.952); border-radius:15px; box-sizing:border-box; }