Files
zaccaria.majid 6ba5ea0083 Aggiunti:
-metodi per controllo username
-message service
-metodi per estrapolare username da db
-metodi per eliminare i duplicati
-tooltip vari
2023-02-21 16:17:14 +01:00

53 lines
916 B
CSS

td {
height: 3.8rem;
}
.buttonGlobal {
border-radius: 50%;
padding: 0.5rem;
width: 2.8rem;
height: 2.8rem;
border: none;
padding: 0;
text-align: center;
}
.btnDup {
border-radius: 50%;
padding: 0.5rem;
width: 2.8rem;
height: 2.8rem;
border: none;
padding: 0;
text-align: center;
background-color: rgba(254, 152, 83, 0.2);
color: #fe9853;
}
.btnDet,
.btnAccept {
border-radius: 50%;
padding: 0.5rem;
width: 2.8rem;
height: 2.8rem;
border: none;
padding: 0;
text-align: center;
background-color: rgba(86, 184, 167, 0.2);
color: #56b8a7;
}
.btnDecline {
border-radius: 50%;
padding: 0.5rem;
width: 2.8rem;
height: 2.8rem;
border: none;
padding: 0;
text-align: center;
background-color: rgba(192, 57, 43, 0.2);
color: #C0392B;
}
.buttonNew {
border: none;
border-radius: 0.4rem;
padding: 0.2rem;
background-color: #27ae60;
color: #fff;
}