fix gender

This commit is contained in:
Fabrice Lamant
2024-07-28 13:19:34 +02:00
parent ffc9f08541
commit c2facacdff
5 changed files with 17417 additions and 3595 deletions

View File

@ -560,6 +560,9 @@ video {
.rounded-lg {
border-radius: 0.5rem;
}
.rounded-xl {
border-radius: 0.75rem;
}
.border-b {
border-bottom-width: 1px;
}
@ -569,6 +572,14 @@ video {
.border-slate-900\/10 {
border-color: rgb(15 23 42 / 0.1);
}
.bg-blue-400 {
--tw-bg-opacity: 1;
background-color: rgb(96 165 250 / var(--tw-bg-opacity));
}
.bg-pink-400 {
--tw-bg-opacity: 1;
background-color: rgb(244 114 182 / var(--tw-bg-opacity));
}
.bg-slate-400 {
--tw-bg-opacity: 1;
background-color: rgb(148 163 184 / var(--tw-bg-opacity));
@ -612,6 +623,9 @@ video {
.align-top {
vertical-align: top;
}
.align-middle {
vertical-align: middle;
}
.text-2xl {
font-size: 1.5rem;
line-height: 2rem;
@ -636,6 +650,10 @@ video {
font-size: 0.875rem;
line-height: 1.25rem;
}
.text-xs {
font-size: 0.75rem;
line-height: 1rem;
}
.font-bold {
font-weight: 700;
}