Alaguraj0361 4785c22a25
Some checks failed
Build and Deploy Build Output / build (push) Has been cancelled
first commit
2025-11-07 10:51:36 +05:30

30 lines
610 B
SCSS

.header-search-wrap .search-form .form-control {
border-left: 1px solid $border-color;
border-right: 0;
}
.hero-style6 {
padding-right: 70px;
padding-left: 0;
@include md {
padding: 70px 70px 70px 0px;
}
@include sm {
padding: 0 50px 50px 50px;
}
@include vxs {
padding: 0 30px 30px 30px;
}
}
.hero-intro-card {
flex-direction: row-reverse;
@include lg {
flex-direction: column-reverse;
.intro-card-img {
align-self: self-end;
}
}
}
.product-intro-card .intro-card-details {
text-align: end;
}