From 8a85ae84491bbd7d9003fd0acc81e34c1f9d64f4 Mon Sep 17 00:00:00 2001 From: Devansh Date: Thu, 3 Sep 2020 12:56:59 +0530 Subject: [PATCH] Float Left Added --- .../Resources/assets/sass/components/rtl.scss | 21 +++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/packages/Webkul/Velocity/src/Resources/assets/sass/components/rtl.scss b/packages/Webkul/Velocity/src/Resources/assets/sass/components/rtl.scss index 63304ffec..f0306b000 100644 --- a/packages/Webkul/Velocity/src/Resources/assets/sass/components/rtl.scss +++ b/packages/Webkul/Velocity/src/Resources/assets/sass/components/rtl.scss @@ -49,7 +49,7 @@ body { top: -28px; left: -2px; } - } + } } ~ .wishlist-btn , ~ .compare-btn { @@ -327,7 +327,7 @@ body { .modal-footer>:not(:last-child) { margin-left: .25rem; } - + .compare-products { .wishlist-icon { left: 60px; @@ -366,7 +366,7 @@ body { left: 40px; right: unset; } - } + } } } @@ -424,6 +424,19 @@ body { } } + .downloadable-container { + .link-list { + ul { + li { + a { + float: left; + margin-top: 3px; + } + } + } + } + } + // Shared .text-right { text-align: left !important; @@ -483,7 +496,7 @@ body { } } } - + .wrapper { .vc-customer-options { li {