Valider
This commit is contained in:
parent
048e2c4d5e
commit
60b8bddb1a
|
|
@ -99,7 +99,7 @@ body {
|
|||
SIDEBAR STYLES
|
||||
============================================ */
|
||||
.app-sidebar {
|
||||
width: var(--sidebar-width);
|
||||
width: var(--sidebar-width); /* 70px */
|
||||
background: linear-gradient(180deg, var(--office-primary) 0%, #a53e24 100%);
|
||||
position: fixed;
|
||||
top: var(--header-height);
|
||||
|
|
@ -238,10 +238,15 @@ body {
|
|||
width: var(--sidebar-collapsed);
|
||||
}
|
||||
|
||||
|
||||
.app-main.collapsed {
|
||||
margin-left: var(--sidebar-collapsed);
|
||||
}
|
||||
|
||||
.app-main.sidebar-open {
|
||||
margin-left: var(--sidebar-width);
|
||||
}
|
||||
|
||||
|
||||
content-area {
|
||||
padding: 0 24px 24px 24px;
|
||||
|
|
|
|||
|
|
@ -145,7 +145,7 @@ console.groupEnd();
|
|||
<link rel="manifest" href="<?= $racineWeb ?>manifest.json">
|
||||
|
||||
<!-- 4. VOS STYLES PERSONNALISÉS (en dernier pour qu'ils dominent) -->
|
||||
<link href="<?= $racineWeb ?>Bootstrap_new/css/style_office.css?ver=2025.12.23.18" rel="stylesheet">
|
||||
<link href="<?= $racineWeb ?>Bootstrap_new/css/style_office.css?ver=2025.12.23.19" rel="stylesheet">
|
||||
<link href="<?= $racineWeb ?>Bootstrap_new/css/ux_enhancements.css?ver=2025.12.21.02" rel="stylesheet">
|
||||
|
||||
<!-- ============================================
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user