@front10/landing-page-book
Version:
A react library for landing page
28 lines (23 loc) • 769 B
CSS
:root {
--Backers__Image-width: 50px;
--Backers__Image-height: 50px; }
:root {
--Image-boxShadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); }
.img-shadow {
box-shadow: var(--Image-boxShadow); }
.ImageList {
display: inline-flex;
flex-wrap: wrap; }
.ImageList .ImageList__Container {
margin-left: auto;
margin-right: auto; }
.ImageList .ImageList__Container img {
max-width: 100px; }
.ImageList .ImageList__Container--grayScale img {
filter: grayscale(1); }
.Backers .ImageList .ImageList__Container {
margin: 2px; }
.Backers .ImageList .ImageList__Container img,
.Backers .ImageList .ImageList__Container svg {
width: var(--Backers__Image-width);
height: var(--Backers__Image-height); }