From 13be436e99116f1a2004366f045c841bc3e7ebae Mon Sep 17 00:00:00 2001 From: aman8042 <152010836+aman8042@users.noreply.github.com> Date: Sat, 12 Oct 2024 10:16:49 +0530 Subject: [PATCH] The navigation bar has been improved and made accessible from all the sections for better experience,design and visibility. --- .vscode/settings.json | 3 +++ admin/static/css/style.scss | 18 ++++-------------- admin/static/css/style_index.css | 6 +++++- admin/templates/index.html | 6 +++--- 4 files changed, 15 insertions(+), 18 deletions(-) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..f673a71 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "liveServer.settings.port": 5502 +} \ No newline at end of file diff --git a/admin/static/css/style.scss b/admin/static/css/style.scss index 85d1a78..ceb0138 100644 --- a/admin/static/css/style.scss +++ b/admin/static/css/style.scss @@ -129,19 +129,10 @@ a:focus { } .header_section { - .header_top { - padding: 15px 0; - background-color: $primary2; - - - .contact_nav { - display: flex; - justify-content: space-between; - a { color: $white; display: flex; - font-size: 15px; + font-size: 45px; i { margin-right: 5px; @@ -162,10 +153,9 @@ a:focus { } } } - } .header_bottom { - background-color: $white; + background-color:darkorchid; padding: 15px 0; .container-fluid { @@ -175,7 +165,7 @@ a:focus { } -} + @@ -428,7 +418,7 @@ a:focus { .box { display: flex; margin-top: 45px; - background-color: #f8f8f9; + background-color: #dedee6; padding: 20px; border-radius: 5px; diff --git a/admin/static/css/style_index.css b/admin/static/css/style_index.css index 65f8275..61babb8 100644 --- a/admin/static/css/style_index.css +++ b/admin/static/css/style_index.css @@ -151,8 +151,12 @@ a:focus { } .header_section .header_bottom { - background-color: #ffffff; + background-color: #4619c2b5; + z-index: 1000; + background: transparent; + backdrop-filter: blur(10px); padding: 15px 0; + position: fixed; } .header_section .header_bottom .container-fluid { diff --git a/admin/templates/index.html b/admin/templates/index.html index 91f8526..6a1b5b4 100644 --- a/admin/templates/index.html +++ b/admin/templates/index.html @@ -41,8 +41,8 @@
-
-
+