Merge branch 'main' of git.ebene.ovh:ebene/radiantrh
This commit is contained in:
commit
ab374fb737
|
|
@ -105,7 +105,7 @@ body {
|
||||||
SIDEBAR STYLES
|
SIDEBAR STYLES
|
||||||
============================================ */
|
============================================ */
|
||||||
.app-sidebar {
|
.app-sidebar {
|
||||||
width: var(--sidebar-width); /* 70px */
|
width: var(--sidebar-width) !important; /* 70px */
|
||||||
background: linear-gradient(180deg, var(--office-primary) 0%, #a53e24 100%);
|
background: linear-gradient(180deg, var(--office-primary) 0%, #a53e24 100%);
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: var(--header-height);
|
top: var(--header-height);
|
||||||
|
|
@ -239,20 +239,6 @@ body {
|
||||||
background-color: var(--office-light);
|
background-color: var(--office-light);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Quand sidebar réduite */
|
|
||||||
.app-sidebar.collapsed {
|
|
||||||
width: var(--sidebar-collapsed) !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
.app-main.collapsed {
|
|
||||||
margin-left: var(--sidebar-collapsed) !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.app-main.sidebar-open {
|
|
||||||
margin-left: var(--sidebar-width) !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.toggle-sidebar-btn {
|
.toggle-sidebar-btn {
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
|
|
@ -354,15 +340,15 @@ body {
|
||||||
|
|
||||||
/* Quand le body a la classe sidebar-collapsed */
|
/* Quand le body a la classe sidebar-collapsed */
|
||||||
body.sidebar-collapsed .app-sidebar {
|
body.sidebar-collapsed .app-sidebar {
|
||||||
width: var(--sidebar-collapsed);
|
width: var(--sidebar-collapsed) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
body.sidebar-collapsed .app-main {
|
body.sidebar-collapsed .app-main {
|
||||||
margin-left: var(--sidebar-collapsed);
|
margin-left: var(--sidebar-collapsed) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
body.sidebar-collapsed .nav-bar {
|
body.sidebar-collapsed .nav-bar {
|
||||||
left: var(--sidebar-collapsed);
|
left: var(--sidebar-collapsed) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Accessibilité et clickabilité du bouton */
|
/* Accessibilité et clickabilité du bouton */
|
||||||
|
|
@ -373,7 +359,6 @@ body.sidebar-collapsed .nav-bar {
|
||||||
outline: none;
|
outline: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Content card */
|
/* Content card */
|
||||||
.content-card {
|
.content-card {
|
||||||
background: var(--office-card);
|
background: var(--office-card);
|
||||||
|
|
|
||||||
|
|
@ -126,7 +126,7 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte'];
|
||||||
<link rel="manifest" href="<?= $racineWeb ?>manifest.json">
|
<link rel="manifest" href="<?= $racineWeb ?>manifest.json">
|
||||||
|
|
||||||
<!-- 4. VOS STYLES PERSONNALISÉS (en dernier pour qu'ils dominent) -->
|
<!-- 4. VOS STYLES PERSONNALISÉS (en dernier pour qu'ils dominent) -->
|
||||||
<link href="<?= $racineWeb ?>Bootstrap_new/css/style_office.css?ver=2026.01.05.09" rel="stylesheet">
|
<link href="<?= $racineWeb ?>Bootstrap_new/css/style_office.css?ver=2026.01.05.10" rel="stylesheet">
|
||||||
<link href="<?= $racineWeb ?>Bootstrap_new/css/ux_enhancements.css?ver=2025.12.21.02" 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