File tree 3 files changed +43
-6
lines changed
static_src/sass/components
3 files changed +43
-6
lines changed Original file line number Diff line number Diff line change 14
14
{% wagtailcache 600 "footerlinks" current_site.pk is_pattern_library %}
15
15
{% footerlinks %}
16
16
{% endwagtailcache %}
17
- < p class ="footer__copyright "> © Torchbox {% now "Y" %}</ p >
18
17
19
18
< ul class ="footer__socials ">
20
19
< li >
63
62
{% endif %}
64
63
{% endwith %}
65
64
</ div >
65
+ < div class ="grid__footer-company ">
66
+ < div class ="footer__company ">
67
+ < div class ="footer__company-address ">
68
+ < p > © Torchbox {% now "Y" %} - </ p > < address > 3rd Floor, 15 Colston St, Bristol, BS1 5AP</ address >
69
+ </ div >
70
+ < div >
71
+ < p > Registered in England & Wales. Company no. 3983354, VAT no. 752981011</ p >
72
+ </ div >
73
+ </ div >
74
+ </ div >
66
75
</ div >
67
76
68
77
{% include "patterns/molecules/carbon-impact/carbon-impact.html" %}
Original file line number Diff line number Diff line change 35
35
}
36
36
}
37
37
38
- & __copyright {
39
- margin : $spacer-mini 0 0 ;
40
- }
41
-
42
38
& __socials {
43
39
display : flex ;
44
40
gap : $spacer-mini * 2 ;
96
92
}
97
93
}
98
94
95
+ & __company {
96
+ display : flex ;
97
+ flex-direction : column ;
98
+ height : 100% ;
99
+ margin : $spacer-medium 0 $spacer-mini ;
100
+ color : var (--color--grey-20 );
101
+
102
+ @include media-query (large ) {
103
+ justify-content : center ;
104
+ margin : 0 ;
105
+ }
106
+ }
107
+
108
+ & __company-address {
109
+ font-weight : 600 ;
110
+
111
+ > * {
112
+ font-style : normal ;
113
+ display : inline ;
114
+ }
115
+ }
116
+
99
117
& __carbon-impact-container {
100
118
background-color : var (--color--footer-background );
101
119
border-top : 1px solid var (--color--border );
Original file line number Diff line number Diff line change 273
273
grid-column : 2 / span 4 ;
274
274
275
275
@include media-query (large ) {
276
- grid-column : 2 / span 12 ;
276
+ grid-column : 2 / span 4 ;
277
+ }
278
+ }
279
+
280
+ & __footer-company {
281
+ grid-column : 2 / span 4 ;
282
+ grid-row : 2 ;
283
+
284
+ @include media-query (large ) {
285
+ grid-column : 10 / span 4 ;
286
+ grid-row : auto ;
277
287
}
278
288
}
279
289
You can’t perform that action at this time.
0 commit comments