suppression du bouton de connexion page meetup
This commit is contained in:
		@@ -2073,20 +2073,6 @@ main.main-login .login > div > div:not(.hidden) form .button:hover, main.main-lo
 | 
			
		||||
  cursor: pointer;
 | 
			
		||||
  border: none;
 | 
			
		||||
}
 | 
			
		||||
.fullpage.meetup .connectToSeeButton {
 | 
			
		||||
  display: inline-block;
 | 
			
		||||
  font-family: "Marianne", sans-serif;
 | 
			
		||||
  font-size: 1rem;
 | 
			
		||||
  line-height: 1.4;
 | 
			
		||||
  padding: 0.5rem 1rem;
 | 
			
		||||
  margin-top: 3rem;
 | 
			
		||||
  margin-left: 3vw;
 | 
			
		||||
  font-weight: 800;
 | 
			
		||||
  color: white;
 | 
			
		||||
  background-color: #038788;
 | 
			
		||||
  transform: translateY(0);
 | 
			
		||||
  transition: transform 0.2s ease-out;
 | 
			
		||||
}
 | 
			
		||||
.fullpage.meetup .ornements_top_over {
 | 
			
		||||
  top: -15vh;
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							@@ -162,21 +162,6 @@
 | 
			
		||||
        }
 | 
			
		||||
      }
 | 
			
		||||
 | 
			
		||||
      //
 | 
			
		||||
      // Check if user is connected on meetup page
 | 
			
		||||
      //
 | 
			
		||||
 | 
			
		||||
      const connectLink = document.querySelector('a[href="/user/login"]');
 | 
			
		||||
      const meetup = document.querySelector('.meetup_list');
 | 
			
		||||
 | 
			
		||||
      if (connectLink && meetup) {
 | 
			
		||||
        const connectToSeeButton = document.createElement('a');
 | 
			
		||||
        connectToSeeButton.classList.add('connectToSeeButton');
 | 
			
		||||
        connectToSeeButton.setAttribute('href', '/user/login');
 | 
			
		||||
        connectToSeeButton.append('Se connecter pour consulter les offres');
 | 
			
		||||
        meetup.parentElement.insertBefore(connectToSeeButton, meetup);
 | 
			
		||||
      }
 | 
			
		||||
 | 
			
		||||
      //
 | 
			
		||||
      // Effets parallax
 | 
			
		||||
      //
 | 
			
		||||
 
 | 
			
		||||
@@ -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 {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user