Skip to content

Commit

Permalink
com
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammadfahaddev committed Jul 10, 2024
1 parent 90bea88 commit 99b97ff
Show file tree
Hide file tree
Showing 10 changed files with 23,462 additions and 165 deletions.
7 changes: 7 additions & 0 deletions Dashboard/bootstrap.bundle.min.js

Large diffs are not rendered by default.

12,196 changes: 12,196 additions & 0 deletions Dashboard/bootstrap.min.css

Large diffs are not rendered by default.

Binary file added Dashboard/contact.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
87 changes: 87 additions & 0 deletions Dashboard/dashboard.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap");

body,
button {
font-family: "Inter", sans-serif;
}

:root {
--offcanvas-width: 270px;
--topNavbarHeight: 0px;

}

.sidebar-nav {
width: var(--offcanvas-width);

}

.sidebar-link {
display: flex;
align-items: center;
}

.sidebar-link .right-icon {
display: inline-flex;
}

.sidebar-link[aria-expanded="true"] .right-icon {
transform: rotate(180deg);
}

@media (min-width: 774px) {
body {
overflow: auto !important;
}

main {
margin-left: var(--offcanvas-width);
}

/* this is to remove the backdrop */
.offcanvas-backdrop::before {
display: none;
}

.sidebar-nav {
-webkit-transform: none;
transform: none;
visibility: visible !important;
height: calc(100% - var(--topNavbarHeight));
top: var(--topNavbarHeight);
}
}


/* navbar */
.navbar {
padding-top: .5rem;
padding-bottom: .5rem;
margin: 0;
width: 100%;
}

.nav-link {
padding: 11px;
color: black !important;
}


.nav-link:hover {
border-left: 5px solid #0a58ca;
color:#0a58ca !important;
}



.active {
border-left: 5px solid #0a58ca;
color:#0a58ca !important;
}

.Adminname {
display: none;
}



Loading

0 comments on commit 99b97ff

Please sign in to comment.