maj interface web
This commit is contained in:
@@ -9,8 +9,8 @@
|
||||
|
||||
body {
|
||||
font-family: system-ui, sans-serif;
|
||||
background: #1f1f1f;
|
||||
color: #f0f0f0;
|
||||
background: rgb(32, 31, 31);
|
||||
color: white;
|
||||
min-height: 100vh;
|
||||
display: flex;
|
||||
}
|
||||
@@ -18,7 +18,7 @@
|
||||
aside {
|
||||
width: 220px;
|
||||
min-height: 100vh;
|
||||
background: #1a1a1a;
|
||||
background: rgb(34, 34, 34);
|
||||
border-right: 1px solid #2e2e2e;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
@@ -30,7 +30,7 @@
|
||||
.logo {
|
||||
font-size: 20px;
|
||||
font-weight: 700;
|
||||
color: #f0f0f0;
|
||||
color: white;
|
||||
margin-bottom: 2.5rem;
|
||||
padding-bottom: 1.5rem;
|
||||
border-bottom: 1px solid #2e2e2e;
|
||||
@@ -39,7 +39,7 @@
|
||||
.logo span {
|
||||
display: block;
|
||||
font-size: 15px;
|
||||
color: #666;
|
||||
color: gray;
|
||||
margin-top: 4px;
|
||||
font-weight: 400;
|
||||
}
|
||||
@@ -51,7 +51,7 @@
|
||||
padding: 8px 10px;
|
||||
border-radius: 6px;
|
||||
font-size: 13px;
|
||||
color: #888;
|
||||
color: gray;
|
||||
text-decoration: none;
|
||||
margin-bottom: 2px;
|
||||
transition: all 0.15s;
|
||||
@@ -227,7 +227,7 @@
|
||||
|
||||
<aside>
|
||||
<div class="logo">
|
||||
Loustiques
|
||||
SUPER Loustiques
|
||||
<span>Panneau admin</span>
|
||||
</div>
|
||||
<nav>
|
||||
@@ -239,12 +239,9 @@
|
||||
<svg viewBox="0 0 16 16" fill="none" stroke="currentColor" stroke-width="1.5"><rect x="2" y="2" width="12" height="12" rx="2"/><path d="M5 8h6M5 5h6M5 11h4"/></svg>
|
||||
Logs
|
||||
</a>
|
||||
<a href="#">
|
||||
<svg viewBox="0 0 16 16" fill="none" stroke="currentColor" stroke-width="1.5"><circle cx="8" cy="8" r="3"/><path d="M8 1v2M8 13v2M1 8h2M13 8h2"/></svg>
|
||||
Système
|
||||
</a>
|
||||
|
||||
</nav>
|
||||
<div class="sidebar-footer">v0.1.0 — local</div>
|
||||
<div class="sidebar-footer">Version 1.0</div>
|
||||
</aside>
|
||||
|
||||
<main>
|
||||
|
||||
Reference in New Issue
Block a user