2025-05-27 11:18:29 +02:00
|
|
|
body {
|
2025-05-28 17:05:34 +02:00
|
|
|
background-color: rgb(236, 236, 236);
|
2025-05-27 11:18:29 +02:00
|
|
|
}
|
2025-05-28 17:05:34 +02:00
|
|
|
|
|
|
|
.body-landing .container {
|
|
|
|
background-color: white;
|
|
|
|
border-radius: 10px;
|
|
|
|
padding: 20px;
|
2025-05-29 17:54:19 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.main-footer {
|
|
|
|
padding-bottom: 10rem;
|
|
|
|
background-color: #dfe5eb;
|
2025-06-01 19:04:11 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.no-name {
|
|
|
|
color: #df5a0d;
|
2025-06-01 19:07:17 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
table.js-sort-table th {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.js-sort-table th:hover {
|
|
|
|
background-color: #f0f0f0;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.js-sort-table th:active {
|
|
|
|
background-color: #e0e0e0;
|
2025-05-28 17:05:34 +02:00
|
|
|
}
|