Merge pull request #5795 from devansh-webkul/space-in-rtl

This commit is contained in:
Devansh 2022-02-11 19:40:48 +05:30 committed by GitHub
commit c20b5937bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 17 additions and 15 deletions

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
"/js/velocity.js": "/js/velocity.js?id=ac05caeb5e4b0566a4ab",
"/js/manifest.js": "/js/manifest.js?id=3cded37ef514b0fb89b1",
"/js/components.js": "/js/components.js?id=d16d70d3905f32644901",
"/css/velocity.css": "/css/velocity.css?id=4413249095895161b50a",
"/css/velocity.css": "/css/velocity.css?id=2b60cf92b982570c9ea9",
"/css/velocity-admin.css": "/css/velocity-admin.css?id=b67a82956e53163b5e3f",
"/images/icon-calendar.svg": "/images/icon-calendar.svg?id=870d0f733a5837742276",
"/images/icon-camera.svg": "/images/icon-camera.svg?id=b2fd2f9e17e1ccee96e2",

View File

@ -20,7 +20,6 @@ body {
header {
#search-form {
#header-search-icon {
float: right;
border-radius: 2px 0px 0px 2px;
@ -69,7 +68,8 @@ body {
.left-wrapper {
float: left;
.compare-btn, .wishlist-btn {
.compare-btn,
.wishlist-btn {
.badge-container {
.badge {
top: -28px;
@ -103,9 +103,7 @@ body {
}
}
.main-content-wrapper
.vc-header
.mini-cart-container {
.main-content-wrapper .vc-header .mini-cart-container {
#mini-cart {
.badge {
top: -6px;
@ -199,7 +197,7 @@ body {
}
}
.category-list-container{
.category-list-container {
.sub-categories {
left: -100%;
}
@ -244,7 +242,7 @@ body {
}
.filter-attributes-item {
input[type=checkbox] {
input[type='checkbox'] {
+ span {
margin-right: 10px;
}
@ -285,6 +283,10 @@ body {
.account-table-content {
.address-holder {
.card-link + .card-link {
margin-right: 1.25rem;
}
> div {
padding-right: 0px;
padding-left: 15px;
@ -313,7 +315,8 @@ body {
.info {
margin-right: 0px;
> h2, div {
> h2,
div {
padding-right: 0px;
}
@ -338,8 +341,8 @@ body {
right: 100% !important;
}
.modal-footer>:not(:last-child) {
margin-left: .25rem;
.modal-footer > :not(:last-child) {
margin-left: 0.25rem;
}
.compare-products {
@ -448,7 +451,7 @@ body {
padding-right: 10px !important;
}
.rango-arrow-right::before {
content: "\E907";
content: '\E907';
}
.styled-select {
+ .select-icon-container {
@ -477,7 +480,6 @@ body {
}
@media only screen and (max-width: 1192px) {
}
@media only screen and (max-width: 992px) {
@ -581,4 +583,4 @@ body.rtl .payment-methods {
padding-right: 40px !important;
padding-left: 0 !important;
}
}
}