diff --git a/addons/default/visiosoft/advs-module/resources/config/settings/sections.php b/addons/default/visiosoft/advs-module/resources/config/settings/sections.php index c5c5d42a3..b3c9c0efb 100644 --- a/addons/default/visiosoft/advs-module/resources/config/settings/sections.php +++ b/addons/default/visiosoft/advs-module/resources/config/settings/sections.php @@ -23,7 +23,6 @@ return [ 'ads' => [ 'title' => 'visiosoft.module.advs::section.ads', 'fields' => [ - 'detailed_product_options', 'latest-limit', 'popular_ads_limit', 'ads_image_limit', @@ -51,6 +50,7 @@ return [ 'create_ad' => [ 'title' => 'visiosoft.module.advs::section.create_ad', 'fields' => [ + 'detailed_product_options', 'steps_color', 'create_ad_button_color', 'hide_standard_price_field', diff --git a/addons/default/visiosoft/advs-module/resources/css/new-create-new.scss b/addons/default/visiosoft/advs-module/resources/css/new-create-new.scss index fd1061117..6217b5eeb 100644 --- a/addons/default/visiosoft/advs-module/resources/css/new-create-new.scss +++ b/addons/default/visiosoft/advs-module/resources/css/new-create-new.scss @@ -1,3 +1,9 @@ +/* Main styles */ +label { + margin-bottom: 0; +} +/* End Main styles */ + #pageTitle { margin: 4rem 0; @@ -14,7 +20,7 @@ #contactInfo { background-color: #FBFBFD; - padding: 2.4rem 4rem 4.3rem; + padding: 2.4rem 4rem 5.5rem; h3 { color: #6E5DDB; @@ -29,14 +35,14 @@ p { color: #4A4A4A; font-size: 14px; - font-weight: 500; + font-weight: 600; } div { label { color: #505050; font-size: 18px; - font-weight: 400; + font-weight: 500; } } } @@ -49,7 +55,7 @@ font-size: 14px; color: #4A4A4A; width: 32.4%; - font-weight: 500; + font-weight: 600; input { box-shadow: 0 1px 2px rgba(0, 0, 0, .04); @@ -92,7 +98,7 @@ font-family: 'Poppins', sans-serif; font-size: 14px; color: #4A4A4A; - font-weight: 500; + font-weight: 600; input { box-shadow: 0 1px 2px rgba(0, 0, 0, .04); @@ -127,7 +133,7 @@ label { position: relative; top: .25rem; - font-weight: 400; + font-weight: 500; font-size: 16px; } } @@ -168,12 +174,11 @@ &:last-child { width: 50.75%; - input { - width: 83%; + select, .decimal-price { + width: 17%; } select { - width: 17%; padding: 1.1rem 1rem; } } diff --git a/addons/default/visiosoft/advs-module/resources/views/new-ad/new-create.twig b/addons/default/visiosoft/advs-module/resources/views/new-ad/new-create.twig index f518c51c9..3ce1c6a98 100644 --- a/addons/default/visiosoft/advs-module/resources/views/new-ad/new-create.twig +++ b/addons/default/visiosoft/advs-module/resources/views/new-ad/new-create.twig @@ -104,27 +104,26 @@ {% endif %} -