f87ae568d9
* website: upgrade global-styles packages * website: upgrade community page * website: hide alert-banner on mobile * website: upgrade g-container to g-grid-container * website: update /security to use markdown-page * website: fix unsupported prop * website: fix incorrect github link in security page * website: bump to latest patched dependencies
25 lines
326 B
CSS
25 lines
326 B
CSS
.root {
|
|
composes: .g-grid-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;
|
|
}
|
|
}
|