UI: Developer-website web-assets v2 upgrade #1

Merged
Márton Lente merged 9 commits from ui/web-assets-v2-upgrade into main 2024-08-27 11:36:32 +02:00
Showing only changes of commit 071ec8b784 - Show all commits

View File

@ -274,6 +274,13 @@
text-decoration: none;
}
/* TODO: @web-assets check if style can be moved to web-assets */
.badge {
line-height: var(--lh-sm);
margin: var(--spacer-2);
padding: var(--spacer-2);
}
.card-with-icon {
flex-direction: row;
}