@front10/landing-page-book
Version:
A react library for landing page
30 lines (26 loc) • 835 B
CSS
:root {
--Footer-backgroundImage: none;
--Footer__Sections__Header-fontSize: 1.5rem;
--Footer__Sections__Link-fontSize: 0.8rem;
--Footer__Copyright-fontSize: 0.8rem; }
.SocialMediaShareButton {
display: inline-block;
cursor: pointer; }
.SocialMediaShareButton div {
width: 30px ;
height: 30px ; }
.SocialMediaShareButton svg {
width: 30px;
height: 30px; }
.SocialMediaShareButton--grayScale svg {
filter: grayscale(1); }
.Footer {
padding: 2.5rem 0;
text-align: center;
background-image: var(--Footer-backgroundImage); }
.Footer .Footer__Copyright {
font-size: var(--Footer__Copyright-fontSize); }
.Footer .Footer__Sections__Header {
font-size: var(--Footer__Sections__Header-fontSize); }
.Footer a {
font-size: var(--Footer__Sections__Link-fontSize); }