Restyle contact tab

This commit is contained in:
Matt-Yorkley
2020-01-20 16:00:02 +01:00
parent bd7549c57f
commit efd314e3b1
2 changed files with 2 additions and 7 deletions

View File

@@ -95,13 +95,8 @@
.header {
text-align: center;
text-transform: uppercase;
color: $dark-grey;
border-bottom: 1px solid $disabled-dark;
color: $med-grey;
margin-top: 0.75rem;
margin-bottom: 0.75rem;
padding-bottom: 0.25rem;
font-size: 0.875rem;
}
}
}

View File

@@ -6,7 +6,7 @@
%div.center
.header
= t :shopping_contact_address
%strong=current_distributor.name
%span= current_distributor.name
%p
= current_distributor.address.address1
- unless current_distributor.address.address2.blank?