ptites modifs meetup et ajout bouton se connecter pour voir les offres

This commit is contained in:
Valentin
2024-04-10 15:19:47 +02:00
parent 0dbd73ffe0
commit 4adc386dc6
4 changed files with 64 additions and 4 deletions

View File

@@ -106,7 +106,7 @@
@include main_text_content();
padding: 0.2rem 0;
}
> a:not(.author, .offre-title) {
> a:not(.author, .offre-title, [title="Voir le profil utilisateur."]) {
grid-column: 1;
grid-row: 1/7;
align-self: center;
@@ -128,12 +128,21 @@
font-weight: 800;
}
}
> a[title="Voir le profil utilisateur."] {
grid-column: 2;
grid-row: 2/3;
color: black;
text-transform: uppercase;
font-weight: 800;
//display: none;
}
> a.author {
grid-column: 2;
grid-row: 2/3;
color: black;
text-transform: uppercase;
font-weight: 800;
display: none;
}
> a.offre-title {
grid-column: 2;
@@ -153,6 +162,7 @@
}
}
> div.date-offre {
font-size: 0.8rem;
grid-column: 2;
grid-row: 6/7;
height: unset !important;
@@ -166,6 +176,18 @@
}
}
}
.connectToSeeButton {
display: inline-block;
@include main_text_content();
padding: 0.5rem 1rem;
margin-top: 3rem;
margin-left: $x_margin;
font-weight: 800;
color: white;
background-color: $teal;
transform: translateY(0);
transition: transform 0.2s ease-out;
}
.ornements_top_over {