From 4e9c5479c17ee248c1c0a181d8156b3d8601adfa Mon Sep 17 00:00:00 2001 From: Ridhwana Date: Fri, 14 Apr 2023 11:01:52 +0200 Subject: [PATCH] Billboard Dropdown style updates (#19318) * changes to the divider * chore: update the flag icon * chore: add a consistent width and height to all the icons in the dropdown * chore: move widtha dn height closer to definition * feat: make the border 1pm * feat: add a margin to thehr * add margin all round for hr * chore: same 8px for all around --- app/assets/images/flag.svg | 4 ++-- app/assets/stylesheets/widgets.scss | 7 +++++++ app/views/shared/_display_ad_header.html.erb | 10 ++++------ 3 files changed, 13 insertions(+), 8 deletions(-) diff --git a/app/assets/images/flag.svg b/app/assets/images/flag.svg index 893229783..1e638d2e1 100644 --- a/app/assets/images/flag.svg +++ b/app/assets/images/flag.svg @@ -1,3 +1,3 @@ - - + + diff --git a/app/assets/stylesheets/widgets.scss b/app/assets/stylesheets/widgets.scss index 62b9f5b46..ae7ce4e27 100644 --- a/app/assets/stylesheets/widgets.scss +++ b/app/assets/stylesheets/widgets.scss @@ -365,3 +365,10 @@ } } } + +.sponsorship-dropdown { + hr { + border: 0.5px solid var(--divider); + margin: 8px; + } +} diff --git a/app/views/shared/_display_ad_header.html.erb b/app/views/shared/_display_ad_header.html.erb index f90793879..4a214902c 100644 --- a/app/views/shared/_display_ad_header.html.erb +++ b/app/views/shared/_display_ad_header.html.erb @@ -17,26 +17,24 @@ <%= crayons_icon_tag("small-overflow-horizontal", class: "pointer-events-none", title: t("display_ad.menu.icon")) %> -
+