File tree Expand file tree Collapse file tree
frontend/src/app/data/browse Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55< lc-breadcrumb [breadcrumbs] ="breadcrumbs " />
66
7- < div class ="d-flex flex-column bg-light ">
7+ < div class ="d-flex flex-column bg-light-subtle ">
88 < div class ="search-section d-flex align-items-center justify-content-center bg-white shadow-sm p-4 ">
99 < div class ="container ">
1010 < form
Original file line number Diff line number Diff line change 11@let item = listItem();
2- < div class ="card mb-4 ">
3- < div class ="card-header position-relative ">
4- < a class ="icon-link stretched-link mb-1 " [routerLink] ="[item.link] ">
2+ < section class ="card mb-4 ">
3+ < h3 class ="card-header position-relative h5 py-3 ">
4+ < a class ="icon-link stretched-link text-decoration-none " [routerLink] ="[item.link] ">
55 < lc-icon [icon] ="item.icon " />
66 {{ item.name }}
77 </ a >
8- </ div >
8+ </ h3 >
99 < div class ="card-body ">
1010 < p class ="block ">
1111 @if (item.description) {
1919 < ul class ="block inline-list no-delimiter ">
2020 @for (label of item.labels; track label) {
2121 < li class ="inline-list-item ">
22- < span class ="badge rounded-pill text-bg-secondary ">
22+ < span class ="badge rounded-pill text-bg-burntorange ">
2323 {{ label }}
2424 </ span >
2525 </ li >
142142 </ small >
143143 </ div >
144144 }
145- </ div >
145+ </ section >
You can’t perform that action at this time.
0 commit comments