You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
consul/website/pages/downloads/style.module.css

19 lines
229 B

.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;
}
}