@front10/landing-page-book
Version:
A react library for landing page
24 lines (19 loc) • 512 B
CSS
:root {
--Section__Title-fontSize: 2rem;
--Section__Title-color: #000;
--Section__Subtitle-fontSize: 0.9rem;
--Section__Subtitle-color: #b5b5b5;
--Section--gray-backgroundColor: #f8f9fa;
--Section--gray-backgroundImage: none; }
.Section div {
margin-left: auto;
margin-right: auto; }
.Section .Section__Title {
font-size: 2rem;
color: #000; }
.Section .Section__Subtitle {
font-size: 0.9rem;
color: #b5b5b5; }
.Section--gray {
background-color: #f8f9fa;
background-image: none; }