/* stylelint-disable docusaurus/copyright-header */ /** * CSS files with the .module.css suffix will be treated as CSS modules * and scoped locally. */ .heroBanner { padding: 4rem 0; text-align: center; position: relative; overflow: hidden; } .gigiwrapper { position: absolute; right: 0; top: 0; } .gigiwrapperrelative { position: relative; overflow: hidden; height: 256px; width: 256px; } .gigiwrapperrelative img { top: 50px; position: absolute; right: 0; } .gigibanner { position: absolute; top: 201px; right: -50px; padding: 1rem 0; background-color: var(--gigibannerbackground); color: var(--gigibannerforeground); transform: rotate(45deg); transform-origin: top right; width: 350px; text-align: center; font-weight: 700; } @media screen and (max-width: 800px) { .gigiwrapper { display: none; } } @media screen and (max-width: 966px) { .heroBanner { padding: 2rem; } } .buttons { display: flex; align-items: center; justify-content: center; } .features { display: flex; align-items: center; padding: 2rem 0; width: 100%; } .featureImage { height: 70px; width: 70px; margin: 1rem 1rem 1rem 0 !important; border-radius: 50% !important; } .homelink:hover, .homelink:hover i { color: var(--ifm-link-color); } .homelinkicon { font-size: 1.2rem; } .quickstartcontainer { padding: 0; border-radius: 1rem; display: flex; flex-wrap: wrap; flex-direction: row; margin: -0.5rem; } .quickstart { flex: 1; padding: 1rem; margin: 0.5rem; min-width: 200px; display: flex; align-items: center; background: var(--list-background); border-radius: 1rem; border: 1px solid var(--card-border); } .quickstart p { margin: 0; font-size: 1.5rem; } .quickstartlinkimg { height: 80px; width: 80px; margin: 1rem 1rem 1rem 0 !important; border-radius: 1rem; background-size: cover; object-fit: contain; background-position: center; } @media screen and (max-width: 600px) { .quickstartcontainer { flex-direction: column; } .quickstartlinkimg { height: 60px; width: 60px; } .featureImage { height: 50px; width: 50px; } } .apilinks h2 { font-size: 1rem; }