From c23504728be2426c75333021afaee3a7a9bcd745 Mon Sep 17 00:00:00 2001 From: Lucas Date: Mon, 8 Apr 2024 08:07:20 +0100 Subject: [PATCH] Added dropdown icon --- hub/static/css/_variables.scss | 6 ++++++ hub/templates/hub/includes/icons/select.html | 4 ++++ 2 files changed, 10 insertions(+) create mode 100644 hub/templates/hub/includes/icons/select.html diff --git a/hub/static/css/_variables.scss b/hub/static/css/_variables.scss index dca1e993f..9dc77ad32 100644 --- a/hub/static/css/_variables.scss +++ b/hub/static/css/_variables.scss @@ -94,6 +94,12 @@ $spacers: ( ); // Position +$position-values: ( + 0: 0, + 50: 50%, + 95: 95%, + 100: 100% +); // Body diff --git a/hub/templates/hub/includes/icons/select.html b/hub/templates/hub/includes/icons/select.html new file mode 100644 index 000000000..75bd13043 --- /dev/null +++ b/hub/templates/hub/includes/icons/select.html @@ -0,0 +1,4 @@ + + + +