Issue #6177 fixed
This commit is contained in:
parent
ea20e3e43f
commit
e9f18a9cf6
File diff suppressed because one or more lines are too long
|
|
@ -4,7 +4,7 @@
|
|||
"/js/velocity.js": "/js/velocity.js?id=f655ac65cbd1aa549cba57f77b9a4344",
|
||||
"/js/manifest.js": "/js/manifest.js?id=e069a8f952a02ea0f290bcca8fab930e",
|
||||
"/js/components.js": "/js/components.js?id=13ebf112e40292178d2386143e9d75cd",
|
||||
"/css/velocity.css": "/css/velocity.css?id=bba65352574a5ae54c4a83a2cc04e3ee",
|
||||
"/css/velocity.css": "/css/velocity.css?id=80277f74ae36cac393da39af5a65e798",
|
||||
"/css/velocity-admin.css": "/css/velocity-admin.css?id=b67a82956e53163b5e3ff45a44f9778f",
|
||||
"/images/icon-calendar.svg": "/images/icon-calendar.svg?id=870d0f733a58377422766f3152e15486",
|
||||
"/images/icon-camera.svg": "/images/icon-camera.svg?id=b2fd2f9e17e1ccee96e29f6c6cec91e8",
|
||||
|
|
|
|||
|
|
@ -433,22 +433,28 @@ body {
|
|||
.text-right {
|
||||
text-align: left !important;
|
||||
}
|
||||
|
||||
.text-left {
|
||||
text-align: right !important;
|
||||
}
|
||||
|
||||
.pr0 {
|
||||
padding-left: 0 !important;
|
||||
padding-right: 15px !important;
|
||||
}
|
||||
|
||||
.pl0 {
|
||||
padding-right: 0px !important;
|
||||
}
|
||||
|
||||
.pl10 {
|
||||
padding-right: 10px !important;
|
||||
}
|
||||
|
||||
.rango-arrow-right::before {
|
||||
content: '\E907';
|
||||
}
|
||||
|
||||
.styled-select {
|
||||
+ .select-icon-container {
|
||||
.select-icon {
|
||||
|
|
@ -457,21 +463,45 @@ body {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.ml15 {
|
||||
margin-right: 15px !important;
|
||||
}
|
||||
|
||||
.pl30 {
|
||||
padding-right: 30px;
|
||||
}
|
||||
|
||||
.ml-5 {
|
||||
margin-right: 3rem !important;
|
||||
}
|
||||
|
||||
.mr15 {
|
||||
margin-left: 15px !important;
|
||||
}
|
||||
|
||||
.ml5 {
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
.payment-methods {
|
||||
.pl40 {
|
||||
padding-right: 40px !important;
|
||||
padding-left: 0 !important;
|
||||
}
|
||||
}
|
||||
|
||||
#top #account .dropdown-list {
|
||||
left: 10px;
|
||||
right: unset !important;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.VueCarousel {
|
||||
.VueCarousel-inner {
|
||||
flex-direction: row-reverse;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -595,18 +625,3 @@ body {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
body.rtl {
|
||||
.payment-methods {
|
||||
.pl40 {
|
||||
padding-right: 40px !important;
|
||||
padding-left: 0 !important;
|
||||
}
|
||||
}
|
||||
|
||||
#top #account .dropdown-list {
|
||||
left: 10px;
|
||||
right: unset !important;
|
||||
text-align: right;
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue