3d1f483a23
* website: upgrade global-styles packages * website: move community page to CSS modules * website: replace g-container with g-grid-container * website: hide alert-banner on mobile * website: backfill missing global type styles * website: fix code font-size in download custom content * website: bump to latest patched dependencies
23 lines
271 B
CSS
23 lines
271 B
CSS
.logo {
|
|
width: 105px;
|
|
}
|
|
|
|
.releaseCandidate {
|
|
background-color: var(--gray-6);
|
|
padding: 1rem;
|
|
border-radius: 3px;
|
|
margin: 24px 0;
|
|
|
|
& code {
|
|
font-size: 0.8125rem;
|
|
}
|
|
|
|
& :first-child {
|
|
margin-top: 0;
|
|
}
|
|
|
|
& :last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
}
|