osm-commerces/assets/styles/app.css
2025-06-01 19:07:17 +02:00

30 lines
No EOL
443 B
CSS

body {
background-color: rgb(236, 236, 236);
}
.body-landing .container {
background-color: white;
border-radius: 10px;
padding: 20px;
}
.main-footer {
padding-bottom: 10rem;
background-color: #dfe5eb;
}
.no-name {
color: #df5a0d;
}
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;
}