Açıklama Yok
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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. }