Commit 2d4bb548 by Ravindra Kanojiya

.

1 parent 20125dc1
...@@ -4228,7 +4228,11 @@ footer .footer-link ul { ...@@ -4228,7 +4228,11 @@ footer .footer-link ul {
position: relative; position: relative;
line-height: 0; line-height: 0;
top: -50px; top: -50px;
/* margin-top: 2rem; */ display: flex;
align-items: flex-start;
justify-content: center;
flex-direction: column;
height: 100%;
} }
/* .image-gallery-content .image-gallery-slide .image-gallery-image { /* .image-gallery-content .image-gallery-slide .image-gallery-image {
...@@ -4257,7 +4261,7 @@ footer .footer-link ul { ...@@ -4257,7 +4261,7 @@ footer .footer-link ul {
z-index: 999; z-index: 999;
margin-top: 7px; margin-top: 7px;
} }
.notification-row .batch-icon{ .notification-row .batch-icon {
width: 10px; width: 10px;
height: 10px; height: 10px;
border-radius: 50px; border-radius: 50px;
...@@ -4480,6 +4484,9 @@ footer .footer-link ul { ...@@ -4480,6 +4484,9 @@ footer .footer-link ul {
} }
@media (max-width: 767px) { @media (max-width: 767px) {
.image-gallery-thumbnail + .image-gallery-thumbnail {
margin-left: 0.5rem;
}
.product-info .btn-row .btn { .product-info .btn-row .btn {
padding-left: 5vw; padding-left: 5vw;
padding-right: 5vw; padding-right: 5vw;
...@@ -4556,6 +4563,7 @@ footer .footer-link ul { ...@@ -4556,6 +4563,7 @@ footer .footer-link ul {
.header-search .rbt .rbt-input-main { .header-search .rbt .rbt-input-main {
font-size: 1rem; font-size: 1rem;
width: 100%;
} }
.blog-detail-inner-session h2 { .blog-detail-inner-session h2 {
...@@ -4657,7 +4665,9 @@ footer .footer-link ul { ...@@ -4657,7 +4665,9 @@ footer .footer-link ul {
.navbar-toggler { .navbar-toggler {
border: 0; border: 0;
} }
header .navbar-toggler:focus {
box-shadow: none;
}
.navbar-toggler .navbar-toggler-icon { .navbar-toggler .navbar-toggler-icon {
background: url(/images/icons/close_icon.svg) no-repeat !important; background: url(/images/icons/close_icon.svg) no-repeat !important;
background-size: 100% !important; background-size: 100% !important;
...@@ -4728,8 +4738,8 @@ footer .footer-link ul { ...@@ -4728,8 +4738,8 @@ footer .footer-link ul {
} }
.product-info .price { .product-info .price {
font-size: 3.883vw; font-size: 5.883vw;
line-height: 3.883vw; line-height: 5.883vw;
margin-bottom: 1rem; margin-bottom: 1rem;
} }
...@@ -4903,6 +4913,12 @@ footer .footer-link ul { ...@@ -4903,6 +4913,12 @@ footer .footer-link ul {
} }
@media (max-width: 767px) { @media (max-width: 767px) {
.breadcrumb-wrap .ant-breadcrumb ol li.ant-breadcrumb-separator {
margin: 0 0.4rem;
}
.breadcrumb-wrap :where(.css-dev-only-do-not-override-1n03m5p).ant-breadcrumb .anticon {
font-size: 11px;
}
.form-select { .form-select {
font-size: 0.9rem; font-size: 0.9rem;
} }
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!