From f2f8aeb989ef225848e41da13692291866f8b0cd Mon Sep 17 00:00:00 2001 From: Corban-Lee Date: Tue, 29 Oct 2024 16:50:21 +0000 Subject: [PATCH] alter chevron icon in custom select --- apps/home/static/home/scss/index.scss | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/apps/home/static/home/scss/index.scss b/apps/home/static/home/scss/index.scss index c18a4d3..9fac671 100644 --- a/apps/home/static/home/scss/index.scss +++ b/apps/home/static/home/scss/index.scss @@ -76,24 +76,25 @@ .corbz-select-selected { + height: 100%; width: 100%; max-width: 100%; text-wrap: nowrap; overflow: hidden; text-overflow: ellipsis; - height: 100%; padding: 0.375rem 0.75rem; padding-right: calc(1.5em + 0.75rem); cursor: pointer; + // Arrow icon &::after { content: "\f282"; font-family: "bootstrap-icons"; font-weight: normal; - font-size: 1rem; + font-size: 0.7rem; position: absolute; - right: calc(0.375em + 0.1875rem); + right: 0.9rem; top: 50%; transform: translateY(-50%); pointer-events: none;