*{ font-family: 'Roboto'; } .text { color:blue; font-weight: bold; font-size: 16px; /* Ajustez la taille de la police selon vos besoins */ } .title{ font-size: 20px; } .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(255, 255, 255); // box-sizing: border-box; } .p-4{ color: rgba(240, 238, 238, 0); } .card{ border: none; border-radius:none !important; } .mat-mdc-card-title { color: black; font-family: var(--mat-card-title-text-font); line-height: var(--mat-card-title-text-line-height); font-size: 1.2rem; letter-spacing: var(--mat-card-title-text-tracking); font-weight: bold; } .align-right .mat-cell { text-align: right; } .mat-mdc-card-title, .mat-mdc-card-subtitle { display: block; margin: 1rem; } .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; box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.3); } .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; box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.3); } .failed-status { color: rgb(250, 250, 250); font-weight: bold; padding: 5px; background-color:rgba(247, 39, 11, 0.952); border-radius:15px; box-sizing:border-box; box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.3); } .with-shadow { box-shadow: 2px 2px 2px 2px rgba(0.3, 0.3, 0.3, 0.3); } // :::::::::::::::::::::::after .surface-card { border-radius: 10px; box-shadow: 0 2px 5px rgba(134, 102, 102, 0.15); padding: 1rem; } .shadow-2 { box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); } .bg-gray-200 { background-color: #f5f5f5; } .bg-blue-100 { background-color: #e6f7ff; } .bg-orange-100 { background-color: #fff7e6; } .bg-cyan-100 { background-color: #e6fffa; } .bg-purple-100 { background-color: #f7e6ff; } .border-round { border-radius: 0; } .p-3 { padding: 1rem; } .p-4 { padding: 1.5rem; } .text-500 { color: #6c757d; } .text-900 { color: #212529; } .text-xl { font-size: 1.25rem; } .font-medium { font-weight: 500; } .text-green-500 { color: #28a745; } .flex { display: flex; } .flex-column { flex-direction: column; } .justify-content-between { justify-content: space-between; } .align-items-center { align-items: center; } .gap-4 { gap: 1.5rem; } .justify-content-center { justify-content: center; } .w-100 { width: 100%; } .card{ background-color:#f6f6f6; border-radius: 0px !important; }