|
@@ -1 +1,23 @@
|
|
|
-<p>order-details works!</p>
|
|
|
+<section class="order-details" fxLayout="row wrap" fxLayoutAlign="start start">
|
|
|
+ <div class="order-details__details" fxFlex.lt-md="100" fxFlex.gt-sm="80">
|
|
|
+ <h4 class="bold">Vacation Order <span>Saturday 15/10/2023</span></h4>
|
|
|
+ <p>Subject <span>Ahmed Samir - Vacation Request</span></p>
|
|
|
+ <p>Hi Ayman</p>
|
|
|
+ <p>
|
|
|
+ I’d appreciate being able to take a one-week vacation during my children’s
|
|
|
+ spring break. The dates are 12th – 17th May. If it’s approved, I’ll be
|
|
|
+ able to catch up with the projects I’m currently working on, and I can get
|
|
|
+ a head start on any time-sensitive work due after my return. Thanks very
|
|
|
+ much for your consideration.
|
|
|
+ </p>
|
|
|
+ </div>
|
|
|
+ <div
|
|
|
+ class="order-details__cancel-request justfy-content-end"
|
|
|
+ fxFlex.lt-md="100"
|
|
|
+ fxFlex.gt-sm="20"
|
|
|
+ >
|
|
|
+ <button class="order-details__cancel-request__cancel-btn ptr">
|
|
|
+ Canccel Request
|
|
|
+ </button>
|
|
|
+ </div>
|
|
|
+</section>
|