From 12dc9771628c1d98a595e2b66b1d3e7a16b318be Mon Sep 17 00:00:00 2001 From: asmaamostafa74 Date: Mon, 4 Nov 2024 16:51:21 +0200 Subject: [PATCH] Edits --- checkOut.html | 12 ++++++------ css/style.css | 22 +++++++++++++++------- login.html | 7 +++++-- 3 files changed, 26 insertions(+), 15 deletions(-) diff --git a/checkOut.html b/checkOut.html index 476600d..b433694 100644 --- a/checkOut.html +++ b/checkOut.html @@ -114,21 +114,17 @@

Order Summary

Price Summary

Place Order diff --git a/css/style.css b/css/style.css index cf3db59..ed1223e 100644 --- a/css/style.css +++ b/css/style.css @@ -601,6 +601,7 @@ html[dir="rtl"] .menu .item { justify-content: space-between; gap: 10px; margin-bottom: 10px; + cursor: pointer; } .menu .item .price_customize .part1 { display: flex; @@ -877,6 +878,7 @@ html[dir="rtl"] width: 88%; margin: auto; position: relative; + font-size: 14px; } .mealModal .modal-footer a:hover { border: 1px solid var(--main_color); @@ -1074,7 +1076,7 @@ footer h1 a:hover { color: var(--white_color); } footer .part h2 { - font-size: 14px; + font-size: 16px; line-height: 18px; } footer .head p { @@ -1083,7 +1085,7 @@ footer .head p { max-width: 386px; } footer .part .contact2 p { - font-size: 16px; + font-size: 14px; line-height: 21px; color: #ffffff; } @@ -1093,7 +1095,7 @@ footer .part .links { gap: 16px; } footer .part .links a { - text-decoration: underline; + /* text-decoration: underline; */ color: var(--white_color); } footer .part .links a:hover { @@ -1195,7 +1197,7 @@ footer .copy .links_social img { } .menuCart { display: flex; - justify-content: center; + justify-content: space-around; gap: 10px; } .cart { @@ -1412,7 +1414,7 @@ footer .copy .links_social img { align-items: center; } .cart { - min-width: 424px; + min-width: 352px; } } /*===========================================================end page menu=====================================*/ @@ -1490,6 +1492,7 @@ footer .copy .links_social img { display: flex; align-items: center; gap: 4px; + cursor: pointer; } .carts .items .item .parts .part1 .customize p { font-size: 16px; @@ -1599,7 +1602,7 @@ html[dir="rtl"] .carts .items .item .parts .part1 .customize img { justify-content: space-between; } .carts .orderSummary ul li:first-of-type, -.orderSummary .priceOrder li:first-of-type { +.orderSummary .priceOrder li:nth-last-child(2) { padding-bottom: 12px; border-bottom: 1px solid #f4f4f4; } @@ -1627,7 +1630,7 @@ html[dir="rtl"] .carts .items .item .parts .part1 .customize img { color: #157e0c !important; } @media (max-width: 992px) { - .carts .items_order { + .carts .items_orders { flex-direction: column; } .orderSummary { @@ -2761,5 +2764,10 @@ html[dir="ltr"] .addressSave .my_address .delet_edit { .registration .input { max-width: 100%; } + .registration .title2 { + font-size: 25px; + display: flex; + justify-content: center; + } } /*===========================================================end registration====================================*/ diff --git a/login.html b/login.html index 523b24c..4865f8f 100644 --- a/login.html +++ b/login.html @@ -86,7 +86,7 @@

Log in to your account

-