modifs pas finies de la carte interactive + clean des scss

This commit is contained in:
Valentin
2024-11-02 04:12:25 +01:00
parent c56dadee02
commit e6d39d0dc3
24 changed files with 943 additions and 642 deletions

View File

@@ -108,8 +108,8 @@
grid-template-rows: repeat(6, auto);
background-color: white;
> p, > a, > div, > a > h2 {
@include main_text_content();
padding: 0.2rem 0;
padding: 0.2rem 0;
@include main_text_content();
}
> a:not(.author, .offre-title, [title="Voir le profil utilisateur."]) {
grid-column: 1;
@@ -182,25 +182,25 @@
}
}
> .views-exposed-form {
@include main_text_content();
display: flex;
margin-left: $x_margin;
> div {
width: auto;
> select {
@include main_text_content();
font-size: 0.8rem;
}
display: flex;
margin-left: $x_margin;
@include main_text_content();
> div {
width: auto;
> select {
font-size: 0.8rem;
@include main_text_content();
}
}
> div:last-of-type {
margin-left: 1rem;
> input {
@include main_text_content();
font-size: 0.8rem;
background-color: $teal;
color: white;
cursor: pointer;
border: none;
font-size: 0.8rem;
background-color: $teal;
color: white;
cursor: pointer;
border: none;
@include main_text_content();
}
}
}
@@ -226,9 +226,9 @@
}
}
> h2 {
@include main_title();
margin-bottom: 3vh;
width: auto;
margin-bottom: 3vh;
width: auto;
@include main_title();
}
> .offre-content {
> div {