Skip to content

Commit

Permalink
fix: better colors
Browse files Browse the repository at this point in the history
  • Loading branch information
Chrinsieboy committed Jan 17, 2024
1 parent b3b3ac0 commit 3e69360
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/resources/vue/layouts/admin-layout.vue
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<template>
<div class="d-flex flex-column flex-shrink-0 p-3" style="width: 280px; height: 100%; background-color: #445E93">
<div class="d-flex flex-column flex-shrink-0 p-3" style="width: 15rem; height: 100%; background-color: #262d42">
<a href="/" class="d-flex align-items-center mb-3 mb-md-0 me-md-auto link-light text-decoration-none">
<Icon icon="admin" size="24" color="white" />
<span class="fs-4 p-1">| Biblio Admin</span>
</a>
<hr>
<ul class="nav nav-pills flex-column mb-auto">
<li class="nav-item">
<a href="#" class="nav-link active d-flex" aria-current="page">
<a href="#" class="nav-link active d-flex" aria-current="page" style="background-color: #003bb2;">
<Icon icon="full-house" size="16" color="white" />&nbsp;Home </a>
</li>
<li>
Expand Down

0 comments on commit 3e69360

Please sign in to comment.