From 00d05f2249dc4584a0f371e0c55603c792b217df Mon Sep 17 00:00:00 2001 From: AkhilBarthwal005 <67703904+AkhilBarthwal005@users.noreply.github.com> Date: Thu, 29 Oct 2020 13:39:44 +0530 Subject: [PATCH] Delete adminNav.css --- frontend/src/components/css/adminNav.css | 55 ------------------------ 1 file changed, 55 deletions(-) delete mode 100644 frontend/src/components/css/adminNav.css diff --git a/frontend/src/components/css/adminNav.css b/frontend/src/components/css/adminNav.css deleted file mode 100644 index c16abe7..0000000 --- a/frontend/src/components/css/adminNav.css +++ /dev/null @@ -1,55 +0,0 @@ -@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital@1&display=swap"); -* { - margin: 0; - padding: 0; -} -.logo { - width: 20%; - display: flex; - justify-content: center; - align-items: center; - position: absolute; - left: 0; -} -.logo img { - width: 55%; - border: none; -} -.navbar { - display: flex; - align-items: center; - justify-content: center; - position: sticky; - top: 0; - cursor: pointer; -} -.nav-list { - display: flex; - align-items: center; - width: 40%; -} -.nav-list li { - list-style: none; - padding: 22px 20px; -} -.listdesign { - text-decoration: none; - color: white; - font-size: 18px; - font-family: "Century Gothic", sans-serif; -} -.listdesign:hover { - color: gray; -} -.background { - background: rgba(0, 0, 0, 0.7) url("../img/bg.jpg"); - background-size: cover; - background-blend-mode: darken; -} - -.mb-10 { - margin-bottom: 80rem !important; -} -.table { - margin: 10rem !important; -}