From bc50043af2ecad09cc877624ea8f977087e6c747 Mon Sep 17 00:00:00 2001 From: andrespinzoncortesa Date: Mon, 16 Sep 2024 16:24:53 -0500 Subject: [PATCH] refactor: searchbar button color to academy brand --- theme_academy/static/src/scss/footer.scss | 14 -------------- .../src/scss/website_slides_homepage.scss | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 14 deletions(-) create mode 100644 theme_academy/static/src/scss/website_slides_homepage.scss diff --git a/theme_academy/static/src/scss/footer.scss b/theme_academy/static/src/scss/footer.scss index 4fe5036..1b41038 100644 --- a/theme_academy/static/src/scss/footer.scss +++ b/theme_academy/static/src/scss/footer.scss @@ -54,17 +54,3 @@ list-style-type: none; margin-bottom: 1rem; } - -.navbar-black { - background-color: black !important; -} - -.navbar-black .navbar-nav .nav-link { - color: white !important; -} - -// create code to make the search bar white in the background -.white-search-bar { - background-color: white; - color: black; -} \ No newline at end of file diff --git a/theme_academy/static/src/scss/website_slides_homepage.scss b/theme_academy/static/src/scss/website_slides_homepage.scss new file mode 100644 index 0000000..fa1959d --- /dev/null +++ b/theme_academy/static/src/scss/website_slides_homepage.scss @@ -0,0 +1,17 @@ +.navbar-black { + background-color: black !important; +} + +.navbar-black .navbar-nav .nav-link { + color: #D3D3D4 !important; +} + +// create code to make the search bar white in the background +.white-search-bar { + background-color: white; + color: black; + } + + .white-search-bar-but { + background-color: #03C4FF; + } \ No newline at end of file