Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
beasy-front-angular
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zadi francice
beasy-front-angular
Commits
67fbc6a4
Commit
67fbc6a4
authored
Jun 12, 2024
by
zadi francice
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mise ajour du 12/06/2024
parent
024de6ae
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
65 additions
and
29 deletions
+65
-29
admin-test.component.scss
src/app/admin-test/admin-test.component.scss
+4
-3
view-service.component.scss
...ances/assistance/view-service/view-service.component.scss
+3
-3
reversement.component.scss
...ements/reversement/reversement/reversement.component.scss
+14
-7
suivi-paiement.component.scss
...transactions/suivi-paiement/suivi-paiement.component.scss
+11
-4
suivi-transaction.component.html
...ctions/suivi-transaction/suivi-transaction.component.html
+4
-6
suivi-transaction.component.scss
...ctions/suivi-transaction/suivi-transaction.component.scss
+1
-1
view-user.component.html
src/app/utilisateurs/view-user/view-user.component.html
+11
-2
view-user.component.scss
src/app/utilisateurs/view-user/view-user.component.scss
+17
-3
No files found.
src/app/admin-test/admin-test.component.scss
View file @
67fbc6a4
...
...
@@ -179,6 +179,8 @@ mat-card-title{
.w-100
{
width
:
100%
;
}
.card
{
background-color
:
#f6f6f6
}
\ No newline at end of file
background-color
:
#f6f6f6
;
border-radius
:
0px
!
important
;
}
src/app/assistances/assistance/view-service/view-service.component.scss
View file @
67fbc6a4
...
...
@@ -10,10 +10,9 @@
}
.card
{
.card
{
border-radius
:
0
!
important
;
--bs-card-bg
:
#ffffff
61
;
background-color
:
#ffffff
61
;
}
\ No newline at end of file
src/app/reversements/reversement/reversement/reversement.component.scss
View file @
67fbc6a4
...
...
@@ -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
:
#ffffff
61
;
background-color
:
#ffffff
61
;
}
\ No newline at end of file
}
src/app/trafics/transactions/suivi-paiement/suivi-paiement.component.scss
View file @
67fbc6a4
.bold-
text
{
color
:bl
ue
;
.
text
{
color
:bl
ack
;
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
:
#ffffff
61
;
background-color
:
#ffffff
61
;
}
\ No newline at end of file
src/app/trafics/transactions/suivi-transaction/suivi-transaction.component.html
View file @
67fbc6a4
...
...
@@ -2,17 +2,15 @@
<ol
class=
"breadcrumb"
>
<li
class=
"breadcrumb-item"
>
<a
href=
"#"
[
routerLink
]="['/
transactions
/
suivi-transaction
']"
>
Trans
action
s
</a
>
Trans
fert
s
</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>
Trans
action
s
</h4>
<h4>
Trans
fert
s
</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 ser
vice
</option>
<option
*
ngFor=
"let service of services"
[
ngValue
]="
service
"
>
...
...
src/app/trafics/transactions/suivi-transaction/suivi-transaction.component.scss
View file @
67fbc6a4
...
...
@@ -17,7 +17,7 @@ table {
.bold-text
{
color
:rgb
(
0
,
0
,
0
)
;
color
:rgb
(
0
,
0
,
0
)
;
font-weight
:
bold
;
font-size
:
16px
;
/* Ajustez la taille de la police selon vos besoins */
}
...
...
src/app/utilisateurs/view-user/view-user.component.html
View file @
67fbc6a4
...
...
@@ -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"
...
...
src/app/utilisateurs/view-user/view-user.component.scss
View file @
67fbc6a4
.card
{
.card
{
border-radius
:
0
!
important
;
--bs-card-bg
:
#ffffff
61
;
background-color
:
#ffffff
61
;
}
.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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment