Home and shopping cart pages

This commit is contained in:
2023-01-31 16:27:05 +05:30
parent c9b12f29ed
commit 6c21a9aeab
4 changed files with 47 additions and 16 deletions
+19 -2
View File
@@ -128,17 +128,25 @@
margin-top: 40px;
}
.banner-main-container {
height: 275px;
text-align: center;
.col-md-6 {
margin-top: 0px;
.button_dark{
display: none;
}
}
h1 {
font-size: 2rem;
}
}
.hero-banner {
background: #cccccc;
// background: url(../../dist/assets/imgs/Home/All-in-one.png);
// background-size: cover;
background-position: 0;
}
.aw-main-features{
display: none;
}
.mobile-text-center {
text-align: center;
@@ -186,6 +194,15 @@
padding: 0 !important;
}
}
.offer-main-sec{
margin-bottom: 0 !important;
padding: 0 !important;
}
.offer-sec{
p{
font-size: 0.85rem;
}
}
}
.footer-wrapper {
.accordion-button,
+9 -1
View File
@@ -16,9 +16,14 @@
}
.alert-display-sec {
z-index: 1;
.alert-dismissible{
background:rgb(255 255 255 / 66%)
}
}
}
.warrenty-sec img{
width: 40px;
}
#footer-head {
.footer-wrapper.sec-space-1 {
margin-top: 0;
@@ -42,4 +47,7 @@
padding: 10px;
}
}
.mobile-cart-img img{
width: 200px;
}
}