mirror of
https://github.com/status-im/consul.git
synced 2025-01-20 18:50:04 +00:00
ca42ddee1f
* style: update gray brand colors * style: update brand colors * chore: upgrades base platform deps * style: updates learn callouts label color * style: icons to flat consul primary color * style: errand link styles * refactor(home): use react-learn-callout * chore; adds ts config, upgrades components * chore: upgrade deps chore: upgrade to latest component styles chore: upgrades nextjs-scripts * chore: fix-router * update deps, add new downloads page * chore: upgrade to stable deps chore: use npm 7 * style: home callouts body copy to gray-2 * chore: upgrade hashi-stack-menu * style: home feature icons update * chore: upgrade deps body copy colors * chore: upgrades alert banner * feat: updates favicon * style(downloads): adds pre-release and release candidate styles * fix(home): adds right padding to quote * content(home): swap assets * content(uses-cases): updates assets * chore: removes use cases icon override * content(use-cases): swap out svgs for pngs * content: copies asset * trying again with this asset * try putting asset in public * content(use-cases): updates mercedes case study aseset * chore: upgrades product download page prerelease * chore: updates product download page to stable * chore: updates favicon path Co-authored-by: Jeff Escalante <jescalan@users.noreply.github.com>
59 lines
1005 B
CSS
59 lines
1005 B
CSS
.p-home {
|
|
& > section {
|
|
padding-top: 100px;
|
|
padding-bottom: 100px;
|
|
}
|
|
|
|
& .use-cases {
|
|
padding-top: 128px;
|
|
padding-bottom: 64px;
|
|
|
|
@media (max-width: 800px) {
|
|
padding-top: 88px;
|
|
}
|
|
|
|
& h2 {
|
|
margin: 0;
|
|
text-align: center;
|
|
margin-bottom: 64px;
|
|
@media (max-width: 800px) {
|
|
margin-bottom: 48px;
|
|
}
|
|
}
|
|
}
|
|
|
|
& section.cloud-offerings {
|
|
padding-top: 88px;
|
|
padding-bottom: 88px;
|
|
|
|
& h2 {
|
|
margin: 0 auto;
|
|
text-align: center;
|
|
max-width: 475px;
|
|
margin-bottom: 64px;
|
|
@media (max-width: 800px) {
|
|
margin-bottom: 48px;
|
|
}
|
|
}
|
|
}
|
|
|
|
& .g-callouts {
|
|
& > .g-grid-container > .items.layout-two-up > .callout-item-wrapper {
|
|
padding: 0;
|
|
}
|
|
|
|
& .callout-item.layout-two-up {
|
|
padding: 70px;
|
|
|
|
&.theme-light {
|
|
background-color: #f2f2f3;
|
|
transition: filter 0.25s ease;
|
|
|
|
&:hover {
|
|
filter: brightness(97%);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|