Removed Space In RTL

This commit is contained in:
Devansh 2022-04-18 15:12:53 +05:30
parent bb1cb5eba3
commit b5845741cf
4 changed files with 24 additions and 10 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=f655ac65cbd1aa549cba",
"/js/manifest.js": "/js/manifest.js?id=e069a8f952a02ea0f290",
"/js/components.js": "/js/components.js?id=13ebf112e40292178d23",
"/css/velocity.css": "/css/velocity.css?id=16d007a6d081c05b508a",
"/css/velocity.css": "/css/velocity.css?id=5db677a0733fa4efda76",
"/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

@ -265,6 +265,7 @@
height: 46px;
margin-left: 0;
padding-left: 10px;
float: right;
i {
display: table-cell;
@ -301,7 +302,7 @@
.product-image-group {
position: sticky;
top: 70px;
> div {
margin: 0;
padding: 0;

View File

@ -308,7 +308,7 @@ body {
.account-action {
float: left !important;
}
.sidebar {
border-left: 1px solid $border-general;
@ -330,9 +330,21 @@ body {
margin-right: unset;
}
}
// product page
/**
* Product view page.
*/
.product-detail {
.product-actions {
.compare-icon {
float: left;
}
.wishlist-icon {
float: left;
}
}
.right {
.info {
margin-right: 0px;
@ -343,7 +355,6 @@ body {
}
.buynow {
float: left;
margin-right: 10px;
}
}
@ -447,7 +458,9 @@ body {
margin-top: 3px;
}
// Shared
/**
* Shared.
*/
.text-right {
text-align: left !important;
}
@ -554,7 +567,7 @@ body {
.VueCarousel-slide {
direction: ltr;
}
.VueCarousel-navigation {
left: 12px;
right: unset;
@ -682,4 +695,4 @@ body {
}
}
}
}
}