Commit 19663a16 by Félicie

button added to the home page

parent 28d949d7
Pipeline #1511 passed with stage
in 1 minute 32 seconds
...@@ -237,12 +237,11 @@ body { ...@@ -237,12 +237,11 @@ body {
} }
#see_more_info { #see_more_info {
position: absolute; white-space: normal;
bottom: 2rem;
right: 4rem;
} }
#see_more_info_link { #see_more_info_link {
color: #0275d8 !important; width: 100%;
} }
/* --Shifts exchange tile tile */ /* --Shifts exchange tile tile */
......
...@@ -34,9 +34,11 @@ ...@@ -34,9 +34,11 @@
<span>Je suis en binôme avec : </span> <span>Je suis en binôme avec : </span>
<span class="member_associated_partner member_info"></span> <span class="member_associated_partner member_info"></span>
</div> </div>
</div> <div id="see_more_info">
<div id="see_more_info"> <button type="button", class="btn btn--primary home_link_button" id="see_more_info_link">
<a href="#" id="see_more_info_link">Voir plus ></a> Accéder à mes infos et comprendre mon statut
</button>
</div>
</div> </div>
</div> </div>
<div class="tile high_tile" id="home_tile_my_services"> <div class="tile high_tile" id="home_tile_my_services">
......
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