Skip to content

Commit 997f9b4

Browse files
Nuget.org Sponsorship Feature (#10580)
* Added database migration for SponsorshipUrls column in PackageRegistrations table * Created sponsor button and popup on package details page to display multiple sponsorship URLs * Added Manage sponsorship links section to manage package page to allow adding/removing sponsorship links * Added manage sponsorship links button and view in admin panel for admin capability to add/remove sponsorship links
1 parent 3d8a38e commit 997f9b4

56 files changed

Lines changed: 5498 additions & 576 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

src/Bootstrap/dist/css/bootstrap-theme.css

Lines changed: 215 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Bootstrap/less/theme/all.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
@import "page-reset-password.less";
3737
@import "page-search-sxs.less";
3838
@import "page-sign-in.less";
39+
@import "page-sponsorship-links.less";
3940
@import "page-statistics-most-downloaded.less";
4041
@import "page-statistics-overview.less";
4142
@import "page-statistics-per-package.less";

src/Bootstrap/less/theme/base.less

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -677,3 +677,15 @@ body[id="/"] {
677677
left: 0;
678678
}
679679
}
680+
681+
.form-horizontal span.text-warning-brand {
682+
color: var(--statusDangerForeground3Rest);
683+
font-weight: bold;
684+
}
685+
686+
.form-horizontal span.help-text-brand {
687+
color: var(--neutralForeground2Rest);
688+
font-size: 16px;
689+
line-height: 2;
690+
margin-top: 1.5rem;
691+
}

0 commit comments

Comments
 (0)