suppression du bouton de connexion page meetup

This commit is contained in:
Valentin
2024-04-15 14:43:29 +02:00
parent e9c29cb090
commit 9efd055028
4 changed files with 1 additions and 42 deletions

View File

@@ -199,18 +199,6 @@
}
}
}
.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 {