From 01f13519959f736840f1ee7af7f18dc7b10c83d6 Mon Sep 17 00:00:00 2001 From: Maksim Zakharov Date: Fri, 23 Sep 2022 19:06:52 +0300 Subject: fix chart theme, select bacground --- src/env/assets/styles/_sila.scss | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/env') diff --git a/src/env/assets/styles/_sila.scss b/src/env/assets/styles/_sila.scss index 6af537c2..d39837a3 100644 --- a/src/env/assets/styles/_sila.scss +++ b/src/env/assets/styles/_sila.scss @@ -103,6 +103,9 @@ $text-secondary: rgba(12, 28, 41, 0.8); $text-tretiatry: rgba(12, 28, 41, 0.6); $text-quaternary: rgba(12, 28, 41, 0.3); +$select-bg-size: 18px; +$select-bg : url("~@/assets/images/_sila/chevron-down.svg"); + // Dark theme $red-5-dark: rgba(225, 23, 23, 0.1); /* Faint Brand Primary/5% */ $red-40-dark: rgba(225, 23, 23, 0.5); /* Faint Brand Primary/40% */ @@ -131,6 +134,9 @@ $text-secondary-dark: rgba(255, 255, 255, 0.9); $text-tretiatry-dark: rgba(255, 255, 255, 0.6); $text-quaternary-dark: rgba(255, 255, 255, 0.3); +$select-bg-dark: url("~@/assets/images/_sila/chevron-down-dark.svg"); +$select-bg-size-dark: 15px 7px; + $themes: ( light: ( surface-primary: $surface-primary, @@ -158,6 +164,8 @@ $themes: ( green-10: $green-10, yellow-10: $yellow-10, custom-switch-back: $white, + select-bg: $select-bg, + select-bg-size: $select-bg-size, ), dark: ( surface-primary: $surface-primary-dark, @@ -185,6 +193,8 @@ $themes: ( green-10: $green-10-dark, yellow-10: $yellow-10-dark, custom-switch-back: $text-primary-dark, + select-bg: $select-bg-dark, + select-bg-size: $select-bg-size-dark, ), ); -- cgit v1.2.3