fix style

This commit is contained in:
trochas
2026-01-10 19:50:41 +01:00
parent e85f76c810
commit 62b9231d38
9 changed files with 144 additions and 138 deletions

View File

@@ -0,0 +1,5 @@
.createActivite{
background: var(--tint1);
padding: 15px;
border-radius: 15px;
}

View File

@@ -1,9 +1,8 @@
.edt{
justify-content: center;
background-color: var(--tint1);
background-color: var(--tint2);
border-radius: 30px;
padding: 10px;
border: 2px solid var(--green-primary); /* Bordure verte */
border: 2px solid var(--tint4);
box-shadow: 0 4px 6px rgba(16, 185, 129, 0.1);
}
@@ -40,10 +39,6 @@
transition: all 0.3s ease;
}
.edt_colonne:hover {
border-color: var(--green-primary);
box-shadow: 0 2px 8px rgba(16, 185, 129, 0.15);
}
.edt_day_header{
font-size: clamp(5px, 1vw, 18px);
@@ -52,12 +47,13 @@
height: fit-content;
text-align: center;
font-size: 1em;
background: linear-gradient(135deg, var(--green-A-primary), var(--green-A-secondary));
background: linear-gradient(135deg, var(--green-A-primary), var(--green-A-dark));
font-weight: 600;
}
.today{
border: 2px solid var(--green-primary) ;
background: linear-gradient(135deg, var(--green-primary), var(--green-dark));
color: #FFFFFF;
}
.edt_day_content{

View File

@@ -6,6 +6,16 @@
border-radius: 20px;
}
.list_object_modal{
display: grid;
gap:10px;
background-color: var(--tint1);
padding: 10px;
border-radius: 20px;
max-height: 200px;
overflow-y: auto;
}
.object {
font-size: clamp(1px, 8cqi, 18px);