gav
This commit is contained in:
@@ -419,6 +419,34 @@ h1, h2, h3, h4, h5, h6,
|
||||
margin-top: 4px;
|
||||
}
|
||||
|
||||
.sidebar-footer {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
padding: 15px;
|
||||
border-top: 1px solid var(--border-light);
|
||||
background: var(--bg-sidebar); /* Garde la couleur de ta sidebar */
|
||||
}
|
||||
|
||||
.version-info {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
font-size: 0.7rem;
|
||||
color: rgba(255, 255, 255, 0.4); /* Très discret sur fond sombre */
|
||||
font-family: 'DM Sans', sans-serif;
|
||||
letter-spacing: 0.05em;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.version-tag {
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
padding: 2px 6px;
|
||||
border-radius: 4px;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
/* ==============================
|
||||
MAIN CONTENT
|
||||
============================== */
|
||||
|
||||
Reference in New Issue
Block a user