Vision Refactor
This commit is contained in:
parent
9f1bbce309
commit
1a093fd356
@ -390,7 +390,7 @@ export default function VisionPage() {
|
|||||||
}
|
}
|
||||||
.rdp-day_today:not(.rdp-day_selected):not(.hasMeeting) {
|
.rdp-day_today:not(.rdp-day_selected):not(.hasMeeting) {
|
||||||
color: #1d4ed8 !important;
|
color: #1d4ed8 !important;
|
||||||
background-color: white !important;
|
background-color: #DBEAFE !important; /* bleu très clair */
|
||||||
border-color: #3b82f6 !important;
|
border-color: #3b82f6 !important;
|
||||||
}
|
}
|
||||||
.rdp-day_outside {
|
.rdp-day_outside {
|
||||||
@ -443,6 +443,8 @@ export default function VisionPage() {
|
|||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
{/* Colonne invisible pour espacer calendrier et liste des réunions */}
|
||||||
|
<div className="hidden lg:block w-8" />
|
||||||
<div className="flex-1">
|
<div className="flex-1">
|
||||||
{selectedDate && (
|
{selectedDate && (
|
||||||
<div>
|
<div>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user