Hotfix : Spelling issues on legal notice fr

This commit is contained in:
Alexis
2025-06-15 21:47:09 +02:00
parent e8ac66b2bd
commit 19100d0881
2 changed files with 18 additions and 6 deletions

View File

@@ -14,8 +14,11 @@
transform: translate(-50%, -50%);
width: 50rem;
max-width: calc(100% - 4rem);
max-height: 85vh;
max-height: 70vh;
overflow-y: auto;
padding: 25px;
display: grid;
grid-template-rows: auto 1fr;
border-radius: 8px;
background-color: var(--white);
border: 1px solid var(--slate-100);
@@ -34,6 +37,9 @@
}
.dialog-description {
overflow-y: auto;
padding-right: 1rem;
h3 {
font-size: 1.25em;
font-weight: 700;
@@ -48,6 +54,7 @@
}
a {
position: relative;
text-underline-offset: 2px;
text-decoration: underline;
@@ -56,6 +63,11 @@
text-decoration: none;
color: var(--green-500);
}
&::after {
top: 50%;
transform: translateY(-70%);
}
}
}