Add shop page styling for the Chennora theme.

This commit is contained in:
Alaguraj0361 2026-02-17 22:10:25 +05:30
parent d31150ce45
commit 889af15bd0

View File

@ -9,6 +9,17 @@
--food-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
}
.form-control,
.form-select {
background-color: #f8f9fa !important;
border: 1px solid #FECD4F !important;
border-radius: 10px !important;
padding: 14px 18px !important;
font-size: 15px !important;
color: #04121D !important;
transition: all 0.3s ease;
}
.oe_website_sale {
background-color: #ffffff !important;
padding-top: 40px;