Skip to content

Commit ef44782

Browse files
committed
Encapsulate address text in tags and set colour
1 parent b9d457f commit ef44782

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

tbx/project_styleguide/templates/patterns/organisms/footer/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
<div class="grid">
6969
<div class="grid__footer-address">
7070
<div class="footer__address">
71-
3rd Floor, 15 Colston St, Bristol BS1 5AP. Registered in England and Wales. Company No. 3983354. VAT No. 752981011.
71+
<p class="footer__address-text">3rd Floor, 15 Colston St, Bristol BS1 5AP. Registered in England and Wales. Company No. 3983354. VAT No. 752981011.</p>
7272
</div></div>
7373
</div>
7474
{% include "patterns/molecules/carbon-impact/carbon-impact.html" %}

tbx/static_src/sass/components/_footer.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,10 @@
8282
padding-bottom: $spacer-small;
8383
}
8484

85+
&__address-text {
86+
color: var(--color--grey-20);
87+
}
88+
8589
&__logo-link {
8690
display: flex;
8791
align-items: center;

0 commit comments

Comments
 (0)