43bce89443
* style(downloads): adds releaseCandidate style * refactor(downloads): use mktg-logos asset
25 lines
321 B
CSS
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;
|
|
}
|
|
}
|