1
0
mirror of https://github.com/immich-app/immich.git synced 2025-08-09 23:17:29 +02:00

chore: use correct font on buy button (#18187)

This commit is contained in:
Alex
2025-05-09 16:04:03 -05:00
committed by GitHub
parent 3f719bd8d7
commit 87cdf0ebd9

View File

@@ -68,14 +68,12 @@ div[class^='announcementBar_'] {
}
.menu__link {
padding: 10px;
padding-left: 16px;
padding: 10px 10px 10px 16px;
border-radius: 24px;
margin-right: 16px;
}
.menu__list-item-collapsible {
border-radius: 10px;
margin-right: 16px;
border-radius: 24px;
}
@@ -96,7 +94,7 @@ code {
.buy-button {
padding: 8px 14px;
border: 1px solid transparent;
font-family: 'DM Sans', sans-serif;
font-family: 'Overpass', sans-serif;
font-weight: 500;
cursor: pointer;
box-shadow: 0 0 5px 2px rgba(181, 206, 254, 0.4);