Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature/1903 - Switch Manage Users card to use same css as other table cards. And remove border from table cards. #1913

Merged
merged 1 commit into from
May 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ <h1>Manage Users</h1>
</ng-template>
</p-toolbar>
<p-divider></p-divider>
<p-card>
<div class="card">
<p-toolbar styleClass="mb-4">
<ng-template pTemplate="left">
<h1>Existing Users</h1>
Expand Down Expand Up @@ -83,7 +83,7 @@ <h3 class="m-0">Existing Users</h3>
<span class="mx-3 d-block w-full">No data available in table</span>
</ng-template>
</p-table>
</p-card>
</div>

<p-confirmDialog #cd [style]="{ width: '450px' }">
<ng-template pTemplate="footer">
Expand Down
4 changes: 4 additions & 0 deletions front-end/src/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -422,3 +422,7 @@ label.disabled {
table {
caption-side: top;
}

.card {
border: 0;
}