open-nomad/website/pages/downloads/style.module.css
Kendall Strautman 43bce89443
chore(website): update downloads page (#10509)
* style(downloads): adds releaseCandidate style

* refactor(downloads): use mktg-logos asset
2021-05-05 08:15:46 -07:00

25 lines
321 B
CSS

.root {
composes: .g-container from global;
margin-top: 72px;
margin-bottom: 72px;
}
.logo {
width: 105px;
}
.releaseCandidate {
background-color: var(--gray-6);
padding: 1rem;
border-radius: 3px;
margin: 24px 0;
& :first-child {
margin-top: 0;
}
& :last-child {
margin-bottom: 0;
}
}