open-consul/website/pages/downloads/style.module.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;
}
}