Commit 4cdc5f30 by Félicie

buttons upgraded

parent e0a0f306
Pipeline #1864 passed with stage
in 1 minute 37 seconds
...@@ -15,6 +15,22 @@ ...@@ -15,6 +15,22 @@
left: 5px; left: 5px;
} }
/* Buttons */
.management_type_buttons {
margin-top: 60px;
display: flex;
justify-content: center;
}
.management_type_button {
height: 2.2em;
width: 30%;
border-radius: 3px;
margin: 10px;
font-size: 1.3em;
}
/* Search membres area */ /* Search membres area */
#search_member_form_area { #search_member_form_area {
......
...@@ -26,33 +26,16 @@ ...@@ -26,33 +26,16 @@
</div> </div>
<div class="page_content"> <div class="page_content">
<div class="management_type_buttons txtcenter"> <div class="management_type_buttons txtcenter">
<button type="button" class="btn--primary management_type_button" id="manage_attached_create_pair_button"> <button type="button" class="btn--primary management_type_button" id="manage_attached_create_pair_button">
Créer un binôme Créer un binôme
<span class="management_type_button_icons"><i class="fas fa-arrow-right"></i></span> <span class="management_type_button_icons"></span>
</button><br> </button><br>
<button type="button" class="btn--primary management_type_button" id="manage_attached_delete_pair_button"> <button type="button" class="btn--primary management_type_button" id="manage_attached_delete_pair_button">
Désolidariser un binôme Désolidariser un binôme
<span class="management_type_button_icons"><i class="fas fa-arrow-right"></i></span> <span class="management_type_button_icons"></span>
</button><br> </button><br>
</div> </div>
<!-- <div id="search_member_area">
<div id="search_member_form_area">
<h4>Rechercher le.a coopérateur.ice titulaire</h4>
<form id="search_member_form" action="javascript:;" method="post">
<input type="text" id="search_member_input" value="" placeholder="Nom ou numéro du coop..." required>
<button type="submit" class="btn--primary" id="search_member_button">Recherche</button>
</form>
</div>
</div>
<div class="search_member_results_area" style="display:none;">
<div class="search_results_text">
<p><i>Choisissez parmi les membres trouvés :</i></p>
</div>
<div class="search_member_results"></div>
</div> -->
</div> </div>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment