version stable pour presentation XJC

thierry
Tmadkaud 7 years ago
parent 9701f5c4a4
commit f2d4e53bfb

@ -9,7 +9,7 @@
<div class="card mainCard" *ngFor="let crt of carteParrData | async">
<div class="row">
<div class="col-md-6 card-image mb-1 subCard1" [ngStyle]="{ 'background-image': 'url(' + crt.carteTemplate.downloadURL + ')'}">
<div class="view mask-light pattern-1">
<div class="view">
<div class="row firstRow">
<div *ngIf="commercant !== undefined" >
<div class="col-md-6 flex-center card-block cardPart1">{{commercant.commercialName}}</div>

@ -21,11 +21,11 @@
<div class="card mainCard" *ngFor="let op of opCommData | async">
<div class="row">
<div class="col-md-6 card-image mb-1 subCard1" [ngStyle]="{ 'background-image': 'url(' + op.carteTemplate.downloadURL + ')'}">
<div class="view mask-light pattern-1">
<div class="view">
<div class="row firstRow">
<div class="col-md-6 flex-center card-block cardPart1">{{commercant.commercialName}}</div>
<div class="col-md-6 flex-center card-block card-image mb-1 cardPart2" [ngStyle]="{ 'background-image': 'url(' + commercant.image.downloadURL + ')'}">
<p>test2</p>
</div>
</div>
<div class="row secondRow">

@ -38,7 +38,7 @@ export class ProfilComponent implements OnInit, OnDestroy {
this.parrain = new Parrain();
this.commercant = new Commercant();
this.imageProfil = 'https://mdbootstrap.com/img/Photos/Avatars/img%20%2831%29.jpg';
this.imageProfil = 'https://ssl.prcdn.com/uk/people/default-profile.png?1406639312';
this.user = afAuth.authState;
this.user.subscribe(
(auth) => {

@ -28,7 +28,7 @@
</div>
<div class="md-form">
<i class="fa fa-file-picture-o prefix grey-text"></i>
<input type="file" id="orangeForm-File" name="file">
<input type="file" id="orangeForm-File" name="file" style="padding-top: 1%;">
</div>
<form class="form-inline">
<div class="md-form">
@ -100,7 +100,7 @@
</div>
<div class="md-form">
<i class="fa fa-file-picture-o prefix grey-text"></i>
<input type="file" id="orangeForm-File" name="file">
<input type="file" id="orangeForm-File" name="file" style="padding-top: 1%;">
</div>
<div class="md-form">
<i class="fa fa-info prefix grey-text"></i>

Loading…
Cancel
Save