Aucune description
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

orderconfirmation.css 285B

123456789101112131415161718192021
  1. /* html,body{
  2. height: 100%;
  3. } */
  4. .orderconfirmationMain{
  5. /* height: 100%; */
  6. padding-top: 5rem;
  7. display: flex;
  8. justify-content: center;
  9. }
  10. .ordercontainerconfirm{
  11. max-width: 800px;
  12. height: max-content;
  13. }
  14. .summaryconfirmdetails{
  15. width: 250px;
  16. }