version finale avec comparateur complet et amélioration UX
This commit is contained in:
@@ -102,6 +102,32 @@ body {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.estimate {
|
||||
display: inline-block;
|
||||
padding: 4px 10px;
|
||||
border-radius: 999px;
|
||||
font-weight: bold;
|
||||
margin-left: 6px;
|
||||
}
|
||||
|
||||
.favorable {
|
||||
background: #d9f7e8;
|
||||
color: #146c43;
|
||||
border: 1px solid #9ed8b8;
|
||||
}
|
||||
|
||||
.possible {
|
||||
background: #fff3cd;
|
||||
color: #8a6d1d;
|
||||
border: 1px solid #eed58f;
|
||||
}
|
||||
|
||||
.difficile {
|
||||
background: #f8d7da;
|
||||
color: #842029;
|
||||
border: 1px solid #e4aeb5;
|
||||
}
|
||||
|
||||
.map {
|
||||
height: 420px;
|
||||
width: 100%;
|
||||
|
||||
Reference in New Issue
Block a user