Skip to content
Snippets Groups Projects
Verified Commit 6afc20d7 authored by Alex ORLUC's avatar Alex ORLUC
Browse files

FEAT #9107 front shipping action

parent aa3deb52
No related branches found
No related tags found
No related merge requests found
...@@ -42,6 +42,9 @@ ...@@ -42,6 +42,9 @@
{{lang.pricesInformations}} * {{lang.pricesInformations}} *
</div> </div>
<div class="priceContent"> <div class="priceContent">
<div class="priceInfo">
* Selon les paramètres définis dans le modèle
</div>
<mat-form-field appearance="outline"> <mat-form-field appearance="outline">
<input matInput [(ngModel)]="totalPrice" required name="totalPrice" id="totalPrice" <input matInput [(ngModel)]="totalPrice" required name="totalPrice" id="totalPrice"
title="Prix total" type="number" disabled> title="Prix total" type="number" disabled>
...@@ -49,9 +52,6 @@ ...@@ -49,9 +52,6 @@
</mat-form-field> </mat-form-field>
</div> </div>
</div> </div>
<div class="priceInfo">
* Selon les paramètres définis dans le modèle
</div>
</div> </div>
<div class="col-md-12"> <div class="col-md-12">
...@@ -60,42 +60,37 @@ ...@@ -60,42 +60,37 @@
</div> </div>
</mat-sidenav-content> </mat-sidenav-content>
<mat-sidenav mode="side" fixedTopGap="56" position='end' opened style="width: 50%;"> <mat-sidenav mode="side" fixedTopGap="56" position='end' opened style="width: 50%;">
<div class="formType" style="flex-direction: column;"> <div class="pjList">
<div class="formType-title"> <span>
Pièce(s) jointe(s) 80x80
</div> </span>
<div class="pjList"> <span>
<span> 80x80
80x80 </span>
</span> <span>
<span> 80x80
80x80 </span>
</span> <span>
<span> 80x80
80x80 </span>
</span> <span>
<span> 80x80
80x80 </span>
</span> <span>
<span> 80x80
80x80 </span>
</span> <span>
<span> 80x80
80x80 </span>
</span> <span>
<span> 80x80
80x80 </span>
</span> <span>
<span> 80x80
80x80 </span>
</span> <span>
<span> 80x80
80x80 </span>
</span>
<span>
80x80
</span>
</div>
</div> </div>
</mat-sidenav> </mat-sidenav>
</mat-sidenav-container> </mat-sidenav-container>
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
} }
.loading { .loading {
display:flex; display: flex;
position: absolute; position: absolute;
top: 0; top: 0;
left: 0; left: 0;
...@@ -101,22 +101,24 @@ ...@@ -101,22 +101,24 @@
} }
.priceInfo { .priceInfo {
padding-left: 30px; padding-right: 20px;
font-size: 10px; font-size: 10px;
opacity: 0.5; opacity: 0.5;
margin-top: -10px;
padding-bottom: 10px;
} }
.pjList { .pjList {
display: flex; display: flex;
width: 100%; width: 100%;
overflow: auto; overflow: auto;
flex-direction: column;
span { span {
margin: 5px;
display: block; display: block;
height: 80px; height: 100vh;
width: 50px; width: 90%;
border: solid 1px black; border: solid 1px black;
margin: auto;
margin-bottom: auto;
margin-bottom: 10px;
} }
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment