Onboarding: center CTA, move CA download into install section
This commit is contained in:
@@ -136,6 +136,21 @@ a.ghost {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.ca-download {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
gap: 12px;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.download-inline {
|
||||
width: auto;
|
||||
padding: 8px 12px;
|
||||
font-size: 0.95rem;
|
||||
background: rgba(255, 255, 255, 0.06);
|
||||
}
|
||||
|
||||
button.copy {
|
||||
margin-left: 8px;
|
||||
background: rgba(255, 255, 255, 0.05);
|
||||
|
||||
Reference in New Issue
Block a user