55 lines
853 B
CSS
55 lines
853 B
CSS
/* footer A v2 - refined single column */
|
|
|
|
.__PFX__-fA-wrap{
|
|
padding:18px 12px 16px;
|
|
background:var(--bg-soft-color);
|
|
border-top:1px solid var(--border-color);
|
|
text-align:center;
|
|
font-size:13px;
|
|
}
|
|
|
|
.__PFX__-fA-links{
|
|
margin-bottom:10px;
|
|
}
|
|
|
|
.__PFX__-fA-links span{
|
|
margin-right:6px;
|
|
color:var(--text-muted-color);
|
|
}
|
|
|
|
.__PFX__-fA-links a{
|
|
margin:0 6px;
|
|
color:var(--primary-color);
|
|
}
|
|
|
|
.__PFX__-fA-sitemap{
|
|
margin:8px 0 10px;
|
|
}
|
|
|
|
.__PFX__-fA-sitemap a{
|
|
margin:0 6px;
|
|
color:var(--text-color);
|
|
font-size:12px;
|
|
}
|
|
|
|
.__PFX__-fA-copy{
|
|
margin-top:6px;
|
|
color:var(--text-muted-color);
|
|
line-height:1.65;
|
|
}
|
|
|
|
.__PFX__-fA-desc{
|
|
margin-bottom:6px;
|
|
}
|
|
|
|
.__PFX__-fA-email{
|
|
margin-bottom:4px;
|
|
color:var(--text-color);
|
|
font-size:12px;
|
|
}
|
|
|
|
.__PFX__-fA-cr{
|
|
font-size:12px;
|
|
opacity:.85;
|
|
}
|