Fix buttons on the Installation page (#33480)

This commit is contained in:
Madelena Mak 2024-06-30 08:30:33 -04:00 committed by GitHub
parent f76dc766a8
commit 040c2a5a85
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -127,18 +127,30 @@
.button {
display: flex;
padding-right: 20px;
border-radius: 32px;
&:not(:first-child) {
margin-top: 12px;
}
&.accent {
background-color: #34b155;
iconify-icon.external-link {
padding-top: 4px;
}
svg {
fill: white;
fill: $link-color;
height: 24px;
min-width: 24px;
}
&.accent {
background-color: #34b155;
color: white;
svg {
fill: white;
}
}
}
}
}