Commit 67fbc6a4 by zadi francice

mise ajour du 12/06/2024

parent 024de6ae
......@@ -179,6 +179,8 @@ mat-card-title{
.w-100 {
width: 100%;
}
.card{
background-color:#f6f6f6
background-color:#f6f6f6;
border-radius: 0px !important;
}
......@@ -10,10 +10,9 @@
}
.card {
.card {
border-radius:0 !important;
--bs-card-bg: #ffffff61;
background-color: #ffffff61;
}
\ No newline at end of file
......@@ -7,8 +7,16 @@
// cursor: pointer; /* Simulate button behavior */
// }
.bold-text{
color:blue;
.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 */
}
......@@ -27,10 +35,10 @@
}
.card {
.card {
border-radius:0 !important;
--bs-card-bg: #ffffff61;
background-color: #ffffff61;
}
.bold-text {
color:blue;
.text {
color:black;
font-weight: bold;
align-items: center;
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{
// background-color:rgb(107, 201, 120);
// border-radius:5px;
......@@ -39,6 +45,6 @@
.card {
border-radius:0 !important;
--bs-card-bg: #ffffff61;
background-color: #ffffff61;
}
\ No newline at end of file
......@@ -2,17 +2,15 @@
<ol class="breadcrumb">
<li class="breadcrumb-item">
<a href="#" [routerLink]="['/transactions/suivi-transaction']"
>Transactions</a
>Transferts</a
>
</li>
<li class="breadcrumb-item active" aria-current="page">
Suivi transaction
</li>
<li class="breadcrumb-item active" aria-current="page">Suivi transferts</li>
</ol>
</nav>
<div class="page-title">
<h4>Transactions</h4>
<h4>Transferts</h4>
</div>
<div class="content sm-gutter">
......@@ -120,7 +118,7 @@
id="services"
[(ngModel)]="selectedService"
name="selectedService">
<option value="">choisir un ser</option>
<option value="">choisir un service</option>
<option
*ngFor="let service of services"
[ngValue]="service">
......
......@@ -96,6 +96,15 @@
<mat-cell *matCellDef="let user">{{ user.email }}</mat-cell>
</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">
<mat-header-cell
*matHeaderCellDef
......@@ -130,11 +139,11 @@
>Actions</mat-header-cell
>
<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"
>remove_red_eye</mat-icon
></a
>
> -->
<a
href="#"
class="m-2"
......
.card {
.card {
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