Skip to content

Commit

Permalink
Admin dashboard layout styling
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammadsalem committed Oct 26, 2023
1 parent b6cf6c9 commit 38c9c99
Show file tree
Hide file tree
Showing 12 changed files with 437 additions and 428 deletions.
4 changes: 2 additions & 2 deletions frontend/src/app/admin/appearance/appearance.component.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="row">
<div class="row admin-dashboard-header">
<div class="col-md-12 pb-5">
<mat-card appearance="raised">
<mat-card-title>
Expand All @@ -22,7 +22,7 @@
</div>
</div>

<div class="row">
<div class="row admin-dashboard-content">
<div class="col-12 pb-3">
<form [formGroup]="form">
<div class="row">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="row">
<div class="row admin-dashboard-header">
<div class="col-md-12 pb-5">
<mat-card appearance="raised">
<mat-card-title>
Expand All @@ -21,7 +21,7 @@
</div>
</div>

<div class="row">
<div class="row admin-dashboard-content">
<div class="col-12 pb-3">
<mat-form-field>
<mat-label>Search</mat-label>
Expand Down
Loading

0 comments on commit 38c9c99

Please sign in to comment.