Commit 10ef839e by Damien Moulard

Merge branch 'ticket_1642' into 'evolution_bdm'

ticket_1642 - alignement de la ligne créneau

See merge request !66
parents a67ae465 0c433a61
Pipeline #1501 passed with stage
in 1 minute 31 seconds
...@@ -204,33 +204,23 @@ body { ...@@ -204,33 +204,23 @@ body {
color: #d9534f; color: #d9534f;
} }
.member_shift_name_area {
margin-top: 10px;
}
.member_shift_name_area, .member_shift_name_area,
.member_coop_number_area { .member_coop_number_area {
margin-bottom: 10px; margin-bottom: 10px;
} }
.member_shift_name_area,
.member_coop_number_area,
.member_associated_partner_area { .member_associated_partner_area {
font-size: 1.9rem; font-size: 1.9rem;
line-height: 1.3; line-height: 1.3;
} }
@media screen and (max-width: 380px) { @media screen and (max-width: 380px) {
.member_shift_name_area,
.member_coop_number_area,
.member_associated_partner_area { .member_associated_partner_area {
font-size: 1.6rem; font-size: 1.6rem;
} }
} }
@media screen and (max-width: 992px) { @media screen and (max-width: 992px) {
.member_shift_name_area,
.member_coop_number_area,
.member_associated_partner_area { .member_associated_partner_area {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
......
...@@ -41,11 +41,9 @@ ...@@ -41,11 +41,9 @@
Numéro de coop Numéro de coop
</div> </div>
<div class="my_info_line_right member_coop_number_area"> <div class="my_info_line_right member_coop_number_area">
<div class="member_coop_number_area">
<span class="member_coop_number member_info"></span> <span class="member_coop_number member_info"></span>
</div> </div>
</div> </div>
</div>
<div class="my_info_line member_email_line"> <div class="my_info_line member_email_line">
<div class="my_info_line_left"> <div class="my_info_line_left">
Email Email
......
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