Skip to content

Commit

Permalink
feat(admin): add style
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmanuelleBonnemay committed Dec 5, 2024
1 parent be29561 commit 61b1604
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions admin/app/styles/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@
@import 'components/trainings/training-triggers-tab';
@import 'components/ui';
@import 'components/users/authentication-method';
@import 'components/users/cgu';
@import 'components/users/organization-learners-table';
@import 'components/users/user-overview';
@import 'components/users/user-profile';
Expand Down
9 changes: 9 additions & 0 deletions admin/app/styles/components/users/cgu.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
.cgu {
&__cgu-list {
margin-top: 2.5rem;
}

&__cgu-information {
margin-bottom: 0.75rem;
}
}

0 comments on commit 61b1604

Please sign in to comment.