From c3fc76ed8e3f5549122e0f1c557f11ef36efff9e Mon Sep 17 00:00:00 2001 From: Roberto Arocha Date: Mon, 16 Oct 2023 19:22:41 +0200 Subject: [PATCH] scss colors fixed --- docs/assets/scss/_variables_project.scss | 21 +++++++++++++++++++++ docs/scss/_variables_project.scss | 10 ---------- 2 files changed, 21 insertions(+), 10 deletions(-) create mode 100644 docs/assets/scss/_variables_project.scss delete mode 100644 docs/scss/_variables_project.scss diff --git a/docs/assets/scss/_variables_project.scss b/docs/assets/scss/_variables_project.scss new file mode 100644 index 0000000..9072857 --- /dev/null +++ b/docs/assets/scss/_variables_project.scss @@ -0,0 +1,21 @@ +/* +Add styles or override variables from the theme here. +*/ + +$primary: #004589; +$secondary: #0080ff; + +$light: #89c4ff; +$dark: #001e3b; + +// UI element colors +$td-sidebar-bg-color: rgba($primary, 0.15); + +/* +AZURE COLOR PALETTE +#d8ebff (216,235,255) +#89c4ff (137,196,255) +#0080ff (0,128,255) +#004589 (0,69,137) +#001e3b (0,30,59) +*/ \ No newline at end of file diff --git a/docs/scss/_variables_project.scss b/docs/scss/_variables_project.scss deleted file mode 100644 index 56ee10f..0000000 --- a/docs/scss/_variables_project.scss +++ /dev/null @@ -1,10 +0,0 @@ -/* -Add styles or override variables from the theme here. -*/ - -$primary: #0080ff; -$secondary: #89c4ff; - -$light: #d8ebff; -$dark: #001e3b; -