Hotfix : Spelling issues on legal notice fr
This commit is contained in:
@@ -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%);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user