From 8150e7b86ee40c9d5f731425da40ad0380e91541 Mon Sep 17 00:00:00 2001 From: Sam Date: Thu, 19 Mar 2026 17:43:54 -0400 Subject: [PATCH] style: Update modal styles within project page --- .../modal-folder/modal-folder.component.html | 93 +++--- .../modal-folder/modal-folder.component.scss | 17 -- .../modal-upload/modal-upload.component.html | 45 ++- .../project-file-explorer.component.html | 91 +++--- .../project-file-explorer.component.scss | 4 +- .../modal-observablehq.component.html | 86 ++++-- .../modal-observablehq.component.scss | 34 ++- .../modal-datasets.component.html | 41 +-- .../modal-datasets.component.scss | 16 +- .../modal-notebook-folder.component.html | 81 +++--- .../modal-rename-notebook.component.html | 73 +++-- .../modal-rename-notebook.component.scss | 8 - .../modal-upload-notebook.component.html | 270 ++++++++++++------ .../modal-upload-notebook.component.scss | 74 ++++- .../project-notebook-item.component.html | 106 ++++--- .../modal-fork/modal-fork.component.html | 84 ++++-- .../modal-fork/modal-fork.component.scss | 23 +- .../projects/project/project.component.html | 2 +- .../styles/base/_bootstrap-overrides.scss | 92 ++++++ 19 files changed, 802 insertions(+), 438 deletions(-) diff --git a/src/Analysim.Web/ClientApp/src/app/projects/project-file-explorer/modal-folder/modal-folder.component.html b/src/Analysim.Web/ClientApp/src/app/projects/project-file-explorer/modal-folder/modal-folder.component.html index ccc84b06..ad1ed176 100644 --- a/src/Analysim.Web/ClientApp/src/app/projects/project-file-explorer/modal-folder/modal-folder.component.html +++ b/src/Analysim.Web/ClientApp/src/app/projects/project-file-explorer/modal-folder/modal-folder.component.html @@ -1,37 +1,64 @@ \ No newline at end of file diff --git a/src/Analysim.Web/ClientApp/src/app/projects/project-file-explorer/modal-folder/modal-folder.component.scss b/src/Analysim.Web/ClientApp/src/app/projects/project-file-explorer/modal-folder/modal-folder.component.scss index b9e3f44f..e69de29b 100644 --- a/src/Analysim.Web/ClientApp/src/app/projects/project-file-explorer/modal-folder/modal-folder.component.scss +++ b/src/Analysim.Web/ClientApp/src/app/projects/project-file-explorer/modal-folder/modal-folder.component.scss @@ -1,17 +0,0 @@ -/* You can add global styles to this file, and also import other style files */ -.modal-content { - background-color: var(--background-color-tertiary); -} - -.btn { - color:var(--primary-color); - background-color: var(--button-background-color); -} - -.invalid { - border-color: #dc3545 !important; -} - -.valid{ - border-color: #28a745 !important; -} diff --git a/src/Analysim.Web/ClientApp/src/app/projects/project-file-explorer/modal-upload/modal-upload.component.html b/src/Analysim.Web/ClientApp/src/app/projects/project-file-explorer/modal-upload/modal-upload.component.html index a97331b0..f80d17b8 100644 --- a/src/Analysim.Web/ClientApp/src/app/projects/project-file-explorer/modal-upload/modal-upload.component.html +++ b/src/Analysim.Web/ClientApp/src/app/projects/project-file-explorer/modal-upload/modal-upload.component.html @@ -1,16 +1,33 @@ -