e33ed2356e
* 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>
93 lines
1.5 KiB
CSS
93 lines
1.5 KiB
CSS
.g-enterprise-comparison {
|
|
padding-top: 128px;
|
|
padding-bottom: 128px;
|
|
background: var(--gray-6);
|
|
|
|
& h2 {
|
|
text-align: center;
|
|
}
|
|
|
|
@media (max-width: 800px) {
|
|
padding-top: 64px;
|
|
padding-bottom: 64px;
|
|
}
|
|
|
|
& .content-container {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
margin: 0 auto 64px auto;
|
|
|
|
@media (max-width: 800px) {
|
|
flex-wrap: wrap;
|
|
}
|
|
& .item {
|
|
flex-basis: 50%;
|
|
justify-content: center;
|
|
text-align: center;
|
|
margin-top: 64px;
|
|
|
|
@media (max-width: 800px) {
|
|
margin-top: 64px;
|
|
flex-basis: 100%;
|
|
}
|
|
|
|
& .g-type-label-strong {
|
|
margin-top: 64px;
|
|
|
|
@media (max-width: 800px) {
|
|
margin-top: 32px;
|
|
}
|
|
}
|
|
|
|
& h4 {
|
|
white-space: pre;
|
|
margin-top: 24px;
|
|
margin-bottom: 8px;
|
|
|
|
@media (max-width: 800px) {
|
|
margin-top: 16px;
|
|
}
|
|
}
|
|
|
|
& picture {
|
|
display: inline-block;
|
|
}
|
|
|
|
& img {
|
|
max-width: 160px;
|
|
max-height: 98px;
|
|
}
|
|
& p {
|
|
margin-top: 0;
|
|
margin-bottom: 24px;
|
|
|
|
@media (max-width: 800px) {
|
|
max-width: 600px;
|
|
margin-right: auto;
|
|
margin-left: auto;
|
|
}
|
|
}
|
|
}
|
|
|
|
& .spacer {
|
|
& .vertical-spacer {
|
|
height: 93px;
|
|
}
|
|
|
|
& .arrow {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
@media (max-width: 800px) {
|
|
display: none;
|
|
}
|
|
}
|
|
}
|
|
|
|
& .more-features-link {
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
}
|