Merge pull request #4039 from vishal-webkul/issue-4033
Issue #4033 Fixed
This commit is contained in:
commit
5404f1d387
File diff suppressed because one or more lines are too long
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"/js/velocity.js": "/js/velocity.js?id=93f3ffabc5a222cd5737",
|
||||
"/css/velocity-admin.css": "/css/velocity-admin.css?id=4322502d80a0e4a0affd",
|
||||
"/css/velocity.css": "/css/velocity.css?id=0ba78ad3989af6c41462"
|
||||
"/css/velocity.css": "/css/velocity.css?id=8cf54786f83b29684543"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,6 +2,15 @@ body {
|
|||
&.rtl {
|
||||
text-align: right;
|
||||
|
||||
.fs16 {
|
||||
font-size: 14px !important;
|
||||
}
|
||||
|
||||
.order-summary-container {
|
||||
margin-left: 0px;
|
||||
margin-right: 130px;
|
||||
}
|
||||
|
||||
.velocity-divide-page {
|
||||
.right {
|
||||
padding-left: 0 !important;
|
||||
|
|
@ -446,6 +455,7 @@ body {
|
|||
}
|
||||
.pr0 {
|
||||
padding-left: 0 !important;
|
||||
padding-right: 15px !important;
|
||||
}
|
||||
.pl0 {
|
||||
padding-right: 0px !important;
|
||||
|
|
@ -518,6 +528,10 @@ body {
|
|||
@media only screen and (max-width: 992px) {
|
||||
body {
|
||||
&.rtl {
|
||||
.order-summary-container {
|
||||
margin-right: 0px;
|
||||
}
|
||||
|
||||
.nav-container {
|
||||
ul {
|
||||
li {
|
||||
|
|
@ -571,6 +585,36 @@ body {
|
|||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 425px) {
|
||||
body {
|
||||
&.rtl {
|
||||
.fs16 {
|
||||
font-size: 12px !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 375px) {
|
||||
body {
|
||||
&.rtl {
|
||||
.fs16 {
|
||||
font-size: 10px !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 320px) {
|
||||
body {
|
||||
&.rtl {
|
||||
.fs16 {
|
||||
font-size: 8px !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
body.rtl .payment-methods {
|
||||
.pl40 {
|
||||
padding-right: 40px !important;
|
||||
|
|
|
|||
Loading…
Reference in New Issue