@front10/landing-page-book
Version:
A react library for landing page
38 lines (34 loc) • 940 B
CSS
:root {
--Footer-color: #cccccc;
--Footer-backgroundColor: #383d45;
--Footer-backgroundImage: none;
--Footer__Sections__Link--hover-color: #fed136;
--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: 35px ;
height: 35px ; }
.SocialMediaShareButton svg {
width: 30px;
height: 30px; }
.SocialMediaShareButton--grayScale svg {
filter: grayscale(1); }
.Footer {
padding: 2.5rem 0;
color: #cccccc;
text-align: center;
background-color: #383d45;
background-image: none; }
.Footer .Footer__Copyright {
font-size: 0.8rem; }
.Footer .Footer__Sections__Header {
font-size: 1.5rem; }
.Footer a {
color: #cccccc;
font-size: 0.8rem; }
.Footer a:hover {
color: #fed136; }