27 lines
406 B
Plaintext
27 lines
406 B
Plaintext
td {
|
|
height: 3.8rem;
|
|
}
|
|
|
|
.buttonGlobal {
|
|
border-radius: 50%;
|
|
padding: 0.5rem;
|
|
width: 2.8rem;
|
|
height: 2.8rem;
|
|
border: none;
|
|
padding: 0;
|
|
text-align: center;
|
|
margin-right: 1rem;
|
|
}
|
|
|
|
.btnDup {
|
|
.buttonGlobal;
|
|
background-color: rgba(254,152,83,0.2);
|
|
color: #fe9853;
|
|
}
|
|
|
|
.btnDet{
|
|
.buttonGlobal;
|
|
background-color: rgba(86,184,167,0.2);
|
|
color: #56b8a7;
|
|
}
|