Commit 67fbc6a4 by zadi francice

mise ajour du 12/06/2024

parent 024de6ae
...@@ -179,6 +179,8 @@ mat-card-title{ ...@@ -179,6 +179,8 @@ mat-card-title{
.w-100 { .w-100 {
width: 100%; width: 100%;
} }
.card{ .card{
background-color:#f6f6f6 background-color:#f6f6f6;
} border-radius: 0px !important;
\ No newline at end of file }
...@@ -10,10 +10,9 @@ ...@@ -10,10 +10,9 @@
} }
.card {
.card {
border-radius:0 !important; border-radius:0 !important;
--bs-card-bg: #ffffff61; background-color: #ffffff61;
} }
\ No newline at end of file
...@@ -7,8 +7,16 @@ ...@@ -7,8 +7,16 @@
// cursor: pointer; /* Simulate button behavior */ // cursor: pointer; /* Simulate button behavior */
// } // }
.bold-text{ .text {
color:blue; color:black;
font-weight: bold;
font-size: 16px; /* Ajustez la taille de la police selon vos besoins */
}
.bold-text {
color:rgb(0, 0, 0);
font-weight: bold; font-weight: bold;
font-size: 16px; /* Ajustez la taille de la police selon vos besoins */ font-size: 16px; /* Ajustez la taille de la police selon vos besoins */
} }
...@@ -27,10 +35,10 @@ ...@@ -27,10 +35,10 @@
} }
.card {
.card {
border-radius:0 !important; border-radius:0 !important;
--bs-card-bg: #ffffff61; background-color: #ffffff61;
} }
\ No newline at end of file
.bold-text { .text {
color:blue; color:black;
font-weight: bold; font-weight: bold;
align-items: center;
font-size: 16px; /* Ajustez la taille de la police selon vos besoins */ font-size: 16px; /* Ajustez la taille de la police selon vos besoins */
} }
.bold-text {
color:rgb(0, 0, 0);
font-weight: bold;
font-size: 16px; /* Ajustez la taille de la police selon vos besoins */
}
// mat-card-title{ // mat-card-title{
// background-color:rgb(107, 201, 120); // background-color:rgb(107, 201, 120);
// border-radius:5px; // border-radius:5px;
...@@ -39,6 +45,6 @@ ...@@ -39,6 +45,6 @@
.card { .card {
border-radius:0 !important; border-radius:0 !important;
--bs-card-bg: #ffffff61; background-color: #ffffff61;
} }
\ No newline at end of file
...@@ -2,17 +2,15 @@ ...@@ -2,17 +2,15 @@
<ol class="breadcrumb"> <ol class="breadcrumb">
<li class="breadcrumb-item"> <li class="breadcrumb-item">
<a href="#" [routerLink]="['/transactions/suivi-transaction']" <a href="#" [routerLink]="['/transactions/suivi-transaction']"
>Transactions</a >Transferts</a
> >
</li> </li>
<li class="breadcrumb-item active" aria-current="page"> <li class="breadcrumb-item active" aria-current="page">Suivi transferts</li>
Suivi transaction
</li>
</ol> </ol>
</nav> </nav>
<div class="page-title"> <div class="page-title">
<h4>Transactions</h4> <h4>Transferts</h4>
</div> </div>
<div class="content sm-gutter"> <div class="content sm-gutter">
...@@ -120,7 +118,7 @@ ...@@ -120,7 +118,7 @@
id="services" id="services"
[(ngModel)]="selectedService" [(ngModel)]="selectedService"
name="selectedService"> name="selectedService">
<option value="">choisir un ser</option> <option value="">choisir un service</option>
<option <option
*ngFor="let service of services" *ngFor="let service of services"
[ngValue]="service"> [ngValue]="service">
......
...@@ -17,7 +17,7 @@ table { ...@@ -17,7 +17,7 @@ table {
.bold-text { .bold-text {
color:rgb(0, 0, 0); color:rgb(0, 0, 0);
font-weight: bold; font-weight: bold;
font-size: 16px; /* Ajustez la taille de la police selon vos besoins */ font-size: 16px; /* Ajustez la taille de la police selon vos besoins */
} }
......
...@@ -96,6 +96,15 @@ ...@@ -96,6 +96,15 @@
<mat-cell *matCellDef="let user">{{ user.email }}</mat-cell> <mat-cell *matCellDef="let user">{{ user.email }}</mat-cell>
</ng-container> </ng-container>
<!-- <ng-container matColumnDef="reference">
<mat-header-cell *matHeaderCellDef mat-sort-header class="bold-text"
>Réference</mat-header-cell
>
<mat-cell *matCellDef="let transaction">{{
transaction.reference
}}</mat-cell>
</ng-container> -->
<ng-container matColumnDef="role"> <ng-container matColumnDef="role">
<mat-header-cell <mat-header-cell
*matHeaderCellDef *matHeaderCellDef
...@@ -130,11 +139,11 @@ ...@@ -130,11 +139,11 @@
>Actions</mat-header-cell >Actions</mat-header-cell
> >
<mat-cell *matCellDef="let user" style="text-align: right"> <mat-cell *matCellDef="let user" style="text-align: right">
<a href="#" class="m-2" [routerLink]="['view-user']" <!-- <a href="#" class="m-2" [routerLink]="['view-user']"
><mat-icon style="color: blue" title="Voir" ><mat-icon style="color: blue" title="Voir"
>remove_red_eye</mat-icon >remove_red_eye</mat-icon
></a ></a
> > -->
<a <a
href="#" href="#"
class="m-2" class="m-2"
......
.card {
.card {
border-radius:0 !important; border-radius:0 !important;
--bs-card-bg: #ffffff61; background-color: #ffffff61;
}
.text {
color:black;
font-weight: bold;
font-size: 16px; /* Ajustez la taille de la police selon vos besoins */
}
.bold-text {
color:rgb(0, 0, 0);
font-weight: bold;
font-size: 16px; /* Ajustez la taille de la police selon vos besoins */
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment