ajout du comparateur avec tri retrait et persistance locale

This commit is contained in:
2026-03-18 14:17:03 +01:00
parent 77b9435613
commit 666048cc0e
2 changed files with 122 additions and 50 deletions
+29 -1
View File
@@ -74,6 +74,20 @@ body {
border: none;
border-top: 1px solid #ddd;
}
.compare-controls {
display: flex;
gap: 20px;
flex-wrap: wrap;
margin-bottom: 15px;
}
.compare-controls input,
.compare-controls select {
padding: 8px;
font-size: 14px;
min-width: 140px;
}
.detail-card h2,
.detail-card h3 {
@@ -83,7 +97,7 @@ body {
.detail-card p {
margin: 8px 0;
}
.map-box {
overflow: hidden;
}
@@ -94,6 +108,20 @@ body {
border-radius: 6px;
}
.compare-controls {
display: flex;
gap: 20px;
flex-wrap: wrap;
margin-bottom: 15px;
}
.compare-controls input,
.compare-controls select {
padding: 8px;
font-size: 14px;
min-width: 140px;
}
.message {
padding: 12px;
background: white;