File tree Expand file tree Collapse file tree 6 files changed +15
-5
lines changed
core/components/osf-banners/cookie-consent-banner
features/project/overview/components/project-overview-toolbar
shared/components/resource-card Expand file tree Collapse file tree 6 files changed +15
-5
lines changed Original file line number Diff line number Diff line change 88 {{ 'toast.cookie-consent.message' | translate }}
99 </ div >
1010 < div class ="row-fixed flex justify-content-end ">
11- < p-button link [label] ="'toast.cookie-consent.accept' | translate " (onClick) ="acceptCookies() "> </ p-button >
11+ < p-button
12+ class ="btn-link-dark-blue "
13+ link
14+ [label] ="'toast.cookie-consent.accept' | translate "
15+ (onClick) ="acceptCookies() "
16+ />
1217 </ div >
1318 </ div >
1419 </ ng-template >
Original file line number Diff line number Diff line change 11.inactive {
2- color : var (--grey-1 );
2+ color : var (--grey-4 );
33}
44
55.storage {
Original file line number Diff line number Diff line change 5555 < div class ="flex flex-row gap-1 line-height-3 ">
5656 < p class ="white-space-nowrap "> {{ 'resourceCard.labels.from' | translate }}</ p >
5757 < a
58- class ="block line-height-4 white-space-normal word-break-word "
58+ class ="block white-space-normal word-break-word "
5959 [href] ="resource().isPartOf!.absoluteUrl "
6060 target ="_blank "
6161 rel ="noopener noreferrer "
6969 < div class ="flex flex-row gap-1 line-height-3 ">
7070 < p class ="white-space-nowrap "> {{ 'resourceCard.labels.from' | translate }}</ p >
7171 < a
72- class ="block line-height-4 white-space-normal "
72+ class ="block white-space-normal "
7373 [href] ="resource().isContainedBy!.absoluteUrl "
7474 target ="_blank "
7575 rel ="noopener noreferrer "
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ $base-font-size: 16px;
3030 --grey-1 : #8b97a4 ;
3131 --grey-2 : #e0e1e2 ;
3232 --grey-3 : #eff0f1 ;
33+ --grey-4 : #606b7b ;
3334 --grey-outline : #00000029 ;
3435 --white : #ffffff ;
3536
Original file line number Diff line number Diff line change 7373.copy-icon-btn .p-button {
7474 height : 1.5rem ;
7575}
76+
77+ .btn-link-dark-blue {
78+ --p-button-link-color : var (--dark-blue-2 );
79+ }
Original file line number Diff line number Diff line change 55 --p-tag-warn-background : var (--yellow-2 );
66 --p-tag-warn-color : var (--yellow-1 );
77
8- --p-tag-secondary-background : var (--grey-1 );
8+ --p-tag-secondary-background : var (--grey-4 );
99 --p-tag-secondary-color : var (--white );
1010
1111 --p-tag-info-background : var (--bg-blue-2 );
You can’t perform that action at this time.
0 commit comments