Skip to content
Snippets Groups Projects
Commit 5ee6a034 authored by BOUDJEBBOUR MAYA p2312048's avatar BOUDJEBBOUR MAYA p2312048
Browse files

correction visu sommeil

parent 8129c903
No related branches found
No related tags found
No related merge requests found
...@@ -19,8 +19,8 @@ h1 { ...@@ -19,8 +19,8 @@ h1 {
} }
#visualization { #visualization {
width: 50%; width: 60%;
height: 60vh; height: 70vh;
margin-top: 20px; margin-top: 20px;
background-color: #ffffff; background-color: #ffffff;
border-radius: 8px; border-radius: 8px;
...@@ -39,15 +39,17 @@ h1 { ...@@ -39,15 +39,17 @@ h1 {
} }
#slider-container { /* Tooltip Styles */
.tooltip {
position: absolute; position: absolute;
background-color: rgba(0, 0, 0, 0.8); background-color: rgba(0, 0, 0, 0.7);
color: white; color: #fff;
padding: 5px; padding: 8px;
border-radius: 4px; border-radius: 4px;
font-size: 0.9rem;
pointer-events: none; pointer-events: none;
font-size: 12px; opacity: 0;
text-align: center; transition: opacity 0.2s;
white-space: nowrap;
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment