agecem-org/public/css/vie-etudiante.css

17 lines
204 B
CSS
Raw Normal View History

.table {
font-family: "Poppins";
}
td {
padding: 5px 10px;
}
.tableRowHeading {
font-weight: 600;
}
.tableRow:nth-child(odd) {}
.tableRow:nth-child(even) {
background-color: #F4F4F4;
}