Skip to content

Commit

Permalink
feat: page for account deletion
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverlaz committed Dec 19, 2023
1 parent 71c8f1e commit c792a0d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
11 changes: 11 additions & 0 deletions sample-apps/react/react-dogfood/style/delete-account.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
.rt__delete-account {
margin-top: 2rem;
margin-left: auto;
margin-right: auto;
max-width: 50%;

a {
color: var(--str-video__brand-color1);
text-decoration: none;
}
}
2 changes: 2 additions & 0 deletions sample-apps/react/react-dogfood/style/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,5 @@
@import 'Debug/Debug.scss';
@import 'LayoutSelector';
@import 'DevMenu';

@import 'delete-account';

0 comments on commit c792a0d

Please sign in to comment.