Add new pool review page

This commit is contained in:
Eli Ribble 2026-03-06 18:56:05 +00:00
parent 527e82031e
commit 03380eba45
No known key found for this signature in database
7 changed files with 315 additions and 334 deletions

View file

@ -57,6 +57,7 @@ $theme-colors: map-merge(
@import "./sync/intelligence.scss";
@import "./sync/notification.scss";
@import "./sync/pool-csv-upload.scss";
@import "./sync/review.scss";
@import "./sync/settings.scss";
@import "./sync/settings-user-list.scss";
@import "./sync/upload-by-id.scss";

3
scss/sync/review.scss Normal file
View file

@ -0,0 +1,3 @@
a.card-link {
text-decoration: none;
}