Add new pool review page
This commit is contained in:
parent
527e82031e
commit
03380eba45
7 changed files with 315 additions and 334 deletions
|
|
@ -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
3
scss/sync/review.scss
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
a.card-link {
|
||||
text-decoration: none;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue